From c704eabe1327c9690901fa424bfd8f41fea79c02 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 17:13:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c9d792..e910c70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,9 +37,6 @@ export default function LandingPage() { { name: "Testimonios", id: "#testimonios" }, { name: "Contacto", id: "#contacto" } ]} - buttons={[ - { text: "Reservar por WhatsApp", href: "https://wa.me/18099777674?text=Hola,%20me%20gustaría%20recibir%20información%20sobre%20los%20tratamientos%20de%20Cuerpo%20&%20Alma%20Spa." } - ]} />
@@ -58,7 +55,6 @@ export default function LandingPage() { { text: "Reservar Ahora", href: "https://wa.me/18099777674?text=Hola,%20me%20gustaría%20recibir%20información%20sobre%20los%20tratamientos%20de%20Cuerpo%20&%20Alma%20Spa." }, { text: "Ver Tratamientos", href: "#servicios" } ]} - useInvertedBackground={true} />
@@ -77,7 +73,7 @@ export default function LandingPage() {