Update src/app/page.tsx

This commit is contained in:
2026-06-03 15:47:27 +00:00
parent 00f24e01fc
commit 52108f8ba3

View File

@@ -206,23 +206,23 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Parent", company: "Grade 7 Student", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-boy-student-school-uniform_23-2150282556.jpg", imageAlt: "Student Sarah Johnson"},
id: "1", name: "Sarah Johnson", role: "Parent", company: "Grade 7 Student", rating: 5
},
{
id: "2", name: "Michael Chen", role: "Parent", company: "Grade 4 Student", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-student-girl-wearing-bandana-backpack-holding-note-pads-paper-coffee-cup-looking-camera-isolated-blue-background_141793-138890.jpg", imageAlt: "Student Michael Chen"},
id: "2", name: "Michael Chen", role: "Parent", company: "Grade 4 Student", rating: 5
},
{
id: "3", name: "Emily Rodriguez", role: "Parent", company: "Grade 10 Student", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-graduate-woman-showing-winner-gesture-casual-clothes-uniform-looking-happy-front-view_176474-51110.jpg", imageAlt: "Student Emily Rodriguez"},
id: "3", name: "Emily Rodriguez", role: "Parent", company: "Grade 10 Student", rating: 5
},
{
id: "4", name: "David Kim", role: "Parent", company: "Nursery Student", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-father-girl_23-2149153929.jpg", imageAlt: "Parent David Kim"},
id: "4", name: "David Kim", role: "Parent", company: "Nursery Student", rating: 5
},
{
id: "5", name: "Jessica Lee", role: "Parent", company: "Grade 6 Student", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/nomad-family-traveling-nature_23-2149651504.jpg", imageAlt: "Parent Jessica Lee"},
id: "5", name: "Jessica Lee", role: "Parent", company: "Grade 6 Student", rating: 5
},
{
id: "6", name: "Chris Davis", role: "Parent", company: "Grade 9 Student", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-working-father-using-laptop-with-his-family-home_637285-12172.jpg", imageAlt: "Parent Chris Davis"},
id: "6", name: "Chris Davis", role: "Parent", company: "Grade 9 Student", rating: 5
}
]}
kpiItems={[
{
@@ -339,4 +339,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}