diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 1cabc1d..270bb17 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -80,7 +80,7 @@ export default function Layout() { }, ]} copyright="© 2024 Metro Flex Gym. All rights reserved." - imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room-interior_74190-5887.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room-interior_74190-5887.jpg?_wi=2" links={[ { label: "Home", diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d270737..29049ef 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -27,8 +27,8 @@ export default function HomePage() { text: "Book Free Consultation", href: "#contact", }} - videoSrc="http://img.b2bpic.net/free-photo/man-walking-running-machine_1203-456.jpg" - imageSrc="http://img.b2bpic.net/free-photo/man-walking-running-machine_1203-456.jpg" + videoSrc="http://img.b2bpic.net/free-photo/man-walking-running-machine_1203-456.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/man-walking-running-machine_1203-456.jpg?_wi=2" /> @@ -73,7 +73,7 @@ export default function HomePage() { value: "High", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-running-machine_1203-456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-walking-running-machine_1203-456.jpg?_wi=3", imageAlt: "Abstract blur gym room", }, { @@ -87,7 +87,7 @@ export default function HomePage() { value: "Smart", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room-interior_74190-5887.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room-interior_74190-5887.jpg?_wi=1", imageAlt: "Abstract blur gym room", }, ]}