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() { /> +