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"}