diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8db897c..8155ca4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,6 +5,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import ContactFaq from "@/components/sections/contact/ContactFaq"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import Link from "next/link"; import { MessageCircle } from "lucide-react"; export default function ContactPage() { @@ -72,17 +73,17 @@ export default function ContactPage() {