From 0fcfcfc4389fc356c9b9f0bbb2347d35aef12f2e Mon Sep 17 00:00:00 2001 From: development Date: Wed, 14 Jan 2026 11:55:19 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 621ec78..00909d3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1258,4 +1258,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 746efcd8ee8183eada68601038089a068d868921 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 14 Jan 2026 11:55:20 +0000 Subject: [PATCH 2/2] 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 -- 2.49.1