BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/freddy/hero-1

hero-1

freddy/hero-1
FreeBlock

Freddy style by Arkcabin.

Install it

npx shadcn@latest add https://ui.arkcabin.com/r/hero-1.json

Source

registry/blocks/hero/1/page.tsxui.arkcabin.com/r/hero-1.json
1"use client";
2
3import React from "react";
4import { DemoLayout } from "@/components/demo-layout";
5import { AiWorkAnnouncement } from "./announcement";
6import { AiWorkHeader } from "./header";
7import { AiWorkHero } from "./hero";
8import { AiWorkWrapper } from "./wrapper";
9
10/**
11 * AI-WORK BLOCK (Page Entry)
12 * Composed high-fidelity landing experience with cinematic scroll effects.
13 */
14export default function AiWorkPage() {
15 const [isAnnouncementVisible, setIsAnnouncementVisible] =
16 React.useState(true);
17
18 return (
19 <div className="w-full bg-accent font-sans text-foreground selection:bg-background selection:text-background">
20 {/* 1. Announcement Bar */}
21 <AiWorkAnnouncement
22 isVisible={isAnnouncementVisible}
23 onClose={() => setIsAnnouncementVisible(false)}
24 />
25
26 {/* 2. Master Content Wrapper (Handles Cinematic Layering) */}
27 <AiWorkWrapper isAnnouncementVisible={isAnnouncementVisible}>
28 {/* 3. Navigation Header */}
29 <AiWorkHeader isFullWidth={false} isScrolled={false} />
30
31 {/* 4. Hero Landing Section */}
32 <AiWorkHero />
33
34 {/* Additional sections can be modularly added here */}
35
36 <DemoLayout />
37 </AiWorkWrapper>
38 </div>
39 );
40}

What it pulls in

npm packages

  • lucide-react

Other registry items

  • button
  • badge
  • card
  • avatar

Files it writes

  • registry/blocks/hero/1/page.tsx
  • registry/blocks/hero/1/bones.json
  • registry/blocks/hero/1/announcement.tsx
  • registry/blocks/hero/1/header.tsx
  • registry/blocks/hero/1/hero.tsx
  • registry/blocks/hero/1/wrapper.tsx

Facts

Registry
freddy
Type
registry:block
Access
Free
Files written
6
Licence
NOASSERTION
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

ui.arkcabin.com arkcabin/freddy-ui on GitHub Raw registry item This item as JSON

More from freddy

All 60 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
announcement-1announcement-1freddyBlocksFree1 dep
announcement-2announcement-2freddyBlocksFree1 dep
announcement-3announcement-3freddyBlocksFree1 dep
auth-1auth-1freddyBlocksFreeno deps · 2 files
auth-10auth-10freddyBlocksFreeno deps
auth-11auth-11freddyBlocksFreeno deps
auth-12auth-12freddyBlocksFreeno deps
auth-2auth-2freddyBlocksFree1 dep · 3 files
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex