From e2d1a621b92e5dc38abd9b4fe923a5b36b148bdd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 16:29:53 +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 9f9f11c..6093cbd 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -90,7 +90,7 @@ export default function Layout() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/closeup-manual-worker-industrial-production-line-facility_637285-4875.jpg" + imageSrc="http://img.b2bpic.net/free-photo/closeup-manual-worker-industrial-production-line-facility_637285-4875.jpg?_wi=2" /> ); -- 2.49.1 From 0718c822074c32fda2dd4f1697d97019957479af Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 16:29:54 +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 d9eace6..abef9e4 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -23,7 +23,7 @@ export default function HomePage() { text: "Learn More", href: "#about", }} - imageSrc="http://img.b2bpic.net/free-photo/closeup-manual-worker-industrial-production-line-facility_637285-4875.jpg" + imageSrc="http://img.b2bpic.net/free-photo/closeup-manual-worker-industrial-production-line-facility_637285-4875.jpg?_wi=1" /> -- 2.49.1