From 746efcd8ee8183eada68601038089a068d868921 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 14 Jan 2026 11:55:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f93c15..b71f8b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; export default function LandingPage() { return ( @@ -29,6 +30,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "home" }, { name: "Collections", id: "collections" }, + { name: "Star Wars", id: "star-wars" }, { name: "Highlights", id: "highlights" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } @@ -75,6 +77,32 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file