'use client'; import Link from 'next/link'; import { PawPrint, Heart } from 'lucide-react'; export default function Footer() { return ( ); }