@@ -263,26 +140,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Discovery Call",
- content: "Focused conversation to map your business needs.",
- },
- {
- id: "f2",
- title: "Strategy & Roadmap",
- content: "Clear, prioritized plan built for your goals.",
- },
- {
- id: "f3",
- title: "Implementation",
- content: "Building and testing your custom AI solutions.",
- },
- {
- id: "f4",
- title: "Ongoing Partnership",
- content: "Staying in your corner as the landscape evolves.",
- },
+ { id: "f1", title: "Discovery Call", content: "Focused conversation to map your business needs." },
+ { id: "f2", title: "Strategy & Roadmap", content: "Clear, prioritized plan built for your goals." },
+ { id: "f3", title: "Implementation", content: "Building and testing your custom AI solutions." },
+ { id: "f4", title: "Ongoing Partnership", content: "Staying in your corner as the landscape evolves." }
]}
title="How It Works"
description="From first call to lasting results."
@@ -293,9 +154,7 @@ export default function LandingPage() {