Responsive footer component with cool animations
Loading preview...
import { Footer } from "@/components/ui/animated-footer"; export default function AboutPage() { return ( <main className="min-h-screen bg-black text-white"> <Footer /> </main> ); }