From 6a3c7b08669ee7d74d0cccf79caf040b8f64d4d4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:48:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0cb287..e7d8837 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,13 +141,13 @@ export default function LandingPage() { { id: "2", name: "David Chen", role: "Teacher", testimonial: "StoryLand is an amazing resource for my classroom. The diverse stories help my students develop empathy and imagination.", imageSrc: "http://img.b2bpic.net/free-vector/colored-pack-six-happy-kids-flat-design_23-2147610223.jpg", imageAlt: "David Chen portrait"}, { - id: "3", name: "Lisa Rodriguez", role: "Parent", testimonial: "Finally, a platform where I don't have to worry about inappropriate content. The stories are wholesome and wonderfully creative.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-face-collection_23-2149414129.jpg", imageAlt: "Lisa Rodriguez portrait"}, + id: "3", name: "Lisa Rodriguez", role: "Parent", testimonial: "Finally, a platform where I don't have to worry about inappropriate content. The stories are wholesome and wonderfully creative.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-face-collection_23-2149414129.jpg?_wi=1", imageAlt: "Lisa Rodriguez portrait"}, { id: "4", name: "James Wilson", role: "Educator", testimonial: "The quality of storytelling on StoryLand is exceptional. My students look forward to story time every day!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cute-child-portrait_23-2149153287.jpg", imageAlt: "James Wilson portrait"}, { id: "5", name: "Sophie Martin", role: "Parent", testimonial: "A fantastic collection of stories that spark my child's imagination. Worth every moment of screen time!", imageSrc: "http://img.b2bpic.net/free-vector/children-character-collection_23-2147988896.jpg", imageAlt: "Sophie Martin portrait"}, { - id: "6", name: "Michael Brown", role: "Parent", testimonial: "StoryLand has become our bedtime tradition. The calm, engaging stories help my kids wind down perfectly.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-face-collection_23-2149414129.jpg", imageAlt: "Michael Brown portrait"}, + id: "6", name: "Michael Brown", role: "Parent", testimonial: "StoryLand has become our bedtime tradition. The calm, engaging stories help my kids wind down perfectly.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-face-collection_23-2149414129.jpg?_wi=2", imageAlt: "Michael Brown portrait"}, ]} carouselMode="buttons" /> -- 2.49.1