Merge version_1 into main #1
@@ -56,11 +56,11 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-female-boxer-jumping-rope_23-2148615061.jpg", imageAlt: "Modern gym interior at The STF Cult" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-placing-weight-plates-bar_23-2148284927.jpg", imageAlt: "Spacious training floor" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-placing-weight-plates-bar_23-2148284927.jpg?_wi=1", imageAlt: "Spacious training floor" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-training-outside_23-2149713933.jpg", imageAlt: "Professional fitness training" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-dumbbell-from-rack-gym-close-up-her-hand_169016-46934.jpg", imageAlt: "Premium strength training equipment" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-training-outside_23-2149713933.jpg?_wi=1", imageAlt: "Professional fitness training" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-dumbbell-from-rack-gym-close-up-her-hand_169016-46934.jpg?_wi=1", imageAlt: "Premium strength training equipment" }
|
||||
]}
|
||||
carouselPosition="right"
|
||||
ariaLabel="The STF Cult gym hero section"
|
||||
@@ -79,11 +79,11 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Certified Trainers", description: "Expert guidance from certified strength coaches with years of experience in fitness training and body transformation.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561878.jpg", imageAlt: "Certified gym trainer"
|
||||
title: "Certified Trainers", description: "Expert guidance from certified strength coaches with years of experience in fitness training and body transformation.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561878.jpg?_wi=1", imageAlt: "Certified gym trainer"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Modern Equipment", description: "State-of-the-art gym machines and free weights for effective strength training and bodybuilding workouts.", imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-step-machine_23-2147789596.jpg", imageAlt: "Modern gym equipment"
|
||||
title: "Modern Equipment", description: "State-of-the-art gym machines and free weights for effective strength training and bodybuilding workouts.", imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-step-machine_23-2147789596.jpg?_wi=1", imageAlt: "Modern gym equipment"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Beginner Friendly", description: "Supportive environment perfect for fitness beginners with guidance and encouragement every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-music-with-smartphone-after-exercise_1301-7053.jpg", imageAlt: "Beginner-friendly training"
|
||||
title: "Beginner Friendly", description: "Supportive environment perfect for fitness beginners with guidance and encouragement every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-music-with-smartphone-after-exercise_1301-7053.jpg?_wi=1", imageAlt: "Beginner-friendly training"
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
@@ -124,27 +124,27 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "strength", brand: "STF Cult", name: "Strength Training", price: "Custom", rating: 5,
|
||||
reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-step-machine_23-2147789596.jpg", imageAlt: "Strength training program"
|
||||
reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-step-machine_23-2147789596.jpg?_wi=2", imageAlt: "Strength training program"
|
||||
},
|
||||
{
|
||||
id: "weightloss", brand: "STF Cult", name: "Weight Loss Program", price: "Custom", rating: 5,
|
||||
reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-training-treadmill_23-2148419948.jpg", imageAlt: "Weight loss training program"
|
||||
reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-training-treadmill_23-2148419948.jpg?_wi=1", imageAlt: "Weight loss training program"
|
||||
},
|
||||
{
|
||||
id: "bodybuilding", brand: "STF Cult", name: "Bodybuilding", price: "Custom", rating: 5,
|
||||
reviewCount: "52+", imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-dumbbell-from-rack-gym-close-up-her-hand_169016-46934.jpg", imageAlt: "Bodybuilding program"
|
||||
reviewCount: "52+", imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-dumbbell-from-rack-gym-close-up-her-hand_169016-46934.jpg?_wi=2", imageAlt: "Bodybuilding program"
|
||||
},
|
||||
{
|
||||
id: "personal", brand: "STF Cult", name: "Personal Training", price: "Custom", rating: 5,
|
||||
reviewCount: "61+", imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561878.jpg", imageAlt: "Personal training sessions"
|
||||
reviewCount: "61+", imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561878.jpg?_wi=2", imageAlt: "Personal training sessions"
|
||||
},
|
||||
{
|
||||
id: "beginners", brand: "STF Cult", name: "Beginner Fitness", price: "Custom", rating: 5,
|
||||
reviewCount: "47+", imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-music-with-smartphone-after-exercise_1301-7053.jpg", imageAlt: "Beginner fitness program"
|
||||
reviewCount: "47+", imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-music-with-smartphone-after-exercise_1301-7053.jpg?_wi=2", imageAlt: "Beginner fitness program"
|
||||
},
|
||||
{
|
||||
id: "cardio", brand: "STF Cult", name: "Cardio & Conditioning", price: "Custom", rating: 5,
|
||||
reviewCount: "43+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-training-treadmill_23-2148419948.jpg", imageAlt: "Cardio and conditioning"
|
||||
reviewCount: "43+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-training-treadmill_23-2148419948.jpg?_wi=2", imageAlt: "Cardio and conditioning"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -280,7 +280,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-placing-weight-plates-bar_23-2148284927.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-placing-weight-plates-bar_23-2148284927.jpg?_wi=2"
|
||||
imageAlt="STF Cult gym facility"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
@@ -320,7 +320,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-smiley-woman-training-outside_23-2149713933.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-smiley-woman-training-outside_23-2149713933.jpg?_wi=2"
|
||||
imageAlt="Professional fitness training"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user