diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2b81a95..281b495 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,74 +29,31 @@ export default function LandingPage() {
@@ -327,39 +120,13 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "a-la-carte",
- tag: "Starter",
- price: "$225",
- period: "/mo",
- description: "For agencies solving one specific bottleneck.",
- button: {
- text: "Choose Your Tool →",
- },
- featuresTitle: "Included",
- features: [
- "Single AI tool",
- "Full CRM integration",
- "Setup included",
- "Ongoing support",
- ],
+ id: "a-la-carte", tag: "Starter", price: "$225", period: "/mo", description: "For agencies solving one specific bottleneck.", button: { text: "Choose Your Tool →" },
+ featuresTitle: "Included", features: ["Single AI tool", "Full CRM integration", "Setup included", "Ongoing support"]
},
{
- id: "full-package",
- tag: "Most Popular",
- price: "$2,000",
- period: "/mo",
- description: "The complete operational transformation.",
- button: {
- text: "Start Transformation →",
- },
- featuresTitle: "Included",
- features: [
- "All 10 AI systems",
- "Unified stack integration",
- "8-week implementation",
- "Priority support",
- ],
- },
+ id: "full-package", tag: "Most Popular", price: "$2,000", period: "/mo", description: "The complete operational transformation.", button: { text: "Start Transformation →" },
+ featuresTitle: "Included", features: ["All 10 AI systems", "Unified stack integration", "8-week implementation", "Priority support"]
+ }
]}
title="Transparent Pricing. Designed to Scale."
description="Start with what you need or go all in. ROI pays for itself in the first month."
@@ -372,70 +139,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
- {
- id: "p1",
- tag: "Wk 1-2",
- price: "Discovery",
- period: "",
- description: "Audit & Architecture.",
- button: {
- text: "View Details",
- },
- featuresTitle: "Outcome",
- features: [
- "Workflows mapped",
- "ICP defined",
- "Brand voice set",
- ],
- },
- {
- id: "p2",
- tag: "Wk 3-4",
- price: "Build",
- period: "",
- description: "Build & Integration.",
- button: {
- text: "View Details",
- },
- featuresTitle: "Outcome",
- features: [
- "AI agents built",
- "CRM integrated",
- "Pipelines live",
- ],
- },
- {
- id: "p3",
- tag: "Wk 5-6",
- price: "Test",
- period: "",
- description: "Testing & Calibration.",
- button: {
- text: "View Details",
- },
- featuresTitle: "Outcome",
- features: [
- "Stress-tested",
- "Humanized voice",
- "Edge-cases fixed",
- ],
- },
- {
- id: "p4",
- tag: "Wk 7-8",
- price: "Live",
- period: "",
- description: "Full Deployment.",
- button: {
- text: "View Details",
- },
- featuresTitle: "Outcome",
- features: [
- "Systems go live",
- "Team trained",
- "Zero manual work",
- ],
- },
+ { id: "p1", tag: "Wk 1-2", price: "Discovery", period: "", description: "Audit & Architecture.", button: { text: "View Details" }, featuresTitle: "Outcome", features: ["Workflows mapped", "ICP defined", "Brand voice set"] },
+ { id: "p2", tag: "Wk 3-4", price: "Build", period: "", description: "Build & Integration.", button: { text: "View Details" }, featuresTitle: "Outcome", features: ["AI agents built", "CRM integrated", "Pipelines live"] }
]}
title="8 Weeks. 4 Phases."
description="Custom-engineered transformation around your workflow."
@@ -447,41 +152,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "1",
- title: "What types of agencies is Katalyst for?",
- content: "Any service-based agency that relies on manual processes.",
- },
- {
- id: "2",
- title: "Do I need technical expertise?",
- content: "Absolutely not. We handle everything.",
- },
- {
- id: "3",
- title: "How is ROI calculated?",
- content: "Hourly cost of manual tasks replaced.",
- },
- {
- id: "4",
- title: "Will it sound human?",
- content: "Yes, we calibrate to your brand voice.",
- },
- {
- id: "5",
- title: "Can I start with one tool?",
- content: "Yes, our A La Carte plan is perfect for that.",
- },
- {
- id: "6",
- title: "Is there a long-term contract?",
- content: "No, month-to-month after 8 weeks.",
- },
- {
- id: "7",
- title: "What tools do you integrate with?",
- content: "HubSpot, Salesforce, GoHighLevel, and more.",
- },
+ { id: "1", title: "What types of agencies is Katalyst for?", content: "Any service-based agency that relies on manual processes." },
+ { id: "2", title: "Do I need technical expertise?", content: "Absolutely not. We handle everything." }
]}
title="Everything You Need to Know."
description="Answers to your most common questions."
@@ -489,27 +161,10 @@ export default function LandingPage() {
/>
-
-
-
-