diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ca9fd9..1e94409 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,7 +107,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Tlenorgym", name: "Modern Training Floors", price: "Premium", rating: 5, - reviewCount: "51 reviews", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-together-gym_23-2149445923.jpg", imageAlt: "Modern gym training floor with professional equipment"}, + reviewCount: "51 reviews", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-together-gym_23-2149445923.jpg?_wi=1", imageAlt: "Modern gym training floor with professional equipment"}, { id: "2", brand: "Tlenorgym", name: "Professional Equipment", price: "Premium", rating: 5, reviewCount: "51 reviews", imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg", imageAlt: "Gym facility with mirrors and training equipment"}, @@ -200,7 +200,7 @@ export default function LandingPage() { { id: "4", title: "What should I bring for my first visit?", content: "Bring comfortable workout clothes, sneakers, a water bottle, and an open mind. We provide the rest – equipment, motivation, and professional guidance."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-training-together-gym_23-2149445923.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-training-together-gym_23-2149445923.jpg?_wi=2" imageAlt="Tlenorgym facility welcome area" mediaPosition="left" mediaAnimation="slide-up"