diff --git a/src/app/page.tsx b/src/app/page.tsx index c6e204a..fb9f326 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import { Crown, Sparkles, Star } from "lucide-react"; export default function LandingPage() { @@ -34,7 +33,6 @@ export default function LandingPage() { { name: "Home", id: "#hero" }, { name: "Collection", id: "#collections" }, { name: "Why Icon", id: "#why" }, - { name: "Vending", id: "#vending" }, { name: "Contact", id: "#contact" }, ]} brandName="ICON’s PERFUME" @@ -105,22 +103,6 @@ export default function LandingPage() { /> -