Update src/app/page.tsx

This commit is contained in:
2026-03-03 21:20:48 +00:00
parent 5a9a6bdc77
commit dc9485bb14

View File

@@ -47,6 +47,7 @@ export default function LandingPage() {
tag="🌮 Snack Melilla"
tagIcon={Flame}
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Llamar y Pedir Ahora", href: "tel:+34977123456" },
{ text: "Ver Menú", href: "#featured" },
@@ -187,7 +188,7 @@ export default function LandingPage() {
{ text: "Pedir Online", href: "#" },
]}
buttonAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>