From 856abd9fb17df7af03bb95a53cb66543faa94df5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:13:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64b3161..62f6b30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { description="Frente a la playa, con sabor casero y guiños internacionales." buttons={[ { - text: "RESERVAR MESA", href: "#contact"}, + text: "RESERVAR MESA", href: "https://go.nordqr.com/lebowski"}, ]} mediaItems={[ { @@ -161,7 +161,8 @@ export default function LandingPage() { variant: "plain"}} title="Reserva tu mesa hoy" description="¡Ven a descubrir por qué somos el secreto mejor guardado de Badalona!" - buttonText="Enviar reserva" + buttonText="Reservar ahora" + onSubmit={(email) => window.location.href = "https://go.nordqr.com/lebowski"} tag="Contacto" /> @@ -178,4 +179,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1