Components
A bento-grid footer section with a call-to-action card, social links, newsletter signup, location, and legal links.
Loading preview...
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>
);
}