Components
Animated footer section with company info, organized link columns, and social media icons.
Loading preview...
import { FooterSimple } from "@/components/ui/footer-1";
export default function Default() {
return (
<div className="w-full bg-background">
<FooterSimple />
</div>
);
}