From 9163e12f8fca99f890d6b1854ad1c9f987ffd200 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:53:55 +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 cc3a456..1ac0a07 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 42603b801d40ce3b3c47dea6bb87e3648781bbda Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:53:56 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd91dbb..c985de1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/decorative-wood-background-wall_1417-1944.jpg" imageAlt="Restaurante Único Mexicanum ambiente tradicional" buttons={[ - { text: "Ver Menú", href: "#features" }, + { text: "Ver Menú y Hacer Pedido", href: "#features" }, { text: "Hacer Pedido", href: "#contact" } ]} buttonAnimation="slide-up" @@ -187,4 +187,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1