A bento-grid footer section with a call-to-action card, social links, newsletter signup, location, and legal links.
import BentoFooter from "@/components/ui/footer-bento"; export default function Default() { return ( <div className="min-h-screen w-full bg-background text-foreground flex items-center"> <BentoFooter /> </div> ); }