Components
A large, typographic footer section with a contact call-to-action, location and social links, and an oversized brand wordmark.
Loading preview...
import { BoldFooter } from "@/components/ui/footer-bold";
export default function BoldFooterDemo() {
return (
<div className="w-full bg-background">
<BoldFooter />
</div>
);
}