Footer Exemple 1
bagui/footer1FreeBlock
bagUi publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by bagUi on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://www.bagui.pro/r/footer1.jsonSource
1"use client";23import Link from "next/link";4import Image from "next/image";5import {6 FaXTwitter, // X7 FaInstagram, // Instagram8 FaLinkedin, // LinkedIn9 FaGithub, // GitHub10 FaYoutube, // YouTube11 FaThreads, // Threads12 FaWhatsapp // WhatsApp13} from "react-icons/fa6";1415const FOOTER_PRODUCT = [16 { label: "Blocks", href: "/blocks" },17 { label: "Templates", href: "/templates" },18 { label: "Pricing", href: "/pricing" },19 { label: "Docs", href: "/docs" },20 { label: "Changelog", href: "/changelog" },21];2223const FOOTER_MORE = [24 { label: "FAQ", href: "/#faq" },25 { label: "Login", href: "/login" }26];2728const FOOTER_LEGAL = [29 { label: "License", href: "/license" },30 { label: "Privacy", href: "/privacy" },31 { label: "Terms", href: "/terms" },32 { label: "Contact", href: "mailto:anelka.bag@gmail.com" },33];3435const SOCIAL_LINKS = [36 {37 label: "X",38 href: "https://x.com/anelkabag",39 Icon: FaXTwitter,40 },41 {42 label: "Instagram",43 href: "https://instagram.com/anelka.bag",44 Icon: FaInstagram,45 },46 {47 label: "LinkedIn",48 href: "https://linkedin.com/in/anelkabag",49 Icon: FaLinkedin,50 },51 {52 label: "GitHub",53 href: "https://github.com/anelkabag",54 Icon: FaGithub,55 },56 {57 label: "YouTube",58 href: "https://youtube.com/@anelkabag",59 Icon: FaYoutube,60 },61 {62 label: "Threads",63 href: "https://www.threads.com/@anelka.bag",64 Icon: FaThreads,65 },66 {67 label: "WhatsApp",68 href: "https://whatsapp.com/channel/0029Vb7dYvr3mFYBKj9Dew25",69 Icon: FaWhatsapp,70 },71];7273export function Footer1() {74 return (75 <footer className="border-t border-gray-100 mt-24 py-16 px-6">76 <div className="max-w-7xl mx-auto px-6 pt-10s">77 <div className="grid grid-cols-2 md:grid-cols-4 gap-10 mb-14">78 <div className="col-span-2 md:col-span-1">79 <div className="flex items-center gap-2 mb-3">80 <Image src="/logo.png" alt="BagUI" width={16} height={16} />81 <span className="text-black font-semibold text-sm">Bag\Ui</span>82 </div>83 <p className="text-gray-400 text-xs leading-relaxed max-w-[180px]">84// … truncated
What it pulls in
npm packages
Files it writes
More from bagUi
All 30 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Dashboard Chat Appchat-app1 | bagUi | Blocks | Free | 2 deps | |
| Contact Exemple 1contact-1 | bagUi | Blocks | Free | 2 deps | |
| Contact Exemple 2contact-2 | bagUi | Blocks | Free | 2 deps | |
| CTA Exemple 1cta-1 | bagUi | Blocks | Free | 2 deps | |
| CTA Exemple 2cta-2 | bagUi | Blocks | Free | 2 deps | |
| Modern Ads Dashboarddashboard-ads | bagUi | Blocks | Free | 2 deps | |
| Modern Agency Dashboarddashboard-agency | bagUi | Blocks | Free | 2 deps | |
| Modern Folder Dashboarddashboard-folder | bagUi | Blocks | Free | 2 deps |
