From cc264c47e19a7c1b401a155eae362a39a70f30e0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:33:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80501f8..5159dd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "Demander un devis gratuit", href: "contact" }, + { text: "Obtenir mon devis gratuit", href: "contact" }, { text: "Voir mes réalisations", href: "services" } ]} buttonAnimation="slide-up" -- 2.49.1