From add8da93cdd9609d7c7ddbf37181ac6ec495ed76 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 10:58:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb92562..f81a008 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { handle: "@johndoe", testimonial: "Best gym in town, modern equipment!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024280.jpg?_wi=1", imageAlt: "intense gym workout session dark", }, { @@ -68,7 +68,7 @@ export default function LandingPage() { handle: "@janesmith", testimonial: "The trainers are experts and helped me reach my goals.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stationary-bike-room_23-2148017415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stationary-bike-room_23-2148017415.jpg?_wi=1", imageAlt: "modern gym equipment weight machines", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "@vikrams", testimonial: "Amazing Zumba classes every week!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205573.jpg?_wi=1", imageAlt: "personal trainer helping athlete gym", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@amitk", testimonial: "Top notch diet plans and gym facilities.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/trainer-assisting-group-people-with-tree-pose-exercise_1170-247.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/trainer-assisting-group-people-with-tree-pose-exercise_1170-247.jpg?_wi=1", imageAlt: "yoga and zumba studio class", }, { @@ -92,7 +92,7 @@ export default function LandingPage() { handle: "@riyas", testimonial: "Very motivating environment for workouts.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024280.jpg?_wi=2", imageAlt: "intense gym workout session dark", }, ]} @@ -102,7 +102,7 @@ export default function LandingPage() { href: "tel:9876543210", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024280.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024280.jpg?_wi=3" imageAlt="Power Gym Hero" avatars={[ { @@ -159,19 +159,19 @@ export default function LandingPage() { { title: "Modern Machines", description: "Sabse latest equipments workout ke liye.", - imageSrc: "http://img.b2bpic.net/free-photo/stationary-bike-room_23-2148017415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stationary-bike-room_23-2148017415.jpg?_wi=2", imageAlt: "Modern Machines", }, { title: "Expert Trainers", description: "Certified trainers jo result dilwayenge.", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205573.jpg?_wi=2", imageAlt: "Expert Trainers", }, { title: "Yoga & Zumba", description: "Weekly special classes sabke liye.", - imageSrc: "http://img.b2bpic.net/free-photo/trainer-assisting-group-people-with-tree-pose-exercise_1170-247.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/trainer-assisting-group-people-with-tree-pose-exercise_1170-247.jpg?_wi=2", imageAlt: "Yoga Classes", }, ]} @@ -277,19 +277,19 @@ export default function LandingPage() { id: "p1", name: "Power Whey Protein", price: "₹2,500", - imageSrc: "http://img.b2bpic.net/free-photo/stationary-bike-room_23-2148017415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stationary-bike-room_23-2148017415.jpg?_wi=3", }, { id: "p2", name: "Resistance Bands Set", price: "₹800", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205573.jpg?_wi=3", }, { id: "p3", name: "Yoga Mat Premium", price: "₹1,200", - imageSrc: "http://img.b2bpic.net/free-photo/trainer-assisting-group-people-with-tree-pose-exercise_1170-247.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/trainer-assisting-group-people-with-tree-pose-exercise_1170-247.jpg?_wi=3", }, ]} />