"use client"; import Link from "next/link"; import ScrollReveal from "@/components/animations/ScrollReveal"; export default function Footer() { return ( ); }