From 0f4d22d6fb56b4948da4f810e1185f761862a9a4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 16:44:06 +0000 Subject: [PATCH 1/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 0f10bbb..4a6ad33 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -106,7 +106,7 @@ export default function Layout() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fit-woman-performing-static-handstand_1385-2910.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fit-woman-performing-static-handstand_1385-2910.jpg?_wi=2" /> -- 2.49.1 From 0ec9126f13b6053d42bee26f6259eedf091560e1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 16:44:06 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 31ae577..38a56bf 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -27,8 +27,8 @@ export default function HomePage() { text: "Book Free Trial", href: "#contact", }} - videoSrc="http://img.b2bpic.net/free-photo/sweating-while-training_1098-14465.jpg" - imageSrc="http://img.b2bpic.net/free-photo/sweating-while-training_1098-14465.jpg" + videoSrc="http://img.b2bpic.net/free-photo/sweating-while-training_1098-14465.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/sweating-while-training_1098-14465.jpg?_wi=2" /> @@ -56,7 +56,7 @@ export default function HomePage() { description: "Powerlifting and strength programs for raw performance and physique enhancement.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fit-woman-performing-static-handstand_1385-2910.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fit-woman-performing-static-handstand_1385-2910.jpg?_wi=1" /> -- 2.49.1