15 Commits

Author SHA1 Message Date
d16ac030de Update src/app/page.tsx 2026-02-20 11:55:28 +00:00
45010f66b3 Update src/app/page.tsx 2026-02-20 11:50:00 +00:00
7d914990bc Update src/app/page.tsx 2026-02-20 11:48:23 +00:00
28eb8c40d6 Update src/app/layout.tsx 2026-02-20 11:48:22 +00:00
8613a14a2d Merge version_21 into main
Merge version_21 into main
2026-02-20 11:47:23 +00:00
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
c0b74f1036 Merge version_18 into main
Merge version_18 into main
2026-02-20 11:30:39 +00:00

View File

@@ -97,7 +97,7 @@ export default function FitCoachPage() {
imageSrc: "https://img.b2bpic.net/free-photo/athletic-blond-female-fitness-model-holding-heavy-barbell-preparing-squats_613910-257.jpg?_wi=1", imageAlt: "Strength training session"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/happy-female-athlete-running-treadmill-gym_637285-8562.jpg?_wi=1", imageAlt: "Cardio training"
imageSrc: "https://img.b2bpic.net/free-photo/athletic-blond-female-fitness-model-holding-heavy-barbell-preparing-squats_613910-257.jpg?_wi=1", imageAlt: "Strength training session"
}
]
},
@@ -108,7 +108,7 @@ export default function FitCoachPage() {
imageSrc: "https://img.b2bpic.net/free-photo/happy-female-athlete-running-treadmill-gym_637285-8562.jpg?_wi=2", imageAlt: "Cardio workout"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/athletic-blond-female-fitness-model-holding-heavy-barbell-preparing-squats_613910-257.jpg?_wi=2", imageAlt: "Strength building"
imageSrc: "https://img.b2bpic.net/free-photo/happy-female-athlete-running-treadmill-gym_637285-8562.jpg?_wi=2", imageAlt: "Cardio workout"
}
]
},
@@ -119,7 +119,7 @@ export default function FitCoachPage() {
imageSrc: "https://img.b2bpic.net/free-photo/healthy-menu-recipe-food-diet_53876-122837.jpg?_wi=1", imageAlt: "Nutrition planning"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg?_wi=1", imageAlt: "Wellness approach"
imageSrc: "https://img.b2bpic.net/free-photo/healthy-menu-recipe-food-diet_53876-122837.jpg?_wi=1", imageAlt: "Nutrition planning"
}
]
},
@@ -130,7 +130,7 @@ export default function FitCoachPage() {
imageSrc: "https://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg?_wi=2", imageAlt: "Flexibility training"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/healthy-menu-recipe-food-diet_53876-122837.jpg?_wi=2", imageAlt: "Recovery nutrition"
imageSrc: "https://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg?_wi=2", imageAlt: "Flexibility training"
}
]
}
@@ -221,6 +221,7 @@ export default function FitCoachPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
cardClassName="gap-[100px]"
/>
</div>