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 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