Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-16 13:46:56 +00:00

View File

@@ -90,7 +90,10 @@ 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" }]}
buttons={[
{ text: "View All Products", href: "/products" },
{ text: "Learn More", href: "#" }
]}
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" },