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={[ 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" }]}