From 77f450c2244a68708ab374c50abe82544c5a9151 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 10:43:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2bb789d..2d0be76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -167,17 +167,17 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "s1", name: "Dilshodbek K.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-student-girl-sitting-stairs-university-with-notebook-knees-cup-coffee-go-near-happily-looking-camera-tying-her-dark-curly-hair_574295-2245.jpg", imageAlt: "Happy student Dilshodbek K.", quote: "Mathematics Center helped me understand complex topics easily and significantly improved my test scores. Highly recommended!"}, + id: "s1", name: "Dilshodbek K.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-student-girl-sitting-stairs-university-with-notebook-knees-cup-coffee-go-near-happily-looking-camera-tying-her-dark-curly-hair_574295-2245.jpg", imageAlt: "Happy student Dilshodbek K."}, { - id: "s2", name: "Madina A. (Parent)", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-using-digital-tablet-living-room_1170-2661.jpg", imageAlt: "Happy parent Madina A.", quote: "My daughter's confidence in math has soared since enrolling. The personalized attention is truly remarkable."}, + id: "s2", name: "Madina A. (Parent)", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-using-digital-tablet-living-room_1170-2661.jpg", imageAlt: "Happy parent Madina A."}, { - id: "s3", name: "Azizbek U.", imageSrc: "http://img.b2bpic.net/free-photo/male-hispanic-high-school-student-solving-some-math-problems-white-board-school_662251-1824.jpg", imageAlt: "Focused student Azizbek U.", quote: "The instructors are incredibly supportive and make learning fun. I'm now excelling in subjects I once struggled with."}, + id: "s3", name: "Azizbek U.", imageSrc: "http://img.b2bpic.net/free-photo/male-hispanic-high-school-student-solving-some-math-problems-white-board-school_662251-1824.jpg", imageAlt: "Focused student Azizbek U."}, { - id: "s4", name: "Nozima B.", imageSrc: "http://img.b2bpic.net/free-photo/using-sitting-teacher-childish-jacket_1134-916.jpg", imageAlt: "Smiling student Nozima B.", quote: "Thanks to Mathematics Center, I passed my university entrance exams with flying colors! Their exam prep was invaluable."}, + id: "s4", name: "Nozima B.", imageSrc: "http://img.b2bpic.net/free-photo/using-sitting-teacher-childish-jacket_1134-916.jpg", imageAlt: "Smiling student Nozima B."}, { - id: "s5", name: "Javokhir S.", imageSrc: "http://img.b2bpic.net/free-photo/thinking-teenager-making-notes_23-2147777314.jpg", imageAlt: "Thoughtful student Javokhir S.", quote: "The advanced mathematics program pushed me to new heights. I appreciate the challenging yet rewarding curriculum."}, + id: "s5", name: "Javokhir S.", imageSrc: "http://img.b2bpic.net/free-photo/thinking-teenager-making-notes_23-2147777314.jpg", imageAlt: "Thoughtful student Javokhir S."}, { - id: "s6", name: "Firuza I. (Parent)", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-helping-kid-with-homework_23-2149610754.jpg", imageAlt: "Supportive parent Firuza I.", quote: "The communication with parents is excellent, and I always feel informed about my son's progress and areas for improvement."}, + id: "s6", name: "Firuza I. (Parent)", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-helping-kid-with-homework_23-2149610754.jpg", imageAlt: "Supportive parent Firuza I."}, ]} cardTitle="What Our Community Says" cardTag="Student Success Stories" -- 2.49.1