diff --git a/src/app/page.tsx b/src/app/page.tsx index 0306a27..dbd267d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { title: "Écoute client", description: "Nous comprendre vos besoins et adaptons nos solutions", icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104836.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104836.jpg?_wi=1" imageAlt="Équipe SDMS artisans professionnels" mediaAnimation="slide-up" textboxLayout="default" @@ -90,18 +90,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Installations électriques", description: "Conformité aux normes, installations neuves, rénovations électriques et mise en sécurité. Dépannages et maintenance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53947.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721537.jpg" }, + title: "Installations électriques", description: "Conformité aux normes, installations neuves, rénovations électriques et mise en sécurité. Dépannages et maintenance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53947.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721537.jpg?_wi=1" }, }, { id: 2, - title: "Travaux sanitaires et plomberie", description: "Installation de salle de bains, rénovation de cuisines, tuyauterie, dépannages plomberie d'urgence.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721537.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-hammering-nail-workshop_1157-35633.jpg" }, + title: "Travaux sanitaires et plomberie", description: "Installation de salle de bains, rénovation de cuisines, tuyauterie, dépannages plomberie d'urgence.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721537.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-hammering-nail-workshop_1157-35633.jpg?_wi=1" }, }, { id: 3, - title: "Aménagements intérieurs", description: "Rénovation complète d'intérieur, peinture, revêtements, cloisons, décoration et aménagement sur mesure.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-hammering-nail-workshop_1157-35633.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53947.jpg" }, + title: "Aménagements intérieurs", description: "Rénovation complète d'intérieur, peinture, revêtements, cloisons, décoration et aménagement sur mesure.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-hammering-nail-workshop_1157-35633.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53947.jpg?_wi=2" }, }, ]} showStepNumbers={true} @@ -188,7 +188,7 @@ export default function LandingPage() {