An editorial-style dark/light footer section with oversized display headings, a brand logo lockup, a contact call-to-action, and a copyright bar.
import { FooterPrivilege } from "@/components/ui/footer-privilege"; export default function Default() { return ( <div className="w-full bg-background"> <FooterPrivilege /> </div> ); }