Components
A centered site footer with animated navigation links, a logo, and a row of social media icons.
Loading preview...
import Footer1 from "@/components/ui/footer-section-1";
export default function Default() {
return (
<div className="w-full bg-background text-foreground">
<Footer1 />
</div>
);
}