diff --git a/src/app/page.tsx b/src/app/page.tsx index a4f7768..ddea789 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { title="Construire une maison est un projet de vie. Notre rôle est de le rendre serein." description="Expertise en maîtrise d'œuvre et construction de maisons individuelles à Yutz en Moselle depuis 2004." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg", imageAlt: "Maison moderne" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg?_wi=1", imageAlt: "Maison moderne" }, { imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-domestic-room-comfortable-relaxation-generative-ai_188544-12679.jpg", imageAlt: "Luxueux intérieur de maison" }, { imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg", imageAlt: "Piscine extérieure moderne" }, { imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929542.jpg", imageAlt: "Design intérieur élégant" }, @@ -87,8 +87,8 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { tag: "Expertise", title: "Construction Individuelle", subtitle: "Sérénité", description: "Conception sur-mesure respectant vos aspirations et les normes architecturales.", imageSrc: "http://img.b2bpic.net/free-photo/construction-architect-team-working-desk-office-blueprint-layout-caucasian-colleagues-standing_482257-2828.jpg", imageAlt: "Construction architect team" }, - { tag: "Extension", title: "Aggrandissement", subtitle: "Qualité", description: "Valorisez votre patrimoine existant par des extensions harmonieuses.", imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg", imageAlt: "Extension architecturale" }, - { tag: "Rénovation", title: "Maîtrise d'œuvre", subtitle: "Confiance", description: "Un suivi irréprochable de vos chantiers, de l'étude à la remise des clés.", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-hotel-room_23-2148095312.jpg", imageAlt: "Suivi de chantier" } + { tag: "Extension", title: "Aggrandissement", subtitle: "Qualité", description: "Valorisez votre patrimoine existant par des extensions harmonieuses.", imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg?_wi=2", imageAlt: "Extension architecturale" }, + { tag: "Rénovation", title: "Maîtrise d'œuvre", subtitle: "Confiance", description: "Un suivi irréprochable de vos chantiers, de l'étude à la remise des clés.", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-hotel-room_23-2148095312.jpg?_wi=1", imageAlt: "Suivi de chantier" } ]} title="Nos domaines d'intervention" description="Un accompagnement global pour vos projets les plus exigeants." @@ -120,7 +120,7 @@ export default function LandingPage() { useInvertedBackground={true} animationType="slide-up" testimonials={[ - { id: "1", name: "Marie D.", role: "Client", testimonial: "Une vraie écoute qui a mené à une mise en place parfaite de notre projet.", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-hotel-room_23-2148095312.jpg" }, + { id: "1", name: "Marie D.", role: "Client", testimonial: "Une vraie écoute qui a mené à une mise en place parfaite de notre projet.", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-hotel-room_23-2148095312.jpg?_wi=2" }, { id: "2", name: "Thomas L.", role: "Client", testimonial: "Du dépôt du permis de construire jusqu’à la remise des clés, parfait.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-architect-looking-camera_23-2148242902.jpg" }, { id: "3", name: "Sophie M.", role: "Client", testimonial: "En un mot ? PARFAIT. Zéro problème sur tout le suivi.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346471.jpg" }, { id: "4", name: "Marc B.", role: "Client", testimonial: "Très professionnel, toujours à l’écoute. Une équipe humaine.", imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-working-together_23-2148908963.jpg" },