diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c7b851..52b607d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,22 +87,22 @@ 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: [ - { url: "http://img.b2bpic.net/free-photo/man-cutting-piece-wood_23-2148384495.jpg", alt: "Worker installing parquet floor" }, - { url: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-2886.jpg", alt: "Samples of various parquet types" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-piece-wood_23-2148384495.jpg", alt: "Worker installing parquet floor" }, + { imageSrc: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-2886.jpg", alt: "Samples of various parquet types" } ] }, { 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: [ - { url: "http://img.b2bpic.net/free-photo/upstairs-top-view-smiling-middle-aged-man-with-laptop-rising-light-stairs_259150-58364.jpg", alt: "Terrace renovation process" }, - { url: "http://img.b2bpic.net/free-photo/dark-wooden-floor_53876-88990.jpg", alt: "Finished renovated parquet floor" } + { imageSrc: "http://img.b2bpic.net/free-photo/upstairs-top-view-smiling-middle-aged-man-with-laptop-rising-light-stairs_259150-58364.jpg", alt: "Terrace renovation process" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dark-wooden-floor_53876-88990.jpg", alt: "Finished renovated parquet floor" } ] }, { 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: [ - { url: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797696.jpg", alt: "Modern interior wall paneling" }, - { url: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797696.jpg", alt: "Another decorative wall covering" } + { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797696.jpg", alt: "Modern interior wall paneling" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797696.jpg", alt: "Another decorative wall covering" } ] } ]}