From d25e565a831dedcdb284a853dd08e6886a466484 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 15:22:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ddad70c..ddc455b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,7 +140,6 @@ export default function LandingPage() { imageSrc={getAssetUrl("hero-pizza")} imageAlt={getAssetAlt("hero-pizza")} mediaAnimation="slide-up" - useInvertedBackground={true} />
@@ -185,6 +184,7 @@ export default function LandingPage() { gridVariant="bento-grid" animationType="slide-up" useInvertedBackground={false} + textboxLayout="default" />
@@ -216,6 +216,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" animationType="scale-rotate" useInvertedBackground={false} + textboxLayout="default" />
-- 2.49.1