diff --git a/src/app/page.tsx b/src/app/page.tsx index a942484..60cea4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,31 +46,20 @@ export default function LandingPage() {
@@ -101,26 +82,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Couverture", - subtitle: "Tuile, ardoise, zinc", - category: "Rénovation", - value: "100%", - }, + id: "f1", title: "Couverture", subtitle: "Tuile, ardoise, zinc", category: "Rénovation", value: "100%"}, { - id: "f2", - title: "Zinguerie", - subtitle: "Gouttières, étanchéité", - category: "Maintenance", - value: "Expert", - }, + id: "f2", title: "Zinguerie", subtitle: "Gouttières, étanchéité", category: "Maintenance", value: "Expert"}, { - id: "f3", - title: "Isolation", - subtitle: "Performance thermique", - category: "Amélioration", - value: "RGE", - }, + id: "f3", title: "Isolation", subtitle: "Performance thermique", category: "Amélioration", value: "RGE"}, ]} title="Nos Services Couverture" description="Des prestations complètes pour assurer la pérennité et l'étanchéité de votre toiture." @@ -131,23 +97,15 @@ export default function LandingPage() {