Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-05 14:26:40 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -67,13 +67,13 @@ export default function LandingPage() {
"http://img.b2bpic.net/free-photo/young-happy-sportswoman-warming-up-stretching-floor-while-exercising-living-room_637285-661.jpg?_wi=1", imageAlt: "Hero workout image"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/muscular-woman-exercising-with-dumbbells_23-2147789666.jpg", imageAlt: "Strength training workout"},
"http://img.b2bpic.net/free-photo/muscular-woman-exercising-with-dumbbells_23-2147789666.jpg?_wi=1", imageAlt: "Strength training workout"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/male-feet-sneakers-running-treadmill-gym-exercise-concept_335224-798.jpg", imageAlt: "Cardio workout session"},
"http://img.b2bpic.net/free-photo/male-feet-sneakers-running-treadmill-gym-exercise-concept_335224-798.jpg?_wi=1", imageAlt: "Cardio workout session"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg", imageAlt: "Yoga and flexibility"},
"http://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg?_wi=1", imageAlt: "Yoga and flexibility"},
]}
mediaAnimation="slide-up"
buttons={[

View File

@@ -56,16 +56,16 @@ export default function ServicesPage() {
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/muscular-woman-exercising-with-dumbbells_23-2147789666.jpg", imageAlt: "Arm and shoulder workout"},
"http://img.b2bpic.net/free-photo/muscular-woman-exercising-with-dumbbells_23-2147789666.jpg?_wi=2", imageAlt: "Arm and shoulder workout"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/male-feet-sneakers-running-treadmill-gym-exercise-concept_335224-798.jpg", imageAlt: "Leg workout session"},
"http://img.b2bpic.net/free-photo/male-feet-sneakers-running-treadmill-gym-exercise-concept_335224-798.jpg?_wi=2", imageAlt: "Leg workout session"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/young-happy-sportswoman-warming-up-stretching-floor-while-exercising-living-room_637285-661.jpg?_wi=1", imageAlt: "Core training"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg", imageAlt: "Back and flexibility work"},
"http://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg?_wi=2", imageAlt: "Back and flexibility work"},
]}
mediaAnimation="slide-up"
buttons={[
@@ -80,17 +80,17 @@ export default function ServicesPage() {
<FeatureCardTwentySeven
features={[
{
id: "chest", title: "Chest & Shoulders", description: "Build a powerful chest and broad shoulders with targeted pressing and isolation exercises designed to maximize muscle growth and strength.", imageSrc: "http://img.b2bpic.net/free-photo/muscular-woman-exercising-with-dumbbells_23-2147789666.jpg", imageAlt: "Chest and shoulder workout"},
id: "chest", title: "Chest & Shoulders", description: "Build a powerful chest and broad shoulders with targeted pressing and isolation exercises designed to maximize muscle growth and strength.", imageSrc: "http://img.b2bpic.net/free-photo/muscular-woman-exercising-with-dumbbells_23-2147789666.jpg?_wi=3", imageAlt: "Chest and shoulder workout"},
{
id: "back", title: "Back & Lats", description: "Develop a strong back with comprehensive rowing and pulling exercises. Build width and thickness while improving posture and reducing injury risk.", imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-doing-pull-ups-on-horizontal-bar_1163-5411.jpg", imageAlt: "Back workout routine"},
{
id: "arms", title: "Arms & Biceps", description: "Sculpt impressive arms with targeted bicep and tricep exercises. Our programs focus on both size and definition for that arm day pump.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-muscular-body-exercising_1163-5411.jpg", imageAlt: "Arm and bicep exercises"},
{
id: "legs", title: "Legs & Glutes", description: "Build powerful legs and a sculpted posterior chain. From squats to lunges, these routines will strengthen and define your lower body.", imageSrc: "http://img.b2bpic.net/free-photo/male-feet-sneakers-running-treadmill-gym-exercise-concept_335224-798.jpg", imageAlt: "Leg workout session"},
id: "legs", title: "Legs & Glutes", description: "Build powerful legs and a sculpted posterior chain. From squats to lunges, these routines will strengthen and define your lower body.", imageSrc: "http://img.b2bpic.net/free-photo/male-feet-sneakers-running-treadmill-gym-exercise-concept_335224-798.jpg?_wi=3", imageAlt: "Leg workout session"},
{
id: "core", title: "Core & Abs", description: "Develop a strong, defined core with targeted abdominal and stabilization exercises. Perfect for functional strength and aesthetic goals.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-sportswoman-warming-up-stretching-floor-while-exercising-living-room_637285-661.jpg?_wi=1", imageAlt: "Core training exercises"},
{
id: "fullbody", title: "Full Body Workouts", description: "Efficient full-body routines that engage multiple muscle groups in one session. Ideal for busy schedules and overall fitness development.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg", imageAlt: "Full body workout training"},
id: "fullbody", title: "Full Body Workouts", description: "Efficient full-body routines that engage multiple muscle groups in one session. Ideal for busy schedules and overall fitness development.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg?_wi=3", imageAlt: "Full body workout training"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"