Update src/app/page.tsx

This commit is contained in:
2026-05-08 13:54:20 +00:00
parent 3ca7b83123
commit f8cb4896bb

View File

@@ -121,7 +121,9 @@ export default function LandingPage() {
showRating={true}
animationType="blur-reveal"
testimonials={[
{ id: "1", name: "Alex P.", handle: "Parent", testimonial: "The growth I've seen in just 6 months is incredible.", rating: 5 }
{ id: "1", name: "Alex P.", handle: "Parent", testimonial: "The growth I've seen in just 6 months is incredible.", rating: 5 },
{ id: "2", name: "Sarah L.", handle: "Parent", testimonial: "A wonderful, supportive community that truly understands early childhood development.", rating: 5 },
{ id: "3", name: "Mark R.", handle: "Parent", testimonial: "My son has become more social and confident since joining the program.", rating: 5 }
]}
/>
</div>