From b38858283b04c31e195e1237aebae54aca32fcac Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:28:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42deabe..3f3e78a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Gastronomia Premium" tagIcon={Utensils} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-plates-food-breakfst-fruit-salads-fried-eggr-with-herbs-ham_140725-12627.jpg", imageAlt: "Buffet colorido do Sabor Pastel" }, { imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg", imageAlt: "Interior climatizado e acolhedor" }, @@ -61,7 +61,6 @@ export default function LandingPage() { { text: "WhatsApp", href: "https://wa.me/5521987654321" } ]} buttonAnimation="slide-up" - useInvertedBackground={false} /> @@ -196,7 +195,7 @@ export default function LandingPage() { description="Entre em contato para reservas, dúvidas ou sugestões. Estamos sempre prontos para recebê-lo!" tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg" imageAlt="Ambiente do Sabor Pastel" -- 2.49.1