Merge version_1_1781381371930 into main #1

Merged
bender merged 2 commits from version_1_1781381371930 into main 2026-06-13 20:10:07 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -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",

View File

@@ -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"
/>
</SectionErrorBoundary>
</div>
@@ -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",
},
]}