Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user