From a30edb08adab9e6d53515115bf23bc3e6427ea81 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 00:50:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15497a2..c32e74c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,6 +79,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="four-items-2x2-equal-grid" + useInvertedBackground={false} products={[ { id: "r1", name: "Ração Premium", price: "R$ 180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pet-food-composition-with-copy-space_23-2148943482.jpg" }, { id: "r2", name: "Vermífugo", price: "R$ 45", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-dog-indoors_23-2149267878.jpg" }, -- 2.49.1