'use client' import Link from 'next/link' import Image from 'next/image' import { Separator } from '@/components/ui/separator' import { MapPin } from 'lucide-react' export function Footer() { const currentYear = new Date().getFullYear() const hostname = typeof window !== 'undefined' ? window.location.hostname : '' const icpNumber = hostname === 'www.baimajingxuan.com' ? '津ICP备2020008456号-1' : hostname === 'www.baimajiayuanjiankang.com' ? '津ICP备2023000762号' : '津ICP备99999999号' return ( ) }