diff --git a/src/app/page.tsx b/src/app/page.tsx index be5c1eb..6a32ff7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="mediumSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -46,18 +46,18 @@ export default function LandingPage() { tagAnimation="slide-up" title="Plombier professionnel – Intervention rapide" description="Fuite d'eau, chauffe-eau en panne ou réparation urgente ? SARL DACPR intervient rapidement pour vos travaux de plomberie." - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} testimonials={[ { name: "Olivier Marchand", handle: "Propriétaire, Lyon", testimonial: "Chauffe-eau HS. Appel le lundi matin, intervention le jour même pour le diagnostic. Remplacement le lendemain. Travaux parfaits et facture très correcte.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg"}, { name: "Marie Dubois", handle: "Gestionnaire immobilier, Villeurbanne", testimonial: "Fuite détectée rapidement. Les techniciens ont localisé le problème sans casser les murs. Intervention professionnelle et tarif honnête.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg"}, { name: "Philippe Lefevre", handle: "Propriétaire, Décines", testimonial: "Artisans locaux sérieux. Intervention le jour même après mon appel. Très satisfait de la qualité du travail et du professionnalisme.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586562.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586562.jpg"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -128,6 +128,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/isolated-studio-shot-untidy-female-male-carpenters-look-with-bugged-eyes-jaw-dropped-out_273609-8775.jpg" imageAlt="Technicien plombier SARL DACPR au travail" mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -142,13 +143,13 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Olivier Marchand", role: "Propriétaire", testimonial: "Chauffe-eau HS. Appel le lundi matin, intervention le jour même pour le diagnostic. Remplacement le lendemain. Travaux parfaits et facture très correcte.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg?_wi=2", icon: ThumbsUp, + id: "1", name: "Olivier Marchand", role: "Propriétaire", testimonial: "Chauffe-eau HS. Appel le lundi matin, intervention le jour même pour le diagnostic. Remplacement le lendemain. Travaux parfaits et facture très correcte.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg", icon: ThumbsUp, }, { - id: "2", name: "Marie Dubois", role: "Gestionnaire immobilier", testimonial: "Fuite détectée rapidement. Les techniciens ont localisé le problème sans casser les murs. Intervention professionnelle et tarif honnête.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=2", icon: ThumbsUp, + id: "2", name: "Marie Dubois", role: "Gestionnaire immobilier", testimonial: "Fuite détectée rapidement. Les techniciens ont localisé le problème sans casser les murs. Intervention professionnelle et tarif honnête.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", icon: ThumbsUp, }, { - id: "3", name: "Philippe Lefevre", role: "Propriétaire", testimonial: "Artisans locaux sérieux. Intervention le jour même après mon appel. Très satisfait de la qualité du travail et du professionnalisme.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586562.jpg?_wi=2", icon: ThumbsUp, + id: "3", name: "Philippe Lefevre", role: "Propriétaire", testimonial: "Artisans locaux sérieux. Intervention le jour même après mon appel. Très satisfait de la qualité du travail et du professionnalisme.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586562.jpg", icon: ThumbsUp, }, { id: "4", name: "Sophie Bernard", role: "Propriétaire", testimonial: "Installation de radiateurs rénovés. Équipe compétente, propre, et qui écoute les besoins. Je les recommande vivement !", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-home_23-2148990136.jpg", icon: ThumbsUp, @@ -169,7 +170,7 @@ export default function LandingPage() { title="Prêt à résoudre votre problème ?" description="Contactez-nous dès aujourd'hui pour une intervention rapide ou un devis gratuit. Notre équipe répond dans les 2 heures." tagIcon={Phone} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Votre email" buttonText="Recevoir mon devis"