From 7c06513ca343b3cf1bde3949318a9d850f64a8a0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:39:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index accdc35..8aa92d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Business Administration", description: "Develop leadership and entrepreneurial skills with a focus on global business practices and strategic management.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg?_wi=1" }, items: [ { icon: CheckCircle, text: "4-year degree program" }, @@ -104,7 +104,7 @@ export default function LandingPage() { }, { id: "2", title: "Economics & International Relations", description: "Understand global markets and international relations with analytical tools and real-world case studies.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg?_wi=2" }, items: [ { icon: CheckCircle, text: "Research opportunities" }, @@ -115,7 +115,7 @@ export default function LandingPage() { }, { id: "3", title: "Media Communications & Management Information Systems", description: "Master digital communication and technology systems in the modern workplace with hands-on learning.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg?_wi=3" }, items: [ { icon: CheckCircle, text: "Tech lab access" }, @@ -140,7 +140,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Step 1: Submit Inquiry", description: "Complete our brief inquiry form with your basic information and program of interest.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg?_wi=4" }, items: [ { icon: Mail, text: "Online form submission" }, @@ -151,7 +151,7 @@ export default function LandingPage() { }, { id: "2", title: "Step 2-3: Eligibility & Application", description: "We'll check your eligibility and guide you through the official application process with personalized support.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg?_wi=5" }, items: [ { icon: CheckCircle, text: "Document verification" }, @@ -162,7 +162,7 @@ export default function LandingPage() { }, { id: "3", title: "Step 4-5: Testing & Admission", description: "Complete English proficiency testing if needed, then receive your admission decision with next steps.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg?_wi=6" }, items: [ { icon: BookOpen, text: "English language testing" }, @@ -187,7 +187,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Aida Karimova", role: "Business Graduate", company: "Class of 2023", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-curly-hair-holds-notepad-pen-makes-notes-what-she-observes-around-city-dressed-casual-green-jumper-poses-outdoors-against-blurred-background_273609-56665.jpg", imageAlt: "Aida Karimova" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-curly-hair-holds-notepad-pen-makes-notes-what-she-observes-around-city-dressed-casual-green-jumper-poses-outdoors-against-blurred-background_273609-56665.jpg?_wi=1", imageAlt: "Aida Karimova" }, { id: "2", name: "Sherzod Ibragimov", role: "Economics Student", company: "Current Student", rating: 5, @@ -195,7 +195,7 @@ export default function LandingPage() { }, { id: "3", name: "Gulnoza Turaeva", role: "Communications Graduate", company: "Class of 2022", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-curly-hair-holds-notepad-pen-makes-notes-what-she-observes-around-city-dressed-casual-green-jumper-poses-outdoors-against-blurred-background_273609-56665.jpg", imageAlt: "Gulnoza Turaeva" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-curly-hair-holds-notepad-pen-makes-notes-what-she-observes-around-city-dressed-casual-green-jumper-poses-outdoors-against-blurred-background_273609-56665.jpg?_wi=2", imageAlt: "Gulnoza Turaeva" }, { id: "4", name: "Timur Khudayarov", role: "MIS Graduate", company: "Class of 2023", rating: 5, -- 2.49.1