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" },