From b763470b60dbc568d19a311a50c1f1686a334b55 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 00:57:37 +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 c7bac5f..2d9eeca 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -105,7 +105,7 @@ export default function Layout() { }, ]} copyright="© 2024 AutoPro Service Inc. All rights reserved." - imageSrc="http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg" + imageSrc="http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg?_wi=2" links={[ { label: "Privacy Policy", -- 2.49.1 From 041d8575d95a3b147964aa49ab4ca48987633729 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 00:57:38 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 52673a8..6ebd9ea 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -27,7 +27,7 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1310.jpg", -- 2.49.1