Merge version_1 into main #7

Merged
bender merged 1 commits from version_1 into main 2026-03-05 08:49:09 +00:00

View File

@@ -206,12 +206,12 @@ export default function LandingPage() {
{
id: "1", name: "Priya Patel", handle: "@priya_patel", testimonial:
"Angel School has transformed my son's confidence. The teachers are genuinely caring and my child looks forward to school every day. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Priya Patel"
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "Priya Patel"
},
{
id: "2", name: "Rajesh Kumar", handle: "@rajesh_k", testimonial:
"Excellent teaching methods and wonderful infrastructure. Our daughter has shown remarkable improvement in English and academics. Great value for money!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Rajesh Kumar"
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "Rajesh Kumar"
},
{
id: "3", name: "Meera Sharma", handle: "@meera_s", testimonial:
@@ -222,7 +222,7 @@ export default function LandingPage() {
{
id: "4", name: "Vikas Desai", handle: "@vikas_d", testimonial:
"Our child has developed strong foundational skills in English and academics. The extra-curricular activities are also very engaging and well-organized.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Vikas Desai"
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=3", imageAlt: "Vikas Desai"
},
{
id: "5", name: "Anjali Verma", handle: "@anjali_v", testimonial:
@@ -232,7 +232,7 @@ export default function LandingPage() {
{
id: "6", name: "Amit Singh", handle: "@amit_singh", testimonial:
"Fantastic support from the admin team. Very responsive to queries and concerns. The school values parent involvement and maintains transparency.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Amit Singh"
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=4", imageAlt: "Amit Singh"
},
]}
showRating={true}