diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2261cd0..ff40f0f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,15 +3,17 @@ import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterCard from "@/components/sections/footer/FooterCard"; +import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { MapPin } from "lucide-react"; +import { MessageSquare, Sparkles } from "lucide-react"; export default function ContactPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" }, + { name: "About", id: "/#about" }, + { name: "Services", id: "/#services" }, + { name: "Testimonials", id: "/#testimonials" }, ]; return ( @@ -30,22 +32,42 @@ export default function ContactPage() { -
- -
- + +