From 0f4248cb847e2d0425407153bf34205d21966b7f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:53:06 +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 f8aa1a0..ba75639 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,7 +129,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} buttons={[ - { text: "Demander un RDV", href: "#contact" } + { text: "Voir Nos Tarifs & Disponibilités", href: "#contact" } ]} buttonAnimation="slide-up" /> -- 2.49.1