From 4bebe6a6d4d41e053ae9662af83893e029cb0dd3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:05:51 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ce15ee2..3871af1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -81,7 +81,7 @@ export default function AboutPage() { tag="Our Mission" tagIcon={Lightbulb} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/university-colleagues-talking-library_23-2148844673.jpg" + imageSrc="http://img.b2bpic.net/free-photo/university-colleagues-talking-library_23-2148844673.jpg?_wi=2" imageAlt="EduLearn Academy community" useInvertedBackground={false} buttons={[ -- 2.49.1 From 7ec085e74a909a4fab1a860ab88aba6ecf837824 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:05:51 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0ee9c6..50121a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,7 +155,7 @@ export default function HomePage() { tag="Our Mission" tagIcon={Lightbulb} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/university-colleagues-talking-library_23-2148844673.jpg" + imageSrc="http://img.b2bpic.net/free-photo/university-colleagues-talking-library_23-2148844673.jpg?_wi=1" imageAlt="EduLearn Academy community" useInvertedBackground={false} buttons={[{ text: "Learn Our Story", href: "/about" }]} -- 2.49.1