11 Commits

Author SHA1 Message Date
c3f3206095 Merge version_3 into main
Merge version_3 into main
2026-05-30 06:43:35 +00:00
50305c1d46 Update src/app/page.tsx 2026-05-30 06:43:32 +00:00
385ed390a5 Merge version_3 into main
Merge version_3 into main
2026-05-30 06:42:37 +00:00
42ec0a47b2 Update src/app/page.tsx 2026-05-30 06:42:34 +00:00
3f34e97061 Merge version_3 into main
Merge version_3 into main
2026-05-30 06:41:57 +00:00
686ece918c Update src/app/page.tsx 2026-05-30 06:41:54 +00:00
b8fff96818 Merge version_3 into main
Merge version_3 into main
2026-05-30 06:41:29 +00:00
4e2d582591 Update src/app/page.tsx 2026-05-30 06:41:26 +00:00
0e37efa396 Merge version_2 into main
Merge version_2 into main
2026-05-30 06:39:20 +00:00
f0d30b5270 Merge version_2 into main
Merge version_2 into main
2026-05-30 06:38:56 +00:00
e7f99fcb76 Merge version_2 into main
Merge version_2 into main
2026-05-30 06:37:56 +00:00

View File

@@ -104,7 +104,7 @@ export default function BusinessCoachTemplatePage() {
tag="Eligibility"
tagIcon={CheckCircle}
title="Are You Eligible for Our Solutions?"
description="Review our general criteria to see if you qualify for Eangath Finserv's offerings."
description="Review our general criteria to see if you qualify for our personalized business coaching services."
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
@@ -183,14 +183,10 @@ export default function BusinessCoachTemplatePage() {
mediaPosition="right"
faqs={[
{
id: "1", title: "What types of businesses do you work with?", content: "I work with entrepreneurs, startups, and established businesses across various industries. My coaching is tailored to your specific challenges and goals, whether you're just starting out or scaling to the next level."},
{
id: "2", title: "How long is a typical coaching engagement?", content: "Most clients see significant results within 3-6 months of consistent coaching. However, the duration depends on your goals and challenges. We'll create a customized plan during our initial consultation."},
{
id: "3", title: "What can I expect from our sessions?", content: "Each session is a focused, action-oriented conversation where we'll work through your challenges, develop strategies, and set clear action items. You'll leave every session with concrete steps to implement."},
{
id: "4", title: "Do you offer virtual coaching sessions?", content: "Yes, I offer both in-person and virtual coaching sessions via Zoom. Virtual sessions provide the same level of engagement and results, making coaching accessible regardless of your location."},
]}
id: "1", title: "What types of businesses do you work with?", content: "I work with entrepreneurs, startups, and established businesses across various industries. My coaching is tailored to your specific challenges and goals, whether you're just starting out or scaling to the next level."}, {
id: "2", title: "How long is a typical coaching engagement?", content: "Most clients see significant results within 3-6 months of consistent coaching. However, the duration depends on your goals and challenges. We'll create a customized plan during our initial consultation."}, {
id: "3", title: "What can I expect from our sessions?", content: "Each session is a focused, action-oriented conversation where we'll work through your challenges, develop strategies, and set clear action items. You'll leave every session with concrete steps to implement."}, {
id: "4", title: "Do you offer virtual coaching sessions?", content: "Yes, I offer both in-person and virtual coaching sessions via Zoom. Virtual sessions provide the same level of engagement and results, making coaching accessible regardless of your location."} ]}
/>
<ContactText
text="Ready to transform your business? Let's start your journey to success today."
@@ -230,4 +226,4 @@ export default function BusinessCoachTemplatePage() {
</ReactLenis>
</ThemeProvider>
);
}
}