diff --git a/src/app/page.tsx b/src/app/page.tsx index ed42a7d..6ed8753 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32111.jpg", imageAlt: "Gym interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym_74190-1357.jpg", imageAlt: "Gym equipment" }, - { imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561900.jpg", imageAlt: "People training" }, + { imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561900.jpg?_wi=1", imageAlt: "People training" }, { imageSrc: "http://img.b2bpic.net/free-photo/people-doing-indoor-cycling_23-2149270233.jpg", imageAlt: "Personal trainer" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-man-gym-full-shot_23-2149734733.jpg", imageAlt: "Modern studio" }, { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-man-training-gym_23-2149734694.jpg", imageAlt: "Training session" }, @@ -105,7 +105,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Great trainers!", quote: "The trainers are extremely supportive and knowledgeable.", name: "Sarah Johnson", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-3779.jpg"}, + id: "1", title: "Great trainers!", quote: "The trainers are extremely supportive and knowledgeable.", name: "Sarah Johnson", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-3779.jpg?_wi=1"}, { id: "2", title: "Worth the price", quote: "I've seen amazing progress in just a few months.", name: "Michael Chen", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-man-gym_23-2149627075.jpg"}, { @@ -113,7 +113,7 @@ export default function LandingPage() { { id: "4", title: "Highly recommended", quote: "Professional guidance and very convenient schedules.", name: "David Kim", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-fitness-girls-are-holding-bottles-water-looking-each-other-smiling_496169-1411.jpg"}, { - id: "5", title: "Life changing", quote: "I feel healthier and stronger every single day thanks to this team.", name: "Priya Sharma", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-3779.jpg"}, + id: "5", title: "Life changing", quote: "I feel healthier and stronger every single day thanks to this team.", name: "Priya Sharma", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-3779.jpg?_wi=2"}, ]} title="Success Stories" description="Hear what our clients have to say about their fitness transformations." @@ -133,7 +133,7 @@ export default function LandingPage() { title="Common Questions" description="Everything you need to know about our fitness studio." faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561900.jpg" + imageSrc="http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561900.jpg?_wi=2" imageAlt="Gym atmosphere" />