diff --git a/src/app/page.tsx b/src/app/page.tsx index d7dbf50..be80c92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} />