From aa41b91e9a4ae95f673ca6c4bc35092d32d2f4ee Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:16:58 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 88629a2..747875b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,7 +5,6 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import Link from "next/link"; export default function ContactPage() { return ( @@ -40,7 +39,7 @@ export default function ContactPage() {