From 26f95627bc5209fafb9c5a4c0bd14940a3f15a3b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 05:01:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae2b788..84260ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,6 @@ export default function LandingPage() { { imageSrc: getAssetUrl("hero-carousel-6"), imageAlt: getAssetAlt("hero-carousel-6", "Diverse Users of EyeCare Pro") } ]} mediaAnimation="slide-up" - useInvertedBackground={false} />
@@ -171,6 +170,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" animationType="depth-3d" useInvertedBackground={true} + textboxLayout="default" />
@@ -284,7 +284,6 @@ export default function LandingPage() { { items: [{ label: "About Us", href: "#about" }, { label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] }, { items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] } ]} - useInvertedBackground={false} />