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