From fbc26518e537b73337acab743874b80b1a220b84 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 00:25:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f085ba..43b072d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,7 @@ export default function QuickShinePage() { tag="Contact" title="PrĂȘt pour un QuickShine ?" description="(418) XXX-XXXX" - buttons={[{ text: "Envoyer", href: "#" }]} + buttons={[{ text: "Demander un devis gratuit", href: "#" }]} background={{ variant: "plain" }} /> @@ -128,4 +128,4 @@ export default function QuickShinePage() { ); -} \ No newline at end of file +} -- 2.49.1