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 +}