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() {