diff --git a/src/app/page.tsx b/src/app/page.tsx index 75cc4a2..a346b0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,8 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Gamepad2, Headphones, Server, Users, Zap } from 'lucide-react'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import { Gamepad2, Headphones, Server, Users, Zap, Sparkles } from 'lucide-react'; export default function LandingPage() { return ( @@ -31,6 +32,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "Features", id: "features" }, + { name: "Shop", id: "purchases" }, { name: "Community", id: "testimonials" }, { name: "Join", id: "contact" } ]} @@ -109,6 +111,42 @@ export default function LandingPage() { /> +
+ +
+