From 470c7680c24c7908ec58ecbfbcb7123a8caaaa68 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 09:23:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 816c9e0..d4b6f4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { imageAlt: "Code Visualization", }, { - imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-graphs-statistics-glasses-table_169016-29234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-graphs-statistics-glasses-table_169016-29234.jpg?_wi=1", imageAlt: "Programming Hardware", }, { @@ -209,7 +209,7 @@ export default function LandingPage() { name: "Sarah Johnson", role: "CEO @ TechCorp", testimonial: "Exceptional React developer! Delivered the platform ahead of schedule.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=1", }, { id: "t2", @@ -237,7 +237,7 @@ export default function LandingPage() { name: "Alice Wang", role: "Head of Engineering @ CloudScale", testimonial: "Clean, modular code and excellent documentation. A pleasure to work with.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=2", }, ]} title="Client Feedback" @@ -270,7 +270,7 @@ export default function LandingPage() { rows: 4, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/laptop-with-graphs-statistics-glasses-table_169016-29234.jpg" + imageSrc="http://img.b2bpic.net/free-photo/laptop-with-graphs-statistics-glasses-table_169016-29234.jpg?_wi=2" imageAlt="Contact me" /> -- 2.49.1