diff --git a/src/app/page.tsx b/src/app/page.tsx index 0df85d1..e487cc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,7 +147,7 @@ export default function LandingPage() { title="Hagámoslo realidad" description="Cuéntanos qué necesitas por WhatsApp o llámanos para resolver cualquier duda al instante." buttons={[ - { text: "WhatsApp", href: "https://wa.me/34600000000" }, + { text: "Hablar por WhatsApp", href: "https://wa.me/34600000000" }, { text: "Llamar ahora", href: "tel:+34600000000" } ]} background={{ variant: "plain" }} @@ -178,4 +178,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file