From 14987dd9d478cc9fb5e0b676dfe79f1303d8155c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:14:52 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d407d3c..efaf742 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 4d61297d17172894337b41d41b19f8a915f7c444 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:14:52 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f050f4..d7529f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -203,8 +203,8 @@ export default function LandingPage() { title="Haz Tu Pedido Ahora Mismo" description="Llámanos para pedir tus tacos o rellena el formulario. Nos encantaría servirte. Horario: Lunes a Domingo 11:00 - 23:00" buttons={[ - { text: "Llamar Ahora: +34 977 123 456", href: "tel:+34977123456" }, - { text: "Pedir Online", href: "#" }, + { text: "Pedir en Just Eat", href: "https://www.juseat.es" }, + { text: "Reservar Mesa", href: "tel:+34977123456" }, ]} buttonAnimation="slide-up" background={{ variant: "plain" }} @@ -221,4 +221,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1