2 Commits

Author SHA1 Message Date
7af7b6531c Update src/app/page.tsx 2026-04-17 13:29:33 +00:00
6c1764c14c Merge version_1 into main
Merge version_1 into main
2026-04-17 12:11:04 +00:00

View File

@@ -98,9 +98,10 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
buttons={[{ text: "Voir tout le catalogue" }]}
products={[
{ id: "p1", brand: "TechZone", name: "Smartphone Pro 2024", price: "799€", rating: 4.8, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-white-ice-skates-with-cherries_23-2150806796.jpg" },
{ id: "p2", brand: "Urban Wear", name: "Sweatshirt Vintage", price: "45€", rating: 4.5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17254.jpg" },