Merge version_2 into main #3
@@ -90,6 +90,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Top Tech Picks"
|
||||
description="Hand-picked gadgets for enthusiasts and professionals."
|
||||
buttons={[{ text: "View All Products", href: "/catalog" }]}
|
||||
products={[
|
||||
{ id: "p1", name: "Pro Smartphone X", price: "$999", variant: "Midnight Black", imageSrc: "http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg" },
|
||||
{ id: "p2", name: "Audio-Pro ANC", price: "$349", variant: "Silver", imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-39.jpg" },
|
||||
@@ -167,4 +168,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user