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