From 81d5fd45514c055674be1502e13fcaa6e439dd18 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:30:48 +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 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