diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fed6af..0d7368c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,15 +48,12 @@ export default function LandingPage() {
@@ -183,23 +124,14 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "How does your coaching process work?", - content: "We start with a discovery call to identify your goals, followed by bi-weekly strategic sessions tailored to your needs.", - }, + id: "f1", title: "How do we define success in our coaching relationship?", content: "Success is defined through clear, measurable KPIs established in our first session, focusing on your specific professional growth trajectory."}, { - id: "f2", - title: "Is this suitable for my industry?", - content: "Yes, I work with high-performers across various industries including tech, creative agencies, finance, and logistics.", - }, + id: "f2", title: "How does your coaching methodology accelerate business growth?", content: "I utilize evidence-based frameworks to identify operational bottlenecks and leadership blind spots, replacing them with high-impact decision-making systems."}, { - id: "f3", - title: "Can I book a consultation first?", - content: "Absolutely. Use the contact form below to schedule a 30-minute discovery session.", - }, + id: "f3", title: "Are these sessions suitable for early-stage founders?", content: "Yes, I specialize in coaching leaders through the critical transition from startup survival to sustainable organizational scaling."}, ]} - title="Common Questions" - description="Learn more about the coaching process." + title="Common Coaching Questions" + description="Clarifying the coaching journey and expectations." faqsAnimation="slide-up" /> @@ -210,17 +142,12 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "c1", - title: "How do I reach out?", - content: "Email me directly at salman@coaching.com or use the scheduling link provided.", - }, + id: "c1", title: "How do I reach out?", content: "Email me directly at salman@coaching.com or use the scheduling link provided."}, ]} ctaTitle="Ready to Scale Your Success?" ctaDescription="Let's start our conversation. Book your discovery session and take the first step towards transformation." ctaButton={{ - text: "Book Session", - href: "#", - }} + text: "Book Session", href: "#"}} ctaIcon={Calendar} /> @@ -234,4 +161,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file