From 3edff45b8b4e2dfeec5a012d14c96a2c1938600e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:40:27 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 71 +++++++++++++++------------------------- 1 file changed, 26 insertions(+), 45 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ff40f0f..fe31a8c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,18 +2,16 @@ import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterCard from "@/components/sections/footer/FooterCard"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { MessageSquare, Sparkles } from "lucide-react"; +import { MapPin } from "lucide-react"; export default function ContactPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "About", id: "/#about" }, - { name: "Services", id: "/#services" }, - { name: "Testimonials", id: "/#testimonials" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, ]; return ( @@ -30,44 +28,27 @@ export default function ContactPage() { headingFontWeight="medium" > - - - - + + +
+
+ +
+
+