Merge version_2 into main #4
@@ -124,8 +124,8 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Galaxy Strider", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128045.jpg", onProductClick: () => addToCart({ id: "p1", name: "Galaxy Strider", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128045.jpg" }) },
|
||||
{ id: "p2", name: "Turbo Drift", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-city-street-night-with-neon-lights-futuristic-aesthetic_23-2151488767.jpg", onProductClick: () => addToCart({ id: "p2", name: "Turbo Drift", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-city-street-night-with-neon-lights-futuristic-aesthetic_23-2151488767.jpg" }) },
|
||||
{ id: "p1", name: "Galaxy Strider", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128045.jpg?_wi=1", onProductClick: () => addToCart({ id: "p1", name: "Galaxy Strider", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128045.jpg?_wi=2" }) },
|
||||
{ id: "p2", name: "Turbo Drift", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-city-street-night-with-neon-lights-futuristic-aesthetic_23-2151488767.jpg?_wi=1", onProductClick: () => addToCart({ id: "p2", name: "Turbo Drift", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-city-street-night-with-neon-lights-futuristic-aesthetic_23-2151488767.jpg?_wi=2" }) },
|
||||
]}
|
||||
title="Discover Games"
|
||||
description="Explore thousands of titles across diverse genres."
|
||||
|
||||
Reference in New Issue
Block a user