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