From b2aeeb4aa24615e472e7a5b7d758653c026e1e4f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 10:07:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 253 +++++++---------------------------------------- 1 file changed, 35 insertions(+), 218 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a39408d..fa0e5e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,28 +32,13 @@ export default function LandingPage() { @@ -61,35 +46,15 @@ export default function LandingPage() { @@ -99,19 +64,9 @@ export default function LandingPage() { @@ -122,21 +77,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - title: "Predictive ML", - description: "Anticipate market shifts with real-time predictive analytics.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-electronic-circuit-board_23-2148284283.jpg", - }, - { - title: "Auto-Security", - description: "Automated threat detection and data integrity protocols.", - imageSrc: "http://img.b2bpic.net/free-photo/padlock-with-cloud_1048-2441.jpg", - }, - { - title: "Data Insights", - description: "Turn raw logs into actionable intelligence in seconds.", - imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", - }, + { title: "Predictive ML", description: "Anticipate market shifts with real-time predictive analytics.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-electronic-circuit-board_23-2148284283.jpg" }, + { title: "Auto-Security", description: "Automated threat detection and data integrity protocols.", imageSrc: "http://img.b2bpic.net/free-photo/padlock-with-cloud_1048-2441.jpg" }, + { title: "Data Insights", description: "Turn raw logs into actionable intelligence in seconds.", imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg" } ]} title="Core AI Capabilities" description="We deliver production-ready AI solutions tailored to your unique business architecture." @@ -150,27 +93,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "1", - value: "400%", - title: "Efficiency Increase", - description: "Average process speedup for our clients.", - icon: Zap, - }, - { - id: "2", - value: "99.9%", - title: "Accuracy Rating", - description: "Deep learning model reliability performance.", - icon: CheckCircle, - }, - { - id: "3", - value: "50+", - title: "Deployments", - description: "Successful enterprise-level integrations.", - icon: Award, - }, + { id: "1", value: "400%", title: "Efficiency Increase", description: "Average process speedup for our clients.", icon: Zap }, + { id: "2", value: "99.9%", title: "Accuracy Rating", description: "Deep learning model reliability performance.", icon: CheckCircle }, + { id: "3", value: "50+", title: "Deployments", description: "Successful enterprise-level integrations.", icon: Award } ]} title="Impact at Scale" description="Tangible results driven by our proprietary AI frameworks." @@ -180,48 +105,14 @@ export default function LandingPage() {
@@ -309,9 +152,7 @@ export default function LandingPage() {
@@ -357,4 +174,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1