From dcf8e79f2cb0a67a7489acb9c9ae25c14da63a18 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:32:14 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d665831..1b780ec 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,7 +1,6 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import Link from "next/link"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FaqDouble from "@/components/sections/faq/FaqDouble"; @@ -78,29 +77,21 @@ const ContactPage = () => {