Footer section with large logo
import { Footer } from "@/components/ui/large-name-footer"; function FooterDemo() { return ( <div className="block"> <Footer /> </div> ); } export { FooterDemo };
Part of Spectrum UI — browse the full library on 21st.dev.