diff --git a/src/app/page.tsx b/src/app/page.tsx index 56d9688..4a9ec93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; export default function LandingPage() { return ( @@ -34,6 +35,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Services", id: "services" }, + { name: "Sales", id: "sales" }, { name: "Contact", id: "contact" }, ]} brandName="Hollywood Beauty" @@ -89,6 +91,21 @@ export default function LandingPage() { /> +