From 74749f772fdf454ed05e7e440ba2532acff97d66 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 16:37:27 +0000 Subject: [PATCH] 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 a5f1acb..c9baf54 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -14,7 +14,7 @@ export default function HomePage() { return ( @@ -58,7 +58,7 @@ export default function HomePage() { quote="I don't just write code; I provide solutions. By leveraging AI-assisted tools and agile workflows, I deliver software that works as hard as your business does." author="Pakpoom Srianoot" role="Full-stack Developer from Thailand" - imageSrc="http://img.b2bpic.net/free-photo/man-with-glasses-beard-front-computer-screen_169016-19016.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-with-glasses-beard-front-computer-screen_169016-19016.jpg?_wi=2" socialLinks={[ { icon: "Github", label: "Github", href: "#" }, { icon: "Linkedin", label: "LinkedIn", href: "#" }, @@ -96,7 +96,7 @@ export default function HomePage() { }, ]} cta={{ - imageSrc: "http://img.b2bpic.net/free-photo/man-with-glasses-beard-front-computer-screen_169016-19016.jpg", name: "Ready to start?", role: "Let's talk through your business goals.", buttonText: "Send a message", buttonHref: "#contact"}} + imageSrc: "http://img.b2bpic.net/free-photo/man-with-glasses-beard-front-computer-screen_169016-19016.jpg?_wi=3", name: "Ready to start?", role: "Let's talk through your business goals.", buttonText: "Send a message", buttonHref: "#contact"}} />
-- 2.49.1