Components
A minimal responsive website footer with a brand wordmark, tagline, and grouped social and legal link columns with a copyright bar.
Loading preview...
import { FooterSimple } from "@/components/ui/footer-simple";
export default function DemoFooterSimple() {
return <FooterSimple />;
}