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