diff --git a/src/app/page.tsx b/src/app/page.tsx index 5203634..bad11fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import MediaAbout from '@/components/sections/about/MediaAbout'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { MapPin } from 'lucide-react'; @@ -31,7 +30,6 @@ export default function LandingPage() { { name: "Collections", id: "collections" }, { name: "About", id: "about" }, { name: "Why Us", id: "features" }, - { name: "Reviews", id: "testimonial" }, { name: "Contact", id: "contact" } ]} button={{ text: "Book a Fitting", href: "contact" }} @@ -136,30 +134,6 @@ export default function LandingPage() { /> -