From 4e87786aaf07abc214598dc869c600cc456d295c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 06:19:06 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 714feaa..db6ea01 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -83,10 +83,10 @@ export default function AboutPage() { mediaItems={[ { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-vibrant-illustration-showing-a-student-1772950553066-61886ba2.png", imageAlt: "Our Team Collaborating"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-vibrant-illustration-showing-a-student-1772950553066-61886ba2.png?_wi=2", imageAlt: "Our Team Collaborating"}, { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-futuristic-illustration-showing-ai-rev-1772950553760-02d01d8f.png", imageAlt: "AI Education Innovation"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-futuristic-illustration-showing-ai-rev-1772950553760-02d01d8f.png?_wi=2", imageAlt: "AI Education Innovation"}, ]} mediaAnimation="slide-up" rating={5} -- 2.49.1 From 8ed092575eeaaa41238e698beadb3ddad144f283 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 06:19:06 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5590959..fbbc7a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -271,7 +271,7 @@ export default function HomePage() { { id: "1", category: "Study Tips", title: "How AI Can Improve Your Study Efficiency", excerpt: "Discover proven strategies to maximize your learning with AI-powered tools and smart study techniques.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-vibrant-illustration-showing-a-student-1772950553066-61886ba2.png", imageAlt: "Study Efficiency Tips", authorName: "Dr. Arun Kumar", authorAvatar: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-vibrant-illustration-showing-a-student-1772950553066-61886ba2.png?_wi=1", imageAlt: "Study Efficiency Tips", authorName: "Dr. Arun Kumar", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-of-an-indian-mal-1772950553437-bd6cb687.png", date: "Jan 15, 2025"}, { id: "2", category: "Exam Prep", title: "Master Board Exams with Strategic Planning", excerpt: @@ -281,7 +281,7 @@ export default function HomePage() { { id: "3", category: "AI Learning", title: "The Future of Education: AI Tutors", excerpt: "Explore how artificial intelligence is revolutionizing the way students learn and grow academically.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-futuristic-illustration-showing-ai-rev-1772950553760-02d01d8f.png", imageAlt: "AI in Education", authorName: "Prof. Rajesh Sharma", authorAvatar: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-futuristic-illustration-showing-ai-rev-1772950553760-02d01d8f.png?_wi=1", imageAlt: "AI in Education", authorName: "Prof. Rajesh Sharma", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-of-an-indian-mal-1772950554093-1f92b081.png", date: "Jan 10, 2025"}, ]} animationType="slide-up" -- 2.49.1