Update src/app/page.tsx
This commit is contained in:
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -272,4 +276,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user