diff --git a/src/app/page.tsx b/src/app/page.tsx index c173f37..e8dcc68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,21 +88,21 @@ export default function LandingPage() { title: "Vente et Pose de Parquets", description: "Parquets massifs, contrecollés, stratifiés et vinyles – nous vous conseillons et assurons une pose impeccable pour un résultat durable et élégant.", icon: HardHat, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-piece-wood_23-2148384495.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-2886.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-2886.jpg?_wi=1" } ] }, { title: "Rénovation de Parquets, Terrasses et Escaliers", description: "Redonnez une seconde vie à vos surfaces en bois. Notre expertise en rénovation garantit un travail soigné pour des parquets, terrasses et escaliers comme neufs.", icon: Hammer, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/upstairs-top-view-smiling-middle-aged-man-with-laptop-rising-light-stairs_259150-58364.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/dark-wooden-floor_53876-88990.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/dark-wooden-floor_53876-88990.jpg?_wi=1" } ] }, { title: "Revêtements Muraux et Panneaux Décoratifs", description: "Au-delà des sols, nous proposons aussi des lambris et des panneaux décoratifs pour apporter un cachet unique et une ambiance chaleureuse à votre intérieur.", icon: Paintbrush, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797696.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797696.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797696.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797696.jpg?_wi=2" } ] } ]} @@ -117,10 +117,10 @@ export default function LandingPage() { title={"Nos produits de qualité supérieure"} description={"Découvrez notre sélection de parquets massifs, contrecollés, stratifiés et vinyles, ainsi que des lambris et panneaux décoratifs pour transformer votre intérieur."} 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: "1", name: "Parquet Massif Chêne", price: "Sur devis", imageSrc: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-2886.jpg?_wi=2", 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"} @@ -166,7 +166,7 @@ export default function LandingPage() {