import { getStateInfo } from "@/lib/getStateInfo"; import Call from "./call/Call"; import Connect from "./Connect"; function ContactUsPage() { const { matchedCity } = getStateInfo(); const isDefault = matchedCity?.id === "63"; return (
{matchedCity?.id === "63" && }
); } export default ContactUsPage;