14 Commits

Author SHA1 Message Date
72543acda9 Update src/app/page.tsx 2026-02-20 11:47:18 +00:00
d547942a22 Update src/app/layout.tsx 2026-02-20 11:47:17 +00:00
6ce18e417b Merge version_20 into main
Merge version_20 into main
2026-02-20 11:41:15 +00:00
14568bb9d3 Update src/app/page.tsx 2026-02-20 11:41:11 +00:00
6b4aaf476e Update src/app/layout.tsx 2026-02-20 11:41:10 +00:00
42479a3662 Merge version_19 into main
Merge version_19 into main
2026-02-20 11:33:14 +00:00
35f457c170 Update src/app/page.tsx 2026-02-20 11:33:10 +00:00
95337b21b8 Update src/app/layout.tsx 2026-02-20 11:33:09 +00:00
9b6dfb468b Merge version_18 into main
Merge version_18 into main
2026-02-20 11:31:23 +00:00
4164fa3ae6 Update src/app/page.tsx 2026-02-20 11:31:19 +00:00
c0b74f1036 Merge version_18 into main
Merge version_18 into main
2026-02-20 11:30:39 +00:00
429ad22535 Update src/app/page.tsx 2026-02-20 11:30:35 +00:00
f8fa7f6959 Merge version_17 into main
Merge version_17 into main
2026-02-20 11:28:12 +00:00
68390bdd38 Merge version_17 into main
Merge version_17 into main
2026-02-20 11:26:10 +00:00
2 changed files with 8 additions and 3 deletions

View File

@@ -1409,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -81,6 +81,7 @@ export default function FitCoachPage() {
{ text: "Meet Our Coaches", href: "#team" }
]}
useInvertedBackground={false}
className="backdrop-blur-md bg-white/10 border border-white/20 rounded-2xl"
/>
</div>
@@ -212,12 +213,16 @@ export default function FitCoachPage() {
},
{
id: "4", name: "Emily Rodriguez", role: "Wellness Coach", imageSrc: "https://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg", imageAlt: "Emily Rodriguez"
},
{
id: "5", name: "David Anderson", role: "Performance Coach", imageSrc: "https://img.b2bpic.net/free-photo/african-american-businessman-smiling-wearing-jersey_23-2149260614.jpg?_wi=1", imageAlt: "David Anderson"
}
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
cardClassName="gap-[100px]"
/>
</div>
@@ -243,7 +248,7 @@ export default function FitCoachPage() {
id: "6", name: "Sarah Johnson", handle: "Designer, Creative Studio", testimonial: "FitCoach's personalized approach made all the difference. The coaches genuinely care about your success and it shows in every session.", imageSrc: "https://img.b2bpic.net/free-photo/happy-female-athlete-running-treadmill-gym_637285-8562.jpg", imageAlt: "Sarah Johnson"
},
{
id: "7", name: "James Martinez", handle: "Sales Executive, Enterprise Corp", testimonial: "The results speak for themselves. In 3 months, I've transformed my body and my mindset. This is the real deal.", imageSrc: "https://img.b2bpic.net/free-photo/african-american-businessman-smiling-wearing-jersey_23-2149260614.jpg", imageAlt: "James Martinez"
id: "7", name: "James Martinez", handle: "Sales Executive, Enterprise Corp", testimonial: "The results speak for themselves. In 3 months, I've transformed my body and my mindset. This is the real deal.", imageSrc: "https://img.b2bpic.net/free-photo/african-american-businessman-smiling-wearing-jersey_23-2149260614.jpg?_wi=2", imageAlt: "James Martinez"
},
{
id: "8", name: "Lisa Anderson", handle: "Manager, Retail Company", testimonial: "I was skeptical at first, but the expert guidance and supportive community made the journey enjoyable and sustainable.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-of-a-confident-woman_23-2149260622.jpg", imageAlt: "Lisa Anderson"
@@ -288,4 +293,4 @@ export default function FitCoachPage() {
</div>
</ThemeProvider>
);
}
}