From d91c0b18f044e63b439222db8b8f85dbef00b691 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:52:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ed2959..94e87cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,12 +136,10 @@ export default function LandingPage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlmqOsNGOoll8KiKNsPHmJmSny/portrait-photo-of-a-teenager-around-15-y-1773175801591-4c23f4c4.png", imageAlt: "Marcus, teenage nature enthusiast" }, { - id: "3", name: "Sarah & Alex Thompson", handle: "@family_nature_days", testimonial: "PlantSnap brought our family closer. Our kids are excited to explore again, and we're learning together. Family adventures have never been better!", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlmqOsNGOoll8KiKNsPHmJmSny/portrait-photo-of-a-parent-and-child-tog-1773175801053-42fc27cf.png", imageAlt: "Sarah and Alex with their child" + id: "3", name: "Sarah & Alex Thompson", handle: "@family_nature_days", testimonial: "PlantSnap brought our family closer. Our kids are excited to explore again, and we're learning together. Family adventures have never been better!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlmqOsNGOoll8KiKNsPHmJmSny/portrait-photo-of-a-parent-and-child-tog-1773175801053-42fc27cf.png", imageAlt: "Sarah and Alex with their child" }, { - id: "4", name: "Dr. James Wilson", handle: "@prof_wilson_science", testimonial: "As an educator, PlantSnap transformed my outdoor lessons. Students are engaged, learning happens naturally, and they're excited about science like never before.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlmqOsNGOoll8KiKNsPHmJmSny/portrait-photo-of-a-science-teacher-or-e-1773175800090-4ab1d32a.png", imageAlt: "Dr. James Wilson, science educator" + id: "4", name: "Dr. James Wilson", handle: "@prof_wilson_science", testimonial: "As an educator, PlantSnap transformed my outdoor lessons. Students are engaged, learning happens naturally, and they're excited about science like never before.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlmqOsNGOoll8KiKNsPHmJmSny/portrait-photo-of-a-science-teacher-or-e-1773175800090-4ab1d32a.png", imageAlt: "Dr. James Wilson, science educator" } ]} showRating={true} -- 2.49.1