From d754ce88690ff6f25b05ac08d35c131ae8434c8f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 15:01:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a6d43f..55b5be0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,8 +120,8 @@ export default function LandingPage() { products={[ { id: "1", name: "Parquet Massif Chêne", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-2886.jpg", imageAlt: "Close-up of solid oak parquet flooring" }, { id: "2", name: "Parquet Contrecollé", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-textured-flooring-background_53876-129630.jpg", imageAlt: "Engineered wood parquet planks" }, - { id: "3", name: "Revêtement Stratifié", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door_23-2150562125.jpg", imageAlt: "Laminate flooring planks" }, - { id: "4", name: "Revêtement Vinyle", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door_23-2150562125.jpg", imageAlt: "Vinyl flooring with wood effect" } + { id: "3", name: "Revêtement Stratifié", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door_23-2150562125.jpg?_wi=1", imageAlt: "Laminate flooring planks" }, + { id: "4", name: "Revêtement Vinyle", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door_23-2150562125.jpg?_wi=2", imageAlt: "Vinyl flooring with wood effect" } ]} gridVariant={"uniform-all-items-equal"} animationType={"slide-up"} -- 2.49.1