'use client'; import Link from 'next/link'; import { usePathname } from 'next/navigation'; import { CustomLink } from './customLink'; const links = [{ name: 'Subscribe', path: '/' }]; function Footer() { const pathname = usePathname(); return (
By subscribing, you agree to our{' '} Privacy Policy .
) : (