Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-09 15:53:40 +00:00

View File

@@ -68,15 +68,15 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-dumbbell-from-rack-gym-close-up-her-hand_169016-46934.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-dumbbell-from-rack-gym-close-up-her-hand_169016-46934.jpg?_wi=1",
imageAlt: "fitness athletes gym weights",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-training-outdoors_23-2150975453.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-training-outdoors_23-2150975453.jpg?_wi=1",
imageAlt: "athlete workout portrait",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/blurred-bikes_1203-367.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blurred-bikes_1203-367.jpg?_wi=1",
imageAlt: "modern functional training studio",
},
{
@@ -158,7 +158,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-dumbbell-from-rack-gym-close-up-her-hand_169016-46934.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-dumbbell-from-rack-gym-close-up-her-hand_169016-46934.jpg?_wi=2",
imageAlt: "fitness athletes gym weights",
},
{
@@ -179,7 +179,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-training-outdoors_23-2150975453.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-training-outdoors_23-2150975453.jpg?_wi=2",
imageAlt: "fitness athletes gym weights",
},
{
@@ -200,7 +200,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/blurred-bikes_1203-367.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blurred-bikes_1203-367.jpg?_wi=2",
imageAlt: "fitness athletes gym weights",
},
]}