Merge version_1 into main #3
@@ -63,17 +63,17 @@ export default function LandingPage() {
|
||||
description="Une gamme complète de solutions en plomberie, chauffage et rénovation."
|
||||
features={[
|
||||
{
|
||||
title: "Dépannage & Urgences", description: "Intervention rapide pour toute fuite ou panne.", media: { imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", imageAlt: "Réparation urgente de fuite" },
|
||||
title: "Dépannage & Urgences", description: "Intervention rapide pour toute fuite ou panne.", media: { imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=1", imageAlt: "Réparation urgente de fuite" },
|
||||
items: [{ icon: Zap, text: "24h/24" }, { icon: Phone, text: "Réponse immédiate" }],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Sanitaires & Salle de bain", description: "Conception et installation de vos espaces d'eau.", media: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721529.jpg", imageAlt: "Installation sanitaire haut de gamme" },
|
||||
title: "Sanitaires & Salle de bain", description: "Conception et installation de vos espaces d'eau.", media: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721529.jpg?_wi=1", imageAlt: "Installation sanitaire haut de gamme" },
|
||||
items: [{ icon: Droplet, text: "Installation complète" }, { icon: ShowerHead, text: "Rénovation sur mesure" }],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Chaudière & Chauffe-eau", description: "Entretien et dépannage de vos systèmes de chauffe.", media: { imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", imageAlt: "Maintenance de chaudière" },
|
||||
title: "Chaudière & Chauffe-eau", description: "Entretien et dépannage de vos systèmes de chauffe.", media: { imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=2", imageAlt: "Maintenance de chaudière" },
|
||||
items: [{ icon: Flame, text: "Maintenance annuelle" }, { icon: Thermometer, text: "Dépannage système" }],
|
||||
reverse: false
|
||||
}
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
description="Nous mettons notre expérience et notre expertise au profit de chaque chantier pour garantir la satisfaction totale de nos clients."
|
||||
subdescription="Chaque intervention bénéficie d'une garantie décennale et d'un suivi personnalisé."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721529.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721529.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -103,11 +103,11 @@ export default function LandingPage() {
|
||||
title="Ils nous font confiance"
|
||||
description="Plus de 500 clients satisfaits à Perpignan et alentours."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Marie L.", role: "Cliente", company: "Perpignan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg" },
|
||||
{ id: "2", name: "Jean P.", role: "Client", company: "Canet", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg" },
|
||||
{ id: "3", name: "Sophie D.", role: "Cliente", company: "Saint-Estève", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg" },
|
||||
{ id: "4", name: "Marc B.", role: "Client", company: "Perpignan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg" },
|
||||
{ id: "5", name: "Lucie V.", role: "Cliente", company: "Perpignan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg" }
|
||||
{ id: "1", name: "Marie L.", role: "Cliente", company: "Perpignan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg?_wi=1" },
|
||||
{ id: "2", name: "Jean P.", role: "Client", company: "Canet", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg?_wi=2" },
|
||||
{ id: "3", name: "Sophie D.", role: "Cliente", company: "Saint-Estève", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg?_wi=3" },
|
||||
{ id: "4", name: "Marc B.", role: "Client", company: "Perpignan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg?_wi=4" },
|
||||
{ id: "5", name: "Lucie V.", role: "Cliente", company: "Perpignan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg?_wi=5" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
||||
title="Contactez-nous"
|
||||
description="Obtenez un devis gratuit et personnalisé pour vos travaux de plomberie."
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721529.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721529.jpg?_wi=3"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user