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