BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcncraft/footer-4

Footer 4 – Brand-led sitemap footer

shadcncraft/footer-4
FreeBlock

A sitemap footer anchored by a short brand statement and logo, followed by structured link columns and legal links. Gives more context about the company while keeping navigation clear. Works well for marketing sites where brand positioning matters as much as wayfinding.

Install it

npx shadcn@latest add https://shadcncraft.com/r/footer-4.json

Source

blocks/pro-marketing/footers/footer-4/index.tsxshadcncraft.com/r/footer-4.json
1import { FiLinkedin } from "react-icons/fi";
2import { RiTwitterXLine } from "react-icons/ri";
3
4import { PlaceholderLogo } from "@/components/shadcncraft/pro-marketing/placeholder-logo";
5import { Separator } from "@/components/ui/separator";
6
7export function Footer4() {
8 return (
9 <footer className="w-full bg-background py-6 lg:py-20" role="contentinfo">
10 <div className="mx-auto flex w-full max-w-7xl flex-col gap-16 px-5 lg:gap-9 lg:px-8">
11 <Separator role="presentation" aria-hidden="true" />
12
13 <div className="grid grid-cols-4 gap-6 lg:flex-row lg:items-start lg:justify-between lg:gap-9">
14 {/* Logo and Description */}
15 <div className="col-span-full flex flex-col justify-between gap-9 lg:col-span-1">
16 <a href="/" aria-label="Go to home page">
17 {/* Replace with your real logo */}
18 <PlaceholderLogo />
19 </a>
20
21 <div className="flex flex-col gap-4">
22 <p className="text-sm text-pretty text-muted-foreground">
23 Building tools that help teams work smarter and faster.
24 </p>
25 <div className="flex items-center gap-2">
26 <FiLinkedin className="size-4" />
27 <RiTwitterXLine className="size-4" />
28 </div>
29 </div>
30 </div>
31
32 {/* Navigation Links */}
33 <nav
34 className="col-span-full grid gap-6 md:grid-cols-2 lg:col-span-3 lg:grid-cols-3 lg:gap-9"
35 aria-label="Footer navigation"
36 >
37 {navigationData.map((section) => (
38 <div key={section.title} className="flex flex-col gap-2.5">
39 <h3 className="text-sm font-medium text-muted-foreground">
40 {section.title}
41 </h3>
42 <ul className="flex flex-col gap-3">
43 {section.links.map((link) => (
44 <li key={link.label} className="text-base">
45 <a href={link.href}>{link.label}</a>
46 </li>
47 ))}
48 </ul>
49 </div>
50 ))}
51 </nav>
52 </div>
53
54 <Separator role="presentation" aria-hidden="true" />
55
56 {/* Social Links and Copyright */}
57 <div className="w-full">
58 <p className="text-sm text-muted-foreground">
59 &copy; Copyright Acme Inc. 2025. All right reserved.
60 </p>
61 </div>
62 </div>
63 </footer>
64 );
65}
66
67// … truncated

What it pulls in

npm packages

  • react-icons

Other registry items

  • separator
  • @shadcncraft/placeholder-logo

Files it writes

  • blocks/pro-marketing/footers/footer-4/index.tsx

Facts

Registry
shadcncraft
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-10
Last confirmed
today

Go to the source

shadcncraft.com Raw registry item This item as JSON

More from shadcncraft

All 26 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Banner 10 – Inline announcement linkbanner-10shadcncraftBlocksFreeno deps
Benefits 13 – Card grid with section headerbenefits-13shadcncraftBlocksFreeno deps
Contact 11 – Centered form with supporting sidebarcontact-11shadcncraftBlocksFreeno deps
FAQ 4 – Centered accordion with supporting panelfaqs-4shadcncraftBlocksFreeno deps
Newsletter Signup 5 – Inline callout with contained formnewsletter-signup-5shadcncraftBlocksFreeno deps
Testimonial 11 – Editorial quote gridtestimonials-11shadcncraftBlocksFreeno deps
Top Navigation 5 – Minimal center-aligned links with inline authtop-navigation-5shadcncraftBlocksFreeno deps

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