diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6ffa2bb..ae42239 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -70,6 +70,7 @@ export default function LandingPage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-shape-glowing-with-bright-holographic-colors_23-2151037254.jpg"
mediaAnimation="slide-up"
+ useInvertedBackground={false}
/>
@@ -82,6 +83,7 @@ export default function LandingPage() {
icon={Zap}
imageSrc="http://img.b2bpic.net/free-photo/programmer-colleague-office-training-machine-learning-algorithms_482257-116901.jpg"
mediaAnimation="blur-reveal"
+ useInvertedBackground={false}
/>
@@ -90,6 +92,8 @@ export default function LandingPage() {
names={["InnovateLab", "DataCore", "NexTech", "CloudScale", "VisionaryAI"]}
title="Trusted by Industry Leaders"
description="Driving innovation across global enterprises."
+ textboxLayout="default"
+ useInvertedBackground={false}
/>
@@ -97,6 +101,7 @@ export default function LandingPage() {