From 451f7617aeb243a019d29c6c91f429ddf0260f78 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:16:03 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 93 ++++------------------------------------ 1 file changed, 8 insertions(+), 85 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index aa30742..8bfd629 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,92 +1,15 @@ "use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; -import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; -import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Coffee, MapPin, Phone } from "lucide-react"; +import { Mail, Clock } from "lucide-react"; export default function ContactPage() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "About", id: "about" }, - { name: "Services", id: "services" }, - { name: "Contact", id: "contact" }, - ]; - return ( - -