From f32299c7122998e97426f4aaa431c2e8f74f3425 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 14:03:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e55140..89d19f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,14 +101,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Machine Learning", description: "Accelerate model deployment with our specialized ML orchestration tools.", bentoComponent: "reveal-icon", icon: Zap, - imageAlt: "data science dashboard interface"}, + title: "Machine Learning", description: "Accelerate model deployment with our specialized ML orchestration tools.", bentoComponent: "reveal-icon", icon: Zap}, { - title: "Data Architecture", description: "Secure, scalable infrastructure that grows with your business data needs.", bentoComponent: "reveal-icon", icon: Database, - imageAlt: "machine learning icon tech"}, + title: "Data Architecture", description: "Secure, scalable infrastructure that grows with your business data needs.", bentoComponent: "reveal-icon", icon: Database}, { - title: "Real-time Metrics", description: "Visualize your most critical KPIs in real time.", bentoComponent: "reveal-icon", icon: TrendingUp, - imageAlt: "data pipeline workflow design"}, + title: "Real-time Metrics", description: "Visualize your most critical KPIs in real time.", bentoComponent: "reveal-icon", icon: TrendingUp}, ]} title="Comprehensive Analytics Suite" description="Empowering businesses with robust tools designed for scale, speed, and intelligence." -- 2.49.1