From 512a83586ea914aaed5b6020591b1f6903ddf131 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 21:25:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) 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() { /> +
+ +
+
); -} \ No newline at end of file +}