Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 07:40:03 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -74,18 +74,18 @@ export default function LandingPage() {
title: "High-Intensity Interval Training", description: "Push your limits with our energetic HIIT classes designed to maximize calorie burn and cardiovascular endurance. Perfect for those seeking transformative results.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-gym_52683-111024.jpg", imageAlt: "Dynamic HIIT class in action"},
imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-gym_52683-111024.jpg?_wi=1", imageAlt: "Dynamic HIIT class in action"},
{
imageSrc: "http://img.b2bpic.net/free-photo/muscular-build-man-performing-deadlift-while-having-weight-training-gym_637285-2492.jpg", imageAlt: "Strength training component of HIIT"},
imageSrc: "http://img.b2bpic.net/free-photo/muscular-build-man-performing-deadlift-while-having-weight-training-gym_637285-2492.jpg?_wi=1", imageAlt: "Strength training component of HIIT"},
],
},
{
title: "Strength & Conditioning", description: "Build lean muscle and functional strength with our expert-led strength training programs. Our coaches focus on proper form and progressive overload.", icon: Dumbbell,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/muscular-build-man-performing-deadlift-while-having-weight-training-gym_637285-2492.jpg", imageAlt: "Professional strength training equipment"},
imageSrc: "http://img.b2bpic.net/free-photo/muscular-build-man-performing-deadlift-while-having-weight-training-gym_637285-2492.jpg?_wi=2", imageAlt: "Professional strength training equipment"},
{
imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-gym_52683-111024.jpg", imageAlt: "Strength conditioning workout"},
imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-gym_52683-111024.jpg?_wi=2", imageAlt: "Strength conditioning workout"},
],
},
{
@@ -101,9 +101,9 @@ export default function LandingPage() {
title: "Personal Training Sessions", description: "Get one-on-one attention from our certified coaches. Customized workout plans tailored to your specific goals and fitness level.", icon: Users,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-sexy-slim-girl-doing-workout-gym_627829-9263.jpg", imageAlt: "Professional personal trainer session"},
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-sexy-slim-girl-doing-workout-gym_627829-9263.jpg?_wi=1", imageAlt: "Professional personal trainer session"},
{
imageSrc: "http://img.b2bpic.net/free-photo/muscled-athletic-man-stretching-before-exercising_23-2148418216.jpg", imageAlt: "Personalized training experience"},
imageSrc: "http://img.b2bpic.net/free-photo/muscled-athletic-man-stretching-before-exercising_23-2148418216.jpg?_wi=1", imageAlt: "Personalized training experience"},
],
},
]}
@@ -123,9 +123,9 @@ export default function LandingPage() {
tagAnimation="opacity"
members={[
{
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-sexy-slim-girl-doing-workout-gym_627829-9263.jpg", imageAlt: "Sarah Mitchell, Strength & Conditioning Coach"},
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-sexy-slim-girl-doing-workout-gym_627829-9263.jpg?_wi=2", imageAlt: "Sarah Mitchell, Strength & Conditioning Coach"},
{
id: "2", name: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/muscled-athletic-man-stretching-before-exercising_23-2148418216.jpg", imageAlt: "James Chen, HIIT & Performance Coach"},
id: "2", name: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/muscled-athletic-man-stretching-before-exercising_23-2148418216.jpg?_wi=2", imageAlt: "James Chen, HIIT & Performance Coach"},
]}
membersAnimation="slide-up"
memberVariant="default"