diff --git a/src/app/page.tsx b/src/app/page.tsx
index 700256a..2fceb4f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -55,38 +43,18 @@ export default function LandingPage() {
@@ -98,21 +66,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- title: "Workflow Orchestration",
- description: "Seamlessly connect disparate apps to eliminate manual data entry and save hundreds of hours monthly.",
- icon: Zap,
- },
- {
- title: "Predictive Analytics",
- description: "Leverage ML models to forecast trends and make data-driven decisions faster than ever before.",
- icon: LineChart,
- },
- {
- title: "Customer Service AI",
- description: "Deploy intelligent chatbots that resolve tickets instantly while maintaining a human-centric brand tone.",
- icon: MessageSquare,
- },
+ { title: "Workflow Orchestration", description: "Seamlessly connect disparate apps to eliminate manual data entry and save hundreds of hours monthly.", icon: Zap },
+ { title: "Predictive Analytics", description: "Leverage ML models to forecast trends and make data-driven decisions faster than ever before.", icon: LineChart },
+ { title: "Customer Service AI", description: "Deploy intelligent chatbots that resolve tickets instantly while maintaining a human-centric brand tone.", icon: MessageSquare },
]}
title="Intelligent Automation Solutions"
description="We build scalable AI agents and automations that integrate directly with your existing infrastructure."
@@ -126,21 +82,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "400+",
- description: "Manual hours reclaimed per month",
- },
- {
- id: "m2",
- value: "3x",
- description: "Lead conversion increase on average",
- },
- {
- id: "m3",
- value: "99.9%",
- description: "System uptime for automated processes",
- },
+ { id: "m1", value: "400+", description: "Manual hours reclaimed per month" },
+ { id: "m2", value: "3x", description: "Lead conversion increase on average" },
+ { id: "m3", value: "99.9%", description: "System uptime for automated processes" },
]}
title="Measurable Results"
description="Our clients experience significant growth and operational efficiency from day one."
@@ -149,44 +93,25 @@ export default function LandingPage() {