From c13d87155c85db0a5236947e9232ea2d3b196f0d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:31:14 +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 f17457c..e1a4149 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,7 @@ export default function LandingPage() { { name: "Información", id: "info" } ]} button={{ - text: "Llamar", href: "tel:+34942000000" + text: "¿Cómo descargar?", href: "#" }} /> @@ -171,4 +171,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1