diff --git a/src/app/page.tsx b/src/app/page.tsx index 429da74..4170f44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; @@ -33,7 +32,6 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "#hero" }, { name: "About", id: "#about" }, - { name: "Collection", id: "#products" }, { name: "Contact", id: "#contact" } ]} brandName="Sinister Sisters" @@ -90,24 +88,6 @@ export default function LandingPage() { /> -