diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e71ac1e..e30bf5d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -82,15 +82,15 @@ export default function AboutPage() { { id: "1", title: "A Life-Changing Experience", quote: "Joining CAD Bharuch was the best decision for my child. The confidence boost has been incredible, and the instructors truly care about each student.", name: "Priya Patel", role: "Parent of 3 students", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-smiling-mother-son-beach-sunlight_181624-8765.jpg", imageAlt: "Priya Patel"}, + "http://img.b2bpic.net/free-photo/closeup-smiling-mother-son-beach-sunlight_181624-8765.jpg?_wi=2", imageAlt: "Priya Patel"}, { id: "2", title: "Professional & Supportive", quote: "The instructors at CAD Bharuch are not only skilled but also incredibly supportive. They make dance accessible and fun for everyone.", name: "Rahul Sharma", role: "Parent & Dance Enthusiast", imageSrc: - "http://img.b2bpic.net/free-photo/student-girl-happy-with-homework_1098-119.jpg", imageAlt: "Rahul Sharma"}, + "http://img.b2bpic.net/free-photo/student-girl-happy-with-homework_1098-119.jpg?_wi=2", imageAlt: "Rahul Sharma"}, { id: "3", title: "A Community of Dancers", quote: "It's more than just dance classes—it's a community. My friends and I have grown so much, both as dancers and as people.", name: "Aisha Khan", role: "Bollywood Dance Instructor", imageSrc: - "http://img.b2bpic.net/free-photo/woman-walks-downtown-with-fitness-mat-going-have-aerobics-exercises-goes-practice-down-street-relaxes-after-workout-wears-sportsclothes-people-lifestyle-physical-activity_273609-54102.jpg", imageAlt: "Aisha Khan"}, + "http://img.b2bpic.net/free-photo/woman-walks-downtown-with-fitness-mat-going-have-aerobics-exercises-goes-practice-down-street-relaxes-after-workout-wears-sportsclothes-people-lifestyle-physical-activity_273609-54102.jpg?_wi=2", imageAlt: "Aisha Khan"}, ]} title="Instructor & Student Stories" description="Real experiences from our dance community" @@ -120,7 +120,7 @@ export default function AboutPage() {