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