From 6934f52e8d16545b6cfa284082b1fda987902576 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 22:39:48 +0000 Subject: [PATCH] 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 729180d..cb3d635 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -33,6 +33,7 @@ export default function GalleryPage() { animationType="slide-up" textboxLayout="default" gridVariant="bento-grid" + useInvertedBackground={false} products={[ { id: "g1", name: "Work 1", price: "Done", imageSrc: "http://img.b2bpic.net/free-photo/residential-house_53876-23089.jpg" }, { id: "g2", name: "Work 2", price: "Done", imageSrc: "http://img.b2bpic.net/free-photo/brick-wall-background-texture_1048-16945.jpg" },