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}
/>