diff --git a/src/app/page.tsx b/src/app/page.tsx
index d59d87e..80afa96 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,63 +42,26 @@ export default function LandingPage() {
@@ -134,22 +85,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
negativeCard={{
- items: [
- "Manual workflows",
- "Inconsistent data",
- "Slow reporting",
- "High overheads",
- "Lost opportunities",
- ],
+ items: ["Manual workflows", "Inconsistent data", "Slow reporting", "High overheads", "Lost opportunities"]
}}
positiveCard={{
- items: [
- "Automated scaling",
- "Real-time insights",
- "Rapid monetization",
- "Efficiency boost",
- "Revenue growth",
- ],
+ items: ["Automated scaling", "Real-time insights", "Rapid monetization", "Efficiency boost", "Revenue growth"]
}}
title="Optimize Your Performance"
description="Leave behind outdated methods and embrace the next level of business operational excellence."
@@ -162,39 +101,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
plans={[
- {
- id: "basic",
- badge: "Starter",
- price: "$99",
- subtitle: "For new ventures",
- features: [
- "Core tools",
- "Standard support",
- "Basic analytics",
- ],
- },
- {
- id: "pro",
- badge: "Enterprise",
- price: "$299",
- subtitle: "For serious growth",
- features: [
- "Advanced automation",
- "Priority access",
- "Deep insights",
- ],
- },
- {
- id: "custom",
- badge: "Custom",
- price: "Custom",
- subtitle: "For massive scale",
- features: [
- "Tailored solutions",
- "Dedicated manager",
- "API access",
- ],
- },
+ { id: "basic", badge: "Starter", price: "$99", subtitle: "For new ventures", features: ["Core tools", "Standard support", "Basic analytics"] },
+ { id: "pro", badge: "Enterprise", price: "$299", subtitle: "For serious growth", features: ["Advanced automation", "Priority access", "Deep insights"] },
+ { id: "custom", badge: "Custom", price: "Custom", subtitle: "For massive scale", features: ["Tailored solutions", "Dedicated manager", "API access"] }
]}
title="Flexible Monetization Plans"
description="Choose the tier that matches your current business growth goals."
@@ -203,27 +112,13 @@ export default function LandingPage() {
@@ -297,45 +155,9 @@ export default function LandingPage() {