A modern footer with menu links, logo, social, copyright and legal
npx shadcn@latest add https://21st.dev/r/shadcnblockscom/footer-7
Loading preview...
import { Footer7 } from "@/components/ui/footer-7"; const DemoOne = () => { return ( <Footer7 /> ); }; export { DemoOne };