diff --git a/src/app/page.tsx b/src/app/page.tsx index 68d4da3..0502657 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-herself-reflection-mirror-home_1301-7716.jpg", imageAlt: "Aesthetic fitness transformation before and after" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-herself-reflection-mirror-home_1301-7716.jpg?_wi=1", imageAlt: "Aesthetic fitness transformation before and after" }, { imageSrc: "http://img.b2bpic.net/free-photo/athlete-doing-exercises-air-bike-exercise-bike-closeup_169016-59100.jpg", imageAlt: "Confident young man fitness result" @@ -61,7 +61,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/bodybuilder-guy-posing-white-podium-his-knees-isolated-grey-background_613910-16964.jpg", imageAlt: "Muscular aesthetic body transformation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-charming-adorable-lady-with-dark-hairstyle-is-posing-with-shy-smile-is-touching-head-while-looking-camera_291650-2392.jpg", imageAlt: "Lifestyle glow-up and confidence boost" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-charming-adorable-lady-with-dark-hairstyle-is-posing-with-shy-smile-is-touching-head-while-looking-camera_291650-2392.jpg?_wi=1", imageAlt: "Lifestyle glow-up and confidence boost" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg", imageAlt: "Premium fitness coaching results" @@ -139,7 +139,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "8-Week Results", name: "Alex's Transformation", price: "-18 lbs fat", rating: 5, - reviewCount: "Aesthetic", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-herself-reflection-mirror-home_1301-7716.jpg", imageAlt: "Before and after body transformation" + reviewCount: "Aesthetic", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-herself-reflection-mirror-home_1301-7716.jpg?_wi=2", imageAlt: "Before and after body transformation" }, { id: "2", brand: "8-Week Results", name: "Marcus's Glow-Up", price: "+12 lbs muscle", rating: 5, @@ -151,7 +151,7 @@ export default function LandingPage() { }, { id: "4", brand: "8-Week Results", name: "Chris's Upgrade", price: "Lifestyle Changed", rating: 5, - reviewCount: "Transformed", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-charming-adorable-lady-with-dark-hairstyle-is-posing-with-shy-smile-is-touching-head-while-looking-camera_291650-2392.jpg", imageAlt: "Complete lifestyle transformation" + reviewCount: "Transformed", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-charming-adorable-lady-with-dark-hairstyle-is-posing-with-shy-smile-is-touching-head-while-looking-camera_291650-2392.jpg?_wi=2", imageAlt: "Complete lifestyle transformation" } ]} /> @@ -160,12 +160,12 @@ export default function LandingPage() {