Components
A complex website footer section with company info, a newsletter subscribe form, four columns of navigation links, and animated social icons.
Loading preview...
"use client";
import Footer2 from "@/components/ui/footer-2";
const Example = () => (
<div className="h-full w-full">
<Footer2 />
</div>
);
export default Example;