"use client"; import { usePathname } from "next/navigation"; import ContactUs from "../_contact-us/page"; const FooterForm = () => { const pathName = usePathname(); if (pathName !== "/") return null; return (