From dc9485bb14f599b0826be82f2d9643061f7a7fac Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:20:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} /> -- 2.49.1