'use client'; import { motion } from 'framer-motion'; import { GitFork } from 'lucide-react'; export default function Footer() { const currentYear = new Date().getFullYear(); return ( ); }