diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c8a93f..ce7c95b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,19 +61,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah J.", handle: "@sarahfit", testimonial: "The intensity here is unmatched. Finally seeing real progress.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg?_wi=1"}, { name: "Mark R.", handle: "@markruns", testimonial: "IRONPULSE changed my entire perspective on endurance training.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-training-with-kettlebell_23-2149358158.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-training-with-kettlebell_23-2149358158.jpg?_wi=1"}, { name: "Alex K.", handle: "@alexlifts", testimonial: "State-of-the-art facility. Truly a premier gym experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-training-box-dark-studio_23-2147752909.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-training-box-dark-studio_23-2147752909.jpg?_wi=1"}, { name: "Jenny L.", handle: "@jennyhiit", testimonial: "The HIIT sessions are grueling but worth every drop of sweat.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-zumba_23-2149047648.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-zumba_23-2149047648.jpg?_wi=1"}, { name: "Mike T.", handle: "@miketrains", testimonial: "Top-tier coaching and equipment. Absolute game changer.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg?_wi=2"}, ]} avatars={[ { @@ -132,23 +132,23 @@ export default function LandingPage() { { id: 1, title: "STRENGTH", description: "Build raw power through proven compound movements.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell-gym_23-2147675166.jpg", imageAlt: "Strength"}, + imageSrc: "http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell-gym_23-2147675166.jpg?_wi=1", imageAlt: "Strength"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell-gym_23-2147675166.jpg", imageAlt: "Strength"}, + imageSrc: "http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell-gym_23-2147675166.jpg?_wi=2", imageAlt: "Strength"}, }, { id: 2, title: "CARDIO", description: "Optimize your vascular performance for endurance.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-treadmill_1163-121.jpg", imageAlt: "Cardio"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-treadmill_1163-121.jpg?_wi=1", imageAlt: "Cardio"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-treadmill_1163-121.jpg", imageAlt: "Cardio"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-treadmill_1163-121.jpg?_wi=2", imageAlt: "Cardio"}, }, { id: 3, title: "HIIT", description: "Burn and accelerate in high-intensity intervals.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-taking-break-from-exercising_23-2148416656.jpg", imageAlt: "HIIT"}, + imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-taking-break-from-exercising_23-2148416656.jpg?_wi=1", imageAlt: "HIIT"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-taking-break-from-exercising_23-2148416656.jpg", imageAlt: "HIIT"}, + imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-taking-break-from-exercising_23-2148416656.jpg?_wi=2", imageAlt: "HIIT"}, }, ]} showStepNumbers={true} @@ -165,11 +165,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "step1", name: "PHASE 1: FOUNDATION", price: "WEEKS 1-4", imageSrc: "http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell-gym_23-2147675166.jpg"}, + id: "step1", name: "PHASE 1: FOUNDATION", price: "WEEKS 1-4", imageSrc: "http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell-gym_23-2147675166.jpg?_wi=3"}, { - id: "step2", name: "PHASE 2: INTENSITY", price: "WEEKS 5-8", imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-treadmill_1163-121.jpg"}, + id: "step2", name: "PHASE 2: INTENSITY", price: "WEEKS 5-8", imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-treadmill_1163-121.jpg?_wi=3"}, { - id: "step3", name: "PHASE 3: PEAK", price: "WEEKS 9-12", imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-taking-break-from-exercising_23-2148416656.jpg"}, + id: "step3", name: "PHASE 3: PEAK", price: "WEEKS 9-12", imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-taking-break-from-exercising_23-2148416656.jpg?_wi=3"}, ]} title="TRAINING TIMELINE" description="Your roadmap to physical dominance." @@ -181,15 +181,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg"}, + id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg?_wi=3"}, { - id: "2", name: "Mark R.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-training-with-kettlebell_23-2149358158.jpg"}, + id: "2", name: "Mark R.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-training-with-kettlebell_23-2149358158.jpg?_wi=2"}, { - id: "3", name: "Alex K.", imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-training-box-dark-studio_23-2147752909.jpg"}, + id: "3", name: "Alex K.", imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-training-box-dark-studio_23-2147752909.jpg?_wi=2"}, { - id: "4", name: "Jenny L.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-zumba_23-2149047648.jpg"}, + id: "4", name: "Jenny L.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-zumba_23-2149047648.jpg?_wi=2"}, { - id: "5", name: "Tom D.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg"}, + id: "5", name: "Tom D.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg?_wi=4"}, ]} cardTitle="WHAT OUR ATHLETES SAY" cardTag="SUCCESS STORIES"