Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-11 09:24:24 +00:00

View File

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