From 4583e0ff6b19eaaaba6307054a407bbc821fa29b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 12:20:46 +0000 Subject: [PATCH 1/3] Update src/app/admissions/page.tsx --- src/app/admissions/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/admissions/page.tsx b/src/app/admissions/page.tsx index 20a24e0..3390485 100644 --- a/src/app/admissions/page.tsx +++ b/src/app/admissions/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Admissions FAQs" description="What you need to know about the enrollment process." - imageSrc="http://img.b2bpic.net/free-photo/happy-student-graduation-cap_93675-134230.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-student-graduation-cap_93675-134230.jpg?_wi=2" mediaAnimation="blur-reveal" faqsAnimation="slide-up" faqs={[ -- 2.49.1 From c0b19849affd6844c2eb91516a4f4772d2d72b9a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 12:20:47 +0000 Subject: [PATCH 2/3] 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 2e4af6b..beac67a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { tag="Inquiry" title="Connect with Us" description="Whether you are a parent or student, our staff is ready to help." - imageSrc="http://img.b2bpic.net/free-photo/public-library-setting-with-older-woman-studying-soft-lighting_482257-130342.jpg" + imageSrc="http://img.b2bpic.net/free-photo/public-library-setting-with-older-woman-studying-soft-lighting_482257-130342.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1 From 4f284fd5adf2d7efb0ef38b9c98360d746b98c8d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 12:20:47 +0000 Subject: [PATCH 3/3] 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 cee424a..b60570c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { href: "/admissions", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/modern-businesswoman-holding-book_23-2147716877.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-businesswoman-holding-book_23-2147716877.jpg?_wi=1" imageAlt="Fergana Presidential School students" /> @@ -92,7 +92,7 @@ export default function LandingPage() { description: "Experienced international educators mentoring our students.", bentoComponent: "reveal-icon", icon: Globe, - imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman-holding-book_23-2147716877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman-holding-book_23-2147716877.jpg?_wi=2", imageAlt: "stem laboratory equipment modern", }, { @@ -143,7 +143,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Frequently Asked Questions" description="Common inquiries about our admissions, programs, and school life." - imageSrc="http://img.b2bpic.net/free-photo/happy-student-graduation-cap_93675-134230.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-student-graduation-cap_93675-134230.jpg?_wi=1" imageAlt="Happy student in graduation cap" mediaAnimation="slide-up" faqsAnimation="slide-up" @@ -186,7 +186,7 @@ export default function LandingPage() { tag="Get in Touch" title="Contact Admissions" description="Reach out to our admissions office for guidance on the application process." - imageSrc="http://img.b2bpic.net/free-photo/public-library-setting-with-older-woman-studying-soft-lighting_482257-130342.jpg" + imageSrc="http://img.b2bpic.net/free-photo/public-library-setting-with-older-woman-studying-soft-lighting_482257-130342.jpg?_wi=1" imageAlt="Public library setting with older woman studying under soft lighting" mediaAnimation="opacity" mediaPosition="left" -- 2.49.1