Update src/app/page.tsx
This commit is contained in:
@@ -59,11 +59,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Emma", handle: "Age 8, Happy Learner", testimonial: "EduPlay is so much fun! I love the games and I'm learning so much!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-apple_1098-2602.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-apple_1098-2602.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Lucas", handle: "Age 10, Math Master", testimonial: "The math games help me understand numbers better. I play every day!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-apple_1098-2602.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-apple_1098-2602.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -149,11 +149,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sophia", role: "Age 7", company: "Math Champion", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-apple_1098-2602.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-apple_1098-2602.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Ethan", role: "Age 9", company: "Reading Star", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-apple_1098-2602.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-apple_1098-2602.jpg?_wi=4"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Mia", role: "Age 6", company: "New Learner", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user