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" > - - - - + + +
+
+ +
+
+