diff --git a/src/app/page.tsx b/src/app/page.tsx index 490b560..509e25f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,6 +155,10 @@ export default function LandingPage() { ]} title="Nuestro Menú Completo" description="Descubre todas nuestras deliciosas opciones de comida rápida, perfectas para cualquier antojo o para compartir con amigos y familia." + buttons={[ + { text: "Hacer Pedido Ahora", href: "#contact" }, + { text: "Ver Todo el Menú", href: "#menu" } + ]} /> @@ -272,4 +276,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file