From aff3647b3c0587050d85aefbbaf6629458e7551e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 20:13:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06e4731..972884e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function LandingPage() { ]} brandName="RMS Agency" button={{ - text: "Réserver un appel", href: "#contact"}} + text: "06 27 43 94 94", href: "tel:0627439494"}} /> @@ -64,7 +64,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Réserver un appel", href: "#contact"}, + text: "Appeler le 06 27 43 94 94", href: "tel:0627439494"}, { text: "Voir comment ça marche", href: "#services"}, ]} @@ -193,7 +193,7 @@ export default function LandingPage() { { id: "starter", badge: "Priorité", price: "Appel", subtitle: "Parlons de votre pipeline", buttons: [ { - text: "Planifier un appel", href: "#contact"}, + text: "06 27 43 94 94", href: "tel:0627439494"}, ], features: [ "Audit pipeline", "Stratégie outbound", "Plan d'action"], -- 2.49.1