From 803070c8c35ef73224eeec83bc82e5d9056632df Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:17:44 +0000 Subject: [PATCH 1/2] 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 0fdded2..7adb4be 100644 --- a/src/app/admissions/page.tsx +++ b/src/app/admissions/page.tsx @@ -69,7 +69,7 @@ export default function AdmissionsPage() { { value: "1,200+", title: "Students Enrolled" }, { value: "92%", title: "Acceptance Rate" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=2" imageAlt="Students on campus" useInvertedBackground={false} mediaAnimation="slide-up" -- 2.49.1 From 6de89b8f477d0184d6cc257b1f1347df6fb51e08 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:17:44 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52698b3..04cb4f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function HomePage() { { value: "50+", title: "Programs Offered" }, { value: "95%", title: "Student Success Rate" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg" + imageSrc="http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg?_wi=1" imageAlt="STEM learning environment" useInvertedBackground={false} mediaAnimation="slide-up" @@ -112,7 +112,7 @@ export default function HomePage() { }, { id: 2, - tag: "Creative Development", title: "Elective Programs", subtitle: "Personalized Learning", description: "Choose from diverse electives including arts, technology, languages, and specialized subjects. Customize your educational experience to match your interests and career aspirations.", imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg", imageAlt: "Arts and creative learning", buttons: [{ text: "Explore Electives", href: "/courses" }], + tag: "Creative Development", title: "Elective Programs", subtitle: "Personalized Learning", description: "Choose from diverse electives including arts, technology, languages, and specialized subjects. Customize your educational experience to match your interests and career aspirations.", imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg?_wi=1", imageAlt: "Arts and creative learning", buttons: [{ text: "Explore Electives", href: "/courses" }], }, { id: 3, @@ -134,13 +134,13 @@ export default function HomePage() { products={[ { id: "1", brand: "Science Department", name: "Advanced Biology", price: "Full Year Course", rating: 5, - reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg", imageAlt: "Advanced Biology course"}, + reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg?_wi=2", imageAlt: "Advanced Biology course"}, { id: "2", brand: "Technology Department", name: "Web Development", price: "Full Year Course", rating: 5, reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", imageAlt: "Web Development course"}, { id: "3", brand: "Arts Department", name: "Digital Media Arts", price: "Full Year Course", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg", imageAlt: "Digital Media Arts course"}, + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg?_wi=2", imageAlt: "Digital Media Arts course"}, ]} /> @@ -156,7 +156,7 @@ export default function HomePage() { { id: "1", title: "Transformed My Academic Future", quote: "The programs offered here are exceptional. I gained practical skills, made lifelong friendships, and discovered my passion for technology. The faculty truly cares about student success.", name: "Sarah Johnson", role: "Class of 2024, Technology Track", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-guy-holding-notebooks-celebrating-making-fist-pump-shouting-yes-with-excitement-sta_1258-146346.jpg", imageAlt: "Sarah Johnson"}, { - id: "2", title: "Well-Rounded Education Experience", quote: "My daughter has flourished in your programs. The balance between academics and extracurriculars, combined with caring teachers, made all the difference in her growth and confidence.", name: "Michael Chen", role: "Parent of Current Student", imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg", imageAlt: "Michael Chen"}, + id: "2", title: "Well-Rounded Education Experience", quote: "My daughter has flourished in your programs. The balance between academics and extracurriculars, combined with caring teachers, made all the difference in her growth and confidence.", name: "Michael Chen", role: "Parent of Current Student", imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=1", imageAlt: "Michael Chen"}, { id: "3", title: "Career Ready After Graduation", quote: "The career track program prepared me perfectly for my internship and job offers. Real-world projects, industry connections, and mentorship gave me a significant advantage in the job market.", name: "Emily Rodriguez", role: "Class of 2023, Business Track", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-playing-graduation-ceremony_23-2148505278.jpg", imageAlt: "Emily Rodriguez"}, { -- 2.49.1