From 9641cb2511e21aea73625f77d5dd4ab3921093dc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 09:24:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9043244..58c014e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,11 +48,11 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-working-with-masks_23-2148751983.jpg", imageAlt: "Rénovation moderne d'intérieur" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-blue-cabinets_23-2151995372.jpg", imageAlt: "Cuisine rénovée contemporaine" }, - { imageSrc: "http://img.b2bpic.net/free-photo/interior-wooden-russian-bath-with-traditional-items-use_169016-4337.jpg", imageAlt: "Salle de bain luxueuse rénovée" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg", imageAlt: "Sols rénovés avec finition impeccable" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-4007.jpg", imageAlt: "Projet de rénovation finalisé" } + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-working-with-masks_23-2148751983.jpg?_wi=1", imageAlt: "Rénovation moderne d'intérieur" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-blue-cabinets_23-2151995372.jpg?_wi=1", imageAlt: "Cuisine rénovée contemporaine" }, + { imageSrc: "http://img.b2bpic.net/free-photo/interior-wooden-russian-bath-with-traditional-items-use_169016-4337.jpg?_wi=1", imageAlt: "Salle de bain luxueuse rénovée" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg?_wi=1", imageAlt: "Sols rénovés avec finition impeccable" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-4007.jpg?_wi=1", imageAlt: "Projet de rénovation finalisé" } ]} mediaAnimation="slide-up" buttons={[ @@ -100,18 +100,18 @@ export default function LandingPage() { }, { id: 2, - title: "Salle de bain", description: "Création de salles de bain modernes et fonctionnelles. Pose complète avec finitions soignées.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/interior-wooden-russian-bath-with-traditional-items-use_169016-4337.jpg", imageAlt: "Salle de bain - Phone 1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg", imageAlt: "Salle de bain - Phone 2" } + title: "Salle de bain", description: "Création de salles de bain modernes et fonctionnelles. Pose complète avec finitions soignées.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/interior-wooden-russian-bath-with-traditional-items-use_169016-4337.jpg?_wi=2", imageAlt: "Salle de bain - Phone 1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg?_wi=2", imageAlt: "Salle de bain - Phone 2" } }, { id: 3, - title: "Cuisine aménagée", description: "Installation de cuisines sur mesure. Pose précise et intégration parfaite dans votre espace.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-blue-cabinets_23-2151995372.jpg", imageAlt: "Cuisine aménagée - Phone 1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-4007.jpg", imageAlt: "Cuisine aménagée - Phone 2" } + title: "Cuisine aménagée", description: "Installation de cuisines sur mesure. Pose précise et intégration parfaite dans votre espace.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-blue-cabinets_23-2151995372.jpg?_wi=2", imageAlt: "Cuisine aménagée - Phone 1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-4007.jpg?_wi=2", imageAlt: "Cuisine aménagée - Phone 2" } }, { id: 4, title: "Travaux de maçonnerie", description: "Modification de murs, ouvertures, rehaussement. Travaux structurels réalisés avec sérieux et précision.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/industrial-builder-works-with-professional-angle-grinder-cut-bricks-build-interior-walls-electrician_169016-5878.jpg", imageAlt: "Maçonnerie - Phone 1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-working-with-masks_23-2148751983.jpg", imageAlt: "Maçonnerie - Phone 2" } + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-working-with-masks_23-2148751983.jpg?_wi=2", imageAlt: "Maçonnerie - Phone 2" } } ]} showStepNumbers={true} -- 2.49.1