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-2

footer-2

efferd/footer-2
FreeBlock

Animated footer with link sections, brand logo, and social icons.

Install it

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

Source

registry/blocks/footer/2/footer.tsxlegacy.efferd.com/r/footer-2.json
1"use client";
2import {
3 FacebookIcon,
4 InstagramIcon,
5 LinkedinIcon,
6 YoutubeIcon,
7} from "lucide-react";
8import { motion, useReducedMotion } from "motion/react";
9import type React from "react";
10import type { ComponentProps, ReactNode } from "react";
11import { Logo } from "@/components/logo";
12
13type FooterLink = {
14 title: string;
15 href: string;
16 icon?: React.ComponentType<{ className?: string }>;
17};
18
19type FooterSection = {
20 label: string;
21 links: FooterLink[];
22};
23
24const footerLinks: FooterSection[] = [
25 {
26 label: "Product",
27 links: [
28 { title: "Features", href: "#" },
29 { title: "Pricing", href: "#" },
30 { title: "Testimonials", href: "#" },
31 { title: "Integration", href: "#" },
32 ],
33 },
34 {
35 label: "Company",
36 links: [
37 { title: "FAQs", href: "#" },
38 { title: "About Us", href: "#" },
39 { title: "Privacy Policy", href: "#" },
40 { title: "Terms of Services", href: "#" },
41 ],
42 },
43 {
44 label: "Resources",
45 links: [
46 { title: "Blog", href: "#" },
47 { title: "Changelog", href: "#" },
48 { title: "Brand", href: "#" },
49 { title: "Help", href: "#" },
50 ],
51 },
52 {
53 label: "Social Links",
54 links: [
55 { title: "Facebook", href: "#", icon: FacebookIcon },
56 { title: "Instagram", href: "#", icon: InstagramIcon },
57 { title: "Youtube", href: "#", icon: YoutubeIcon },
58 { title: "LinkedIn", href: "#", icon: LinkedinIcon },
59 ],
60 },
61];
62
63export function Footer() {
64 return (
65 <footer className="relative mx-auto flex w-full max-w-5xl flex-col items-center justify-center rounded-t-4xl border-t bg-[radial-gradient(35%_128px_at_50%_0%,theme(backgroundColor.white/8%),transparent)] px-4 py-6 md:rounded-t-6xl md:px-6">
66 <div className="-translate-x-1/2 -translate-y-1/2 absolute top-0 right-1/2 left-1/2 h-px w-1/3 rounded-full bg-foreground/20 blur" />
67
68 <div className="grid w-full gap-8 xl:grid-cols-3 xl:gap-8">
69 <AnimatedContainer className="space-y-4">
70 <Logo className="h-4" />
71 <p className="mt-8 text-muted-foreground text-sm md:mt-0">
72 &copy; {new Date().getFullYear()} efferd, All rights reserved
73 </p>
74 </AnimatedContainer>
75
76 <div className="mt-10 grid grid-cols-2 gap-8 md:grid-cols-4 xl:col-span-2 xl:mt-0">
77 {footerLinks.map((section, index) => (
78 <AnimatedContainer delay={0.1 + index * 0.1} key={section.label}>
79 <div className="mb-10 md:mb-0">
80// … truncated

What it pulls in

npm packages

  • motion

Files it writes

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

Facts

Registry
efferd
Type
registry:block
Access
Free
Files written
2
Licence
NOASSERTION
First indexed
2026-08-01
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