Here is Footer component
npx shadcn@latest add https://21st.dev/r/meschacirung/footer
Loading preview...
import FooterSection from "@/components/ui/footer"; export default function DemoOne() { return <FooterSection />; }