From 48889e6d0024a1420af5384b6615d1c0a832c778 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:50:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bdf6672..02ee206 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,16 +51,16 @@ export default function LandingPage() { mediaAnimation="slide-up" testimonials={[ { - name: "Fatima Karimova", handle: "Parent", testimonial: "KemaPro Education completely transformed my daughter's English skills. She went from struggling to confident in just 3 months!", rating: 5, + name: "Fatima Karimova", handle: "Improved English in 3 Months", testimonial: "KemaPro Education completely transformed my daughter's English skills. She went from struggling to confident!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1323.jpg"}, { - name: "Alisher Normatov", handle: "Parent", testimonial: "The mathematics course here is exceptional. My son's grades improved dramatically and he actually enjoys learning now.", rating: 5, + name: "Alisher Normatov", handle: "Math Grades Up 40%", testimonial: "The mathematics course here is exceptional. My son's grades improved dramatically and he actually enjoys learning now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-doing-some-business-deal-with-client_329181-10302.jpg"}, { - name: "Gulnara Abdullaeva", handle: "Parent", testimonial: "Highly recommend KemaPro! The teachers are professional, friendly, and truly care about each student's progress.", rating: 5, + name: "Gulnara Abdullaeva", handle: "IELTS Band 6 Achieved", testimonial: "Highly recommend KemaPro! The teachers are professional, friendly, and truly care about each student's progress.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-businesswoman-looking-camera-with-arms-crossed-portrait_1163-4337.jpg"}, { - name: "Rustam Khanov", handle: "Parent", testimonial: "Best investment in my child's future. The IT course opened his eyes to technology and he's now thinking about a career in tech.", rating: 5, + name: "Rustam Khanov", handle: "Started Tech Career", testimonial: "Best investment in my child's future. The IT course opened his eyes to technology and he's now thinking about a career in tech.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg"}, ]} testimonialRotationInterval={5000} @@ -71,6 +71,15 @@ export default function LandingPage() { { text: "📩 Enroll Now", href: "#contact" }, ]} buttonAnimation="slide-up" + marqueeItems={[ + { type: "text", text: "Improved Grades in 8 Weeks" }, + { type: "text", text: "IELTS Band 6+ Achieved" }, + { type: "text", text: "Started Tech Careers" }, + { type: "text", text: "95% Parent Satisfaction" }, + { type: "text", text: "500+ Students Success" }, + ]} + marqueeSpeed={30} + showMarqueeCard={true} /> @@ -228,7 +237,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" names={[ - "KemaPro Education", "Excellence in Learning", "Trusted by 500+ Families", "Your Child's Success is Our Goal"]} + "Improved Grades in 8 Weeks", "IELTS Band 6+ Achieved", "Started Tech Careers", "95% Parent Satisfaction"]} textboxLayout="default" useInvertedBackground={false} speed={40} -- 2.49.1