diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index decbf00..6c72c72 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -41,6 +41,7 @@ export default function GalleryPage() { gridVariant="four-items-2x2-equal-grid" animationType="blur-reveal" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "g1", name: "The Cut", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-tasty-steak-with-sauce-male-s-hands-begin-cut-slice_8353-7023.jpg", brand: "Steak", rating: 5, reviewCount: "10" }, { id: "g2", name: "The Sear", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/perfectly-grilled-medium-rare-steak-slate_84443-82643.jpg", brand: "Fire", rating: 5, reviewCount: "20" },