'use client'; import { motion } from 'framer-motion'; import Image from 'next/image'; export function Footer() { return ( ); }