diff --git a/src/app/page.tsx b/src/app/page.tsx index 2411d19..5c7b851 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,6 @@ export default function LandingPage() { imageSrc={"http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150713043.jpg"} imageAlt={"Modern renovated living room with beautiful new parquet floor"} mediaAnimation={"slide-up"} - useInvertedBackground={false} /> @@ -88,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: [ - { src: "http://img.b2bpic.net/free-photo/man-cutting-piece-wood_23-2148384495.jpg", alt: "Worker installing parquet floor" }, - { src: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-2886.jpg", alt: "Samples of various parquet types" } + { 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" } ] }, { 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: [ - { src: "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" }, - { src: "http://img.b2bpic.net/free-photo/dark-wooden-floor_53876-88990.jpg", alt: "Finished renovated parquet floor" } + { 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" } ] }, { 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: [ - { src: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797696.jpg", alt: "Modern interior wall paneling" }, - { src: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797696.jpg", alt: "Another decorative wall covering" } + { 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" } ] } ]}