Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 528d1006a7 | |||
| 2405a6e8e7 | |||
| 2acf150f8e | |||
| 7fa100fd05 | |||
| ab353c8a75 | |||
| 381fa20d1d |
@@ -90,6 +90,10 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Top Tech Picks"
|
title="Top Tech Picks"
|
||||||
description="Hand-picked gadgets for enthusiasts and professionals."
|
description="Hand-picked gadgets for enthusiasts and professionals."
|
||||||
|
buttons={[
|
||||||
|
{ text: "View All Products", href: "/products" },
|
||||||
|
{ text: "Learn More", href: "#" }
|
||||||
|
]}
|
||||||
products={[
|
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: "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" },
|
{ 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 +171,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user