From 769e0e977bb151e3d8a6b5e535eb48ac9a60117c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 17:53:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 72ccff1..4bd627b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,6 +61,7 @@ export default function LandingPage() { title="Core Capabilities" description="Experience true automation with our advanced feature set." textboxLayout="split" + useInvertedBackground={false} features={[ { id: 1, tag: "AI", title: "Autonomous Logic", subtitle: "Self-Optimizing", description: "Agents that learn your business patterns to predict the next step." }, { id: 2, tag: "Neural", title: "Electric Speed", subtitle: "Real-time Processing", description: "Process massive data volumes with sub-millisecond latency." }, @@ -72,8 +73,10 @@ export default function LandingPage() {