From 1fda4260f1f04a223dc41c22a3d4a7778c1ba41a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 09:21:32 +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 2962145..9a0c0b6 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -94,7 +94,7 @@ export default function Layout() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg?_wi=3" /> -- 2.49.1 From f4870dff3fca114407236158a7281986ed850d61 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 09:21:32 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ee71dee..f1e6fa2 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -26,7 +26,7 @@ export default function HomePage() { text: "Contact Me", href: "#contact", }} - imageSrc="http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg?_wi=1" /> @@ -54,7 +54,7 @@ export default function HomePage() { description: "Writing efficient queries and scripts to automate data pipelines and generate deep insights.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" /> @@ -83,7 +83,7 @@ export default function HomePage() { "FileSpreadsheet", "PieChart", ], - imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg?_wi=2", imageAlt: "Businessman studying infographics and performance metrics", }, { @@ -107,7 +107,7 @@ export default function HomePage() { }, ], completedLabel: "Completed", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Businessman studying infographics and performance metrics", }, ]} -- 2.49.1