Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-26 15:01:16 +00:00

View File

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