From 3ab19e31efbf62bb0833e8fac32cc6f6ab0a2c08 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:10:56 +0000 Subject: [PATCH 1/2] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 1 + 1 file changed, 1 insertion(+) 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" }, -- 2.49.1 From aabd5208b43d63b89d175475a0ba22adb26d95ce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:10:57 +0000 Subject: [PATCH 2/2] Update src/app/shots/page.tsx --- src/app/shots/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/shots/page.tsx b/src/app/shots/page.tsx index 633b4e5..e70b7d1 100644 --- a/src/app/shots/page.tsx +++ b/src/app/shots/page.tsx @@ -40,6 +40,7 @@ export default function ShotsPage() { gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "s1", name: "Fire Mastery", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-tasty-steak-with-sauce-male-s-hands-begin-cut-slice_8353-7023.jpg", brand: "Fire", rating: 5, reviewCount: "10" }, { id: "s2", name: "Dry Aging", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/cook-cooking-fresh-peace-meat-board-dark-background-cooking-concept_1220-7134.jpg", brand: "Dry", rating: 5, reviewCount: "20" }, -- 2.49.1