From 60421eb67f1ec7ef56d2fe0aa6578008b8e8b018 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 18:45:45 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7c9ed8f..66eacfb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { { title: "Admissions Office", description: "For inquiries about applications, requirements, and enrollment processes.", - imageSrc: "http://img.b2bpic.net/free-photo/focused-freelancer-discussing-project-with-customer-phone_74855-9908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/focused-freelancer-discussing-project-with-customer-phone_74855-9908.jpg?_wi=2", imageAlt: "admissions office staff smiling", }, { -- 2.49.1 From f9e340f52abf2ebcc4cf70f2852de8737eb9becd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 18:45:45 +0000 Subject: [PATCH 2/2] Update src/app/courses/page.tsx --- src/app/courses/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index 223f2b6..db19b90 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -99,7 +99,7 @@ export default function LandingPage() { imageAlt: "She is a prefect students", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/focused-freelancer-discussing-project-with-customer-phone_74855-9908.jpg" + imageSrc="http://img.b2bpic.net/free-photo/focused-freelancer-discussing-project-with-customer-phone_74855-9908.jpg?_wi=1" imageAlt="admissions office staff smiling" /> -- 2.49.1