diff --git a/src/app/page.tsx b/src/app/page.tsx index 05ab78b..e392dc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { ]} dashboard={{ title: "Our School at a Glance", logoIcon: GraduationCap, - imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg", searchPlaceholder: "Search classes and facilities", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg?_wi=1", searchPlaceholder: "Search classes and facilities", buttons: [ { text: "Learn More", href: "#about" }, { text: "Visit Campus", href: "tel:09017171769" } ], @@ -156,11 +156,11 @@ export default function LandingPage() { }, { id: "secondary", brand: "Secondary (9-10)", name: "Board Preparation", price: "Critical Years", rating: 5, - reviewCount: "Age 14-16", imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg" + reviewCount: "Age 14-16", imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg?_wi=2" }, { id: "senior-secondary", brand: "Senior Secondary (11-12)", name: "Future Ready", price: "Higher Education Path", rating: 5, - reviewCount: "Age 16-18", imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg" + reviewCount: "Age 16-18", imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg?_wi=3" } ]} /> @@ -227,22 +227,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Excellent Faculty and Discipline", quote: "Very disciplined school with caring teachers. My child improved a lot academically and personally. The focus on values and character is commendable.", name: "Priya Sharma", role: "Parent, Class 5", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" + id: "1", title: "Excellent Faculty and Discipline", quote: "Very disciplined school with caring teachers. My child improved a lot academically and personally. The focus on values and character is commendable.", name: "Priya Sharma", role: "Parent, Class 5", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1" }, { - id: "2", title: "Safe and Nurturing Environment", quote: "I appreciate the safe campus environment and the way teachers give individual attention to each child. My daughter feels confident and happy coming to school.", name: "Rajesh Kumar", role: "Parent, Class 3", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg" + id: "2", title: "Safe and Nurturing Environment", quote: "I appreciate the safe campus environment and the way teachers give individual attention to each child. My daughter feels confident and happy coming to school.", name: "Rajesh Kumar", role: "Parent, Class 3", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=1" }, { - id: "3", title: "Quality Education with Values", quote: "The school provides not just quality education but also focuses on building strong character. My son has become more responsible and disciplined.", name: "Anjali Singh", role: "Parent, Class 8", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" + id: "3", title: "Quality Education with Values", quote: "The school provides not just quality education but also focuses on building strong character. My son has become more responsible and disciplined.", name: "Anjali Singh", role: "Parent, Class 8", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2" }, { - id: "4", title: "Best Decision for Our Child", quote: "Enrolling in Shaswat Chetna was the best decision. The teachers are experienced, facilities are modern, and the overall development approach is comprehensive.", name: "Vikram Patel", role: "Parent, Class 10", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg" + id: "4", title: "Best Decision for Our Child", quote: "Enrolling in Shaswat Chetna was the best decision. The teachers are experienced, facilities are modern, and the overall development approach is comprehensive.", name: "Vikram Patel", role: "Parent, Class 10", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=2" }, { - id: "5", title: "Highly Recommended School", quote: "Great academic results combined with excellent co-curricular activities. The school truly cares about each child's future and provides outstanding guidance.", name: "Neha Gupta", role: "Parent, Class 11", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" + id: "5", title: "Highly Recommended School", quote: "Great academic results combined with excellent co-curricular activities. The school truly cares about each child's future and provides outstanding guidance.", name: "Neha Gupta", role: "Parent, Class 11", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=3" }, { - id: "6", title: "Transformed My Child's Future", quote: "This school has transformed my child's confidence and academic performance. The holistic approach to education is exactly what we were looking for.", name: "Arjun Malhotra", role: "Parent, Class 6", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg" + id: "6", title: "Transformed My Child's Future", quote: "This school has transformed my child's confidence and academic performance. The holistic approach to education is exactly what we were looking for.", name: "Arjun Malhotra", role: "Parent, Class 6", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=3" } ]} />