From c3ced7e7096452125a0e7e7ddd73776059c8ab96 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 04:46:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 30fa9dd..152e4a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,15 +86,13 @@ export default function LandingPage() { imageAlt={getAssetAlt("hero-chef-cooking")} mediaAnimation="slide-up" imagePosition="right" - useInvertedBackground={false} />
@@ -195,7 +193,6 @@ export default function LandingPage() { logoAlt={getAssetAlt("footer-logo")} leftLink={{"text":"Privacy Policy","href":"#"}} rightLink={{"text":"Terms of Service","href":"#"}} - useInvertedBackground={false} />
-- 2.49.1