BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/efferd/footer-1

footer-1

efferd/footer-1
FreeBlock

Clean footer with company links, resources, and social icons.

Install it

npx shadcn@latest add https://legacy.efferd.com/r/footer-1.json

Source

registry/blocks/footer/1/footer.tsxlegacy.efferd.com/r/footer-1.json
1import {
2 FacebookIcon,
3 GithubIcon,
4 InstagramIcon,
5 LinkedinIcon,
6 TwitterIcon,
7 YoutubeIcon,
8} from "lucide-react";
9import { Logo } from "@/components/logo";
10import { Button } from "@/components/ui/button";
11import { cn } from "@/lib/utils";
12
13export function Footer() {
14 const company = [
15 {
16 title: "About Us",
17 href: "#",
18 },
19 {
20 title: "Careers",
21 href: "#",
22 },
23 {
24 title: "Brand assets",
25 href: "#",
26 },
27 {
28 title: "Privacy Policy",
29 href: "#",
30 },
31 {
32 title: "Terms of Service",
33 href: "#",
34 },
35 ];
36
37 const resources = [
38 {
39 title: "Blog",
40 href: "#",
41 },
42 {
43 title: "Help Center",
44 href: "#",
45 },
46 {
47 title: "Contact Support",
48 href: "#",
49 },
50 {
51 title: "Community",
52 href: "#",
53 },
54 {
55 title: "Security",
56 href: "#",
57 },
58 ];
59
60 const socialLinks = [
61 {
62 icon: FacebookIcon,
63 link: "#",
64 },
65 {
66 icon: GithubIcon,
67 link: "#",
68 },
69 {
70 icon: InstagramIcon,
71 link: "#",
72 },
73 {
74 icon: LinkedinIcon,
75 link: "#",
76 },
77 {
78 icon: TwitterIcon,
79 link: "#",
80 },
81 {
82 icon: YoutubeIcon,
83 link: "#",
84 },
85 ];
86 return (
87 <footer className="relative">
88 <div
89 className={cn(
90 "mx-auto max-w-5xl lg:border-x",
91 "dark:bg-[radial-gradient(35%_80%_at_30%_0%,--theme(--color-foreground/.1),transparent)]"
92 )}
93 >
94 <div className="absolute inset-x-0 h-px w-full bg-border" />
95 <div className="grid max-w-5xl grid-cols-6 gap-6 p-4">
96 <div className="col-span-6 flex flex-col gap-4 pt-5 md:col-span-4">
97 <a className="w-max" href="#">
98 <Logo className="h-5" />
99 </a>
100 <p className="max-w-sm text-balance font-mono text-muted-foreground text-sm">
101 A comprehensive financial technology platform.
102 </p>
103 <div className="flex gap-2">
104 {socialLinks.map((item, index) => (
105 <Button
106 key={`social-${item.link}-${index}`}
107 size="icon-sm"
108 variant="outline"
109 >
110 <a href={item.link} target="_blank">
111 <item.icon className="size-3.5" />
112 </a>
113 </Button>
114 ))}
115 </div>
116 </div>
117// … truncated

What it pulls in

Other registry items

  • button

Files it writes

  • registry/blocks/footer/1/footer.tsx
  • components/logo.tsx

Facts

Registry
efferd
Type
registry:block
Access
Free
Files written
2
Licence
NOASSERTION
First indexed
2026-08-03
Last confirmed
yesterday

Go to the source

legacy.efferd.com shabanhr/efferd-ui on GitHub Raw registry item This item as JSON

More from efferd

All 40 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
auth-1auth-1efferdBlocksFreeno deps · 2 files
auth-2auth-2efferdBlocksFree1 dep · 3 files
contact-1contact-1efferdBlocksFreeno deps
contact-2contact-2efferdBlocksFreeno deps
cta-1cta-1efferdBlocksFreeno deps
cta-2cta-2efferdBlocksFreeno deps
cta-3cta-3efferdBlocksFreeno deps
cta-4cta-4efferdBlocksFreeno deps
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