From be078efc103b0004f91abff005c1d120e247eafc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 14:23:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9afb4d..d88d5d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Facebook, Instagram, Mail } from 'lucide-react'; +import { Facebook, Instagram, Mail, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -126,9 +126,13 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - testimonials={[]} - title="Testimonials" - description="What our students say." + testimonials={[ + { id: "s1", name: "Anura B.", role: "O/L Student", testimonial: "The Science revision classes were a game-changer. My predicted grade improved from a B to an A!", icon: Star }, + { id: "s2", name: "Kavindya D.", role: "Grade 10", testimonial: "The personalized attention in small group math classes really helped me clear my doubts about algebra.", icon: Star }, + { id: "s3", name: "Sajith W.", role: "O/L Student", testimonial: "Structured, concise, and very effective. Highly recommend for any student struggling with the basics.", icon: Star } + ]} + title="Student Reviews" + description="Hear from our successful students about their journey with us." />