From c02f6604701f2bae24697b0bd31723ba6f961ec9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 23:13:25 +0000 Subject: [PATCH] Switch to version 3: modified src/app/page.tsx --- src/app/page.tsx | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e7472d..89a398a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { logoAlt="SANATORA Logo" brandName="SANATORA" button={{ - text: "Comprar ahora", href: "#products"}} + text: "Comprar ahora", href: "#products"}} /> @@ -71,6 +71,8 @@ export default function LandingPage() { ]} testimonialRotationInterval={6000} buttons={[ + { + text: "Comprar ahora", href: "#products"}, { text: "WhatsApp", href: "https://wa.me/?text=Hola%2C%20tengo%20una%20consulta%20sobre%20los%20productos%20Sanatora."}, ]} @@ -93,18 +95,6 @@ export default function LandingPage() { /> -
- -
-
+
+ +
+
); -} \ No newline at end of file +}