Components
npx shadcn@latest add https://21st.dev/r/arihantcodes_1f7b8c4d/footer-sectionLoading preview...
import { Footerdemo } from "@/components/ui/footer-section";
function Footer() {
return (
<div className="block">
<Footerdemo />
</div>
);
}
export { Footer };