From aaf9036630f503acacc18981e1dac8f8ad814ea8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 05:42:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) 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() {
-- 2.49.1