From faa66c6b67392bed01afaf2a7a004e4f1b455545 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:20:08 +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 b39060f..86154f0 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -42,6 +42,7 @@ export default function GalleryPage() { gridVariant="four-items-2x2-equal-grid" animationType="blur-reveal" textboxLayout="default" + useInvertedBackground={false} /> -- 2.49.1 From 81615ef77cdf573f17e2fdffe908b09217fc394c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:20:09 +0000 Subject: [PATCH 2/2] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 4885297..f189853 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -46,6 +46,7 @@ export default function MenuPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> -- 2.49.1