diff --git a/src/app/page.tsx b/src/app/page.tsx
index 430790f..58e74a7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,95 +28,34 @@ export default function LandingPage() {
@@ -126,33 +65,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "300%",
- title: "Revenue Growth",
- items: [
- "AI forecasting models",
- "Automated sales pipelines",
- ],
- },
- {
- id: "m2",
- value: "85%",
- title: "Ops Efficiency",
- items: [
- "Workflow automation",
- "Predictive maintenance",
- ],
- },
- {
- id: "m3",
- value: "100k",
- title: "Data Points",
- items: [
- "Real-time analysis",
- "Custom dataset tuning",
- ],
- },
+ { id: "m1", value: "300%", title: "Revenue Growth", items: ["AI forecasting models", "Automated sales pipelines"] },
+ { id: "m2", value: "85%", title: "Ops Efficiency", items: ["Workflow automation", "Predictive maintenance"] },
+ { id: "m3", value: "100k", title: "Data Points", items: ["Real-time analysis", "Custom dataset tuning"] },
]}
title="Proven Performance"
description="Tangible results powered by bespoke algorithmic deployment."
@@ -163,43 +78,20 @@ export default function LandingPage() {
@@ -249,31 +121,11 @@ export default function LandingPage() {
title="Start Your AI Journey"
description="Ready to scale your business? Let's discuss your custom AI strategy."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Name",
- required: true,
- },
- {
- name: "email",
- type: "email",
- placeholder: "Business Email",
- required: true,
- },
- {
- name: "company",
- type: "text",
- placeholder: "Company Name",
- required: true,
- },
+ { name: "name", type: "text", placeholder: "Name", required: true },
+ { name: "email", type: "email", placeholder: "Business Email", required: true },
+ { name: "company", type: "text", placeholder: "Company Name", required: true },
]}
- textarea={{
- name: "message",
- placeholder: "Tell us about your AI goals...",
- rows: 4,
- required: true,
- }}
+ textarea={{ name: "message", placeholder: "Tell us about your AI goals...", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/woman-employee-looking-startup-analytics-pc_482257-74478.jpg"
/>