From a6bbb4bfb62b9a1a6a33d20d155f57dd85257976 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 11:44:52 +0000 Subject: [PATCH 1/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 85d194e..40ede11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Read Stories", href: "/stories" } ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-sitting-ramp_23-2147678211.jpg", imageAlt: "Student Success" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-sitting-ramp_23-2147678211.jpg?_wi=1", imageAlt: "Student Success" }, { imageSrc: "http://img.b2bpic.net/free-photo/female-student-showing-thumb-up-graduation-gown-looking-cheerful-front-view_176474-51012.jpg", imageAlt: "Community Impact" } ]} mediaAnimation="blur-reveal" -- 2.49.1 From 20fdbd8c1912c6c92e465a4c7a121459dc78911f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 11:44:52 +0000 Subject: [PATCH 2/2] Update src/app/programs/page.tsx --- src/app/programs/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index 78b1f17..74a4b48 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -42,7 +42,7 @@ export default function ProgramsPage() { useInvertedBackground={true} plans={[ { id: "p1", title: "Scholarship Prep", period: "Full Course", price: "Access", features: ["University research", "Essay drafting", "Interview prep"], button: { text: "Apply", href: "/apply" }, imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-high-five_23-2148576836.jpg" }, - { id: "p2", title: "Peace Leadership", period: "Ongoing", price: "Inclusive", features: ["Conflict training", "Civic engagement", "Mentorship"], button: { text: "Join", href: "/apply" }, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-sitting-ramp_23-2147678211.jpg" } + { id: "p2", title: "Peace Leadership", period: "Ongoing", price: "Inclusive", features: ["Conflict training", "Civic engagement", "Mentorship"], button: { text: "Join", href: "/apply" }, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-sitting-ramp_23-2147678211.jpg?_wi=2" } ]} title="Our Programs" description="Detailing our core academic and peace-focused initiatives." -- 2.49.1