From 27e0a8915a992f101345deac2800b7a26c32df45 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 11:52:57 +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 25fd776..526e4f6 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -93,7 +93,7 @@ export default function Layout() { }, ]} copyright="© 2024 Tremonte Accounting & Business Services. All rights reserved." - imageSrc="http://img.b2bpic.net/free-photo/business-team-studying-documents_74855-1499.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-team-studying-documents_74855-1499.jpg?_wi=2" links={[ { label: "Privacy", -- 2.49.1 From 1b90ee34b9ec74db15d9d4da213c6ae7d4d93f2a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 11:52:58 +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 101ac32..d43f546 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -77,7 +77,7 @@ export default function HomePage() { quote="Tremonte Accounting has been a cornerstone for local Adelaide businesses for years, committed to precision, integrity, and proactive business growth strategies." author="The Tremonte Leadership Team" role="Accounting & Business Partners" - imageSrc="http://img.b2bpic.net/free-photo/business-team-studying-documents_74855-1499.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-team-studying-documents_74855-1499.jpg?_wi=1" /> -- 2.49.1