diff --git a/src/app/page.tsx b/src/app/page.tsx index 700b111..6a0533f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114226.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114226.jpg?_wi=1", imageAlt: "modern gym interior dark", }, { @@ -117,7 +117,7 @@ export default function LandingPage() { title: "Facility Access", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32112.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32112.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" imageAlt="professional personal trainer" @@ -143,7 +143,7 @@ export default function LandingPage() { description: "1-on-1 sessions with expert coaches.", bentoComponent: "reveal-icon", icon: User, - imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114226.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114226.jpg?_wi=2", imageAlt: "dumbbells rack gym", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { description: "Custom meal plans for your needs.", bentoComponent: "reveal-icon", icon: Apple, - imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32112.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32112.jpg?_wi=2", imageAlt: "dumbbells rack gym", }, ]}