Merge version_4 into main #7
@@ -206,23 +206,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Johnson", role: "Parent", company: "Grade 7 Student", rating: 5,
|
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: "2", name: "Michael Chen", role: "Parent", company: "Grade 4 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: "3", name: "Emily Rodriguez", role: "Parent", company: "Grade 10 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: "4", name: "David Kim", role: "Parent", company: "Nursery 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: "5", name: "Jessica Lee", role: "Parent", company: "Grade 6 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: "6", name: "Chris Davis", role: "Parent", company: "Grade 9 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"},
|
}
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
@@ -339,4 +339,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user