From 22b7a75e19b6835f2b62cf097e82edc650836b4b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 00:58:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f670fca..2a22e31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,10 +125,10 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Global Scalability", description: "Expand your reach and operations effortlessly with our scalable AI architectures.", bentoComponent: "globe", imageAlt: "minimalist AI logo white grey" + title: "Global Scalability", description: "Expand your reach and operations effortlessly with our scalable AI architectures.", bentoComponent: "globe" }, { - title: "Performance Optimization", description: "Achieve peak performance and efficiency through intelligent automation.", bentoComponent: "animated-bar-chart", imageAlt: "minimalist AI logo white grey" + title: "Performance Optimization", description: "Achieve peak performance and efficiency through intelligent automation.", bentoComponent: "animated-bar-chart" }, { title: "Strategic Insights", description: "Gain actionable intelligence from your data for informed decision-making.", bentoComponent: "3d-stack-cards", items: [ @@ -141,8 +141,7 @@ export default function LandingPage() { { icon: TrendingUp, title: "Data Analytics", subtitle: "Predictive Insights", detail: "Smart decisions"}, - ], - imageAlt: "minimalist AI logo white grey" + ] }, ]} title="Unlock Your Business Potential" -- 2.49.1