diff --git a/src/app/page.tsx b/src/app/page.tsx index 01e27b5..0f96492 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,10 +56,6 @@ export default function LandingPage() {
@@ -70,6 +66,7 @@ export default function LandingPage() { textboxLayout="split" title="Nos services experts" description="Nous intervenons sur tous types de projets extérieurs avec professionnalisme et rigueur." + useInvertedBackground={false} features={[ { id: "f1", title: "Aménagement Paysager", descriptions: ["Création d'espaces verts", "Massifs fleuris", "Pose de gazon"], imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bridge_417767-270.jpg" }, { id: "f2", title: "Terrassement & Maçonnerie", descriptions: ["Terrassement général", "Pavage d'allées", "Murs de soutènement"], imageSrc: "http://img.b2bpic.net/free-photo/view-construction-work-site_1398-2992.jpg" }, @@ -84,6 +81,7 @@ export default function LandingPage() { textboxLayout="split" title="Nos réalisations clés" description="Des années d'expertise au service de vos projets extérieurs." + useInvertedBackground={false} metrics={[ { id: "m1", value: "18+", title: "Ans d'expérience", items: ["Savoir-faire local", "Réactivité garantie"] }, { id: "m2", value: "300+", title: "Projets livrés", items: ["Clients particuliers", "Projets entreprises"] }, @@ -98,6 +96,7 @@ export default function LandingPage() { textboxLayout="split" title="Ils nous font confiance" description="Découvrez les retours de nos clients satisfaits à Mulhouse." + useInvertedBackground={false} testimonials={[ { id: "t1", name: "M. Weber", handle: "Client particulier", testimonial: "Un travail impeccable et des délais respectés. Je recommande vivement." }, { id: "t2", name: "Mme. Fischer", handle: "Client professionnel", testimonial: "Une équipe très réactive et professionnelle pour l'entretien de nos locaux." }, @@ -114,6 +113,8 @@ export default function LandingPage() { { id: "q3", title: "Délais d'intervention ?", content: "Nous nous efforçons d'intervenir rapidement selon nos disponibilités." }, ]} title="Questions fréquentes" + description="Besoin d'informations supplémentaires ?" + useInvertedBackground={false} faqsAnimation="slide-up" textboxLayout="split" /> @@ -128,6 +129,7 @@ export default function LandingPage() { { text: "03 89 00 00 00", href: "tel:0389000000" }, { text: "Demander un devis", href: "#" }, ]} + useInvertedBackground={false} background={{ variant: "plain" }} /> @@ -135,6 +137,7 @@ export default function LandingPage() {