Merge version_2 into main #3
@@ -56,10 +56,6 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
title="Votre projet paysager entre de bonnes mains"
|
||||
description="Chez YNS TP, nous allions savoir-faire technique et créativité. De la conception de votre jardin à l'entretien courant, nous assurons des finitions de qualité supérieure pour valoriser votre patrimoine."
|
||||
buttons={[
|
||||
{ text: "En savoir plus", href: "#features" }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -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" }}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,6 +137,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="YNS TP"
|
||||
columns={[]}
|
||||
copyrightText="© 2025 YNS TP Mulhouse. Tous droits réservés."
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user