diff --git a/src/app/page.tsx b/src/app/page.tsx index fb9f326..c6e204a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ 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() { @@ -33,6 +34,7 @@ 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" @@ -103,6 +105,22 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file