Update src/app/page.tsx

This commit is contained in:
2026-06-07 04:49:32 +00:00
parent 6677020b7c
commit d00a402c1f

View File

@@ -83,15 +83,15 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg?_wi=1",
imageAlt: "Modern gym interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-sportswear-exercising-with-suspension-straps-fitness-club_613910-18362.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-sportswear-exercising-with-suspension-straps-fitness-club_613910-18362.jpg?_wi=1",
imageAlt: "Heavy weights section",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/gym-with-indoor-cycling-equipment_23-2149270209.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/gym-with-indoor-cycling-equipment_23-2149270209.jpg?_wi=1",
imageAlt: "Cardio machines",
},
{
@@ -139,7 +139,7 @@ export default function LandingPage() {
imageAlt: "Gym interior",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg?_wi=2",
imageAlt: "gym star rating icon gold",
},
{
@@ -156,7 +156,7 @@ export default function LandingPage() {
imageAlt: "Locker room",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-sportswear-exercising-with-suspension-straps-fitness-club_613910-18362.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-sportswear-exercising-with-suspension-straps-fitness-club_613910-18362.jpg?_wi=2",
imageAlt: "gym star rating icon gold",
},
{
@@ -173,7 +173,7 @@ export default function LandingPage() {
imageAlt: "Gym reception",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/gym-with-indoor-cycling-equipment_23-2149270209.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/gym-with-indoor-cycling-equipment_23-2149270209.jpg?_wi=2",
imageAlt: "gym star rating icon gold",
},
]}