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"],