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-6
This component no longer exists. It was in freddy’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-13 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.

hero-6

freddy/hero-6
RemovedBlock

High-fidelity Slate SaaS Hero with floating dashboard mockups, SVG path tracing, and a premium emerald color palette.

Install it

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

Source

registry/blocks/hero/6/page.tsxui.arkcabin.com/r/hero-6.json
1"use client";
2
3import React, { useState } from "react";
4import { Hero6 } from "./hero";
5import { Logo, LogoIcon } from "@/components/logo";
6import { Button } from "@/components/ui/button";
7import { Box, CircleDot, Share2, Sparkles, ChevronDown, Menu, X } from "lucide-react";
8import { cn } from "@/lib/utils";
9import { AnimatePresence, motion } from "motion/react";
10import Link from "next/link";
11
12/**
13 * TOP BANNER (Slate Infrastructure)
14 * Emerald banner at the absolute top of the page.
15 */
16function TopBanner() {
17 return (
18 <div className="flex h-10 w-full items-center justify-between bg-[#03251E] px-6 text-[11px] font-bold text-white uppercase tracking-widest sm:px-10">
19 <div className="flex items-center gap-2">
20 <CircleDot className="size-3 animate-pulse text-[#BFFF70]" />
21 <span>The banner is to inform the visitors of an important message</span>
22 </div>
23 <div className="hidden items-center gap-4 sm:flex">
24 <Share2 className="size-3.5 cursor-pointer hover:text-[#BFFF70] transition-colors" />
25 <Box className="size-3.5 cursor-pointer hover:text-[#BFFF70] transition-colors" />
26 <Sparkles className="size-3.5 cursor-pointer hover:text-[#BFFF70] transition-colors" />
27 </div>
28 </div>
29 );
30}
31
32/**
33 * SLATE HEADER (Internal for Demo)
34 * Refined with official Logo and mobile precision.
35 */
36function SlateHeader() {
37 const [isOpen, setIsOpen] = useState(false);
38
39 return (
40 <header className="sticky top-0 z-40 w-full border-b border-zinc-50 bg-white/80 backdrop-blur-md dark:border-zinc-900 dark:bg-zinc-950/80">
41 <div className="mx-auto flex h-12 items-center justify-between px-6 sm:px-10">
42
43 {/* Logo */}
44 <Link
45 href="/"
46 aria-label="Freddy UI Homepage"
47 className="flex items-center gap-2.5"
48 >
49 <motion.div
50 whileHover={{ scale: 1.05 }}
51 whileTap={{ scale: 0.95 }}
52 transition={{ type: "spring", stiffness: 400, damping: 17 }}
53 className="flex items-center"
54 >
55 <Logo className="h-4.5 w-auto" />
56 </motion.div>
57 </Link>
58
59 {/* Links (Desktop) */}
60 <nav
61 aria-label="Main Navigation"
62 className="hidden items-center gap-8 md:flex"
63 >
64 {["Features", "Pricing", "About", "Contact"].map((link) => (
65 <Link
66 key={link}
67 href="#"
68 aria-label={`Navigate to ${link}`}
69// … truncated

What it pulls in

npm packages

  • motion
  • lucide-react

Other registry items

  • button

Files it writes

  • registry/blocks/hero/6/page.tsx
  • registry/blocks/hero/6/hero.tsx
  • registry/blocks/hero/6/cards.tsx

Facts

Registry
freddy
Type
registry:block
Access
Free
Files written
3
Licence
NOASSERTION
In the index
at or before 2026-08-08
Last confirmed
6 days ago

Go to the source

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

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex