From 8d4d682e7e83167acfcde333a499ccd97736a623 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:14:06 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 898bb55..0b916bc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -73,7 +73,7 @@ const AboutPage = () => { description: "PhD in Mathematics with 15+ years of teaching experience. Specializes in conceptual clarity and exam-focused learning strategies.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-confident-senior-businessman-office_1262-2396.jpg", + "http://img.b2bpic.net/free-photo/portrait-confident-senior-businessman-office_1262-2396.jpg?_wi=2", socialLinks: [], }, { @@ -83,7 +83,7 @@ const AboutPage = () => { description: "University professor with expertise in Physics, Chemistry, and Biology. Known for interactive teaching methods and student engagement.", imageSrc: - "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", + "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", socialLinks: [], }, { @@ -93,7 +93,7 @@ const AboutPage = () => { description: "English and Hindi literature expert with 12 years of academic coaching experience. Focuses on composition and comprehension skills.", imageSrc: - "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg", + "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg?_wi=2", socialLinks: [], }, ]} -- 2.49.1 From 5e24617af5f1fd1f9acba75555e610cc2c382f19 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:14:07 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea303a8..680c203 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,7 +147,7 @@ const HomePage = () => { description: "PhD in Mathematics with 15+ years of teaching experience. Specializes in conceptual clarity and exam-focused learning strategies.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-confident-senior-businessman-office_1262-2396.jpg", + "http://img.b2bpic.net/free-photo/portrait-confident-senior-businessman-office_1262-2396.jpg?_wi=1", socialLinks: [], }, { @@ -157,7 +157,7 @@ const HomePage = () => { description: "University professor with expertise in Physics, Chemistry, and Biology. Known for interactive teaching methods and student engagement.", imageSrc: - "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", + "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", socialLinks: [], }, { @@ -167,7 +167,7 @@ const HomePage = () => { description: "English and Hindi literature expert with 12 years of academic coaching experience. Focuses on composition and comprehension skills.", imageSrc: - "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg", + "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg?_wi=1", socialLinks: [], }, { @@ -270,7 +270,7 @@ const HomePage = () => { "As a parent, I was impressed by the personalized approach. My daughter felt confident and supported throughout her preparation. The mock tests were incredibly helpful!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1323.jpg", + "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1323.jpg?_wi=1", }, { id: "3", @@ -280,7 +280,7 @@ const HomePage = () => { "The concept clarity here is unmatched. Teachers don't just teach; they help you understand why. I scored 95 in board exams thanks to AB Learning!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/serious-pensive-young-student-looking-directly-camera_176532-8154.jpg", + "http://img.b2bpic.net/free-photo/serious-pensive-young-student-looking-directly-camera_176532-8154.jpg?_wi=1", }, { id: "4", @@ -300,7 +300,7 @@ const HomePage = () => { "The faculty here cares about student success beyond just grades. They mentored me through tough times and helped me score 96% in Class 10!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/serious-pensive-young-student-looking-directly-camera_176532-8154.jpg", + "http://img.b2bpic.net/free-photo/serious-pensive-young-student-looking-directly-camera_176532-8154.jpg?_wi=2", }, { id: "6", @@ -310,7 +310,7 @@ const HomePage = () => { "I was concerned about my daughter's performance, but AB Learning's systematic approach and expert guidance made all the difference. Highly recommended!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1323.jpg", + "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1323.jpg?_wi=2", }, ]} /> -- 2.49.1