From f860b664221dd5f37f8ad0880f6229033f2dfd40 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 15:59:36 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f7676af..af45c65 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -66,7 +66,7 @@ export default function ContactPage() { quote: "Computer Club transformed my approach to technology. The supportive community and quality workshops helped me land my dream job in software development.", name: "Alex Chen", role: "Software Developer at TechCorp", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=5", imageAlt: "Alex Chen" }, { @@ -75,7 +75,7 @@ export default function ContactPage() { quote: "I've learned more in six months with Computer Club than I did in years of self-study. The networking opportunities alone have been incredibly valuable.", name: "Jordan Martinez", role: "Full Stack Developer", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=6", imageAlt: "Jordan Martinez" } ]} @@ -84,7 +84,7 @@ export default function ContactPage() {