diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index da9007a..88a9352 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -83,7 +83,7 @@ export default function AboutPage() { { value: "98%", title: "Student Success & Board Results" }, { value: "50+", title: "Expert Faculty Members" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/building_1127-3497.jpg" + imageSrc="http://img.b2bpic.net/free-photo/building_1127-3497.jpg?_wi=2" imageAlt="School Building and Campus" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -125,7 +125,7 @@ export default function AboutPage() { { value: "25+", title: "Years of Consistent Excellence" }, { value: "2000+", title: "Successful Alumni Placed Globally" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/adult-serious-businessman-looking-camera_23-2148113003.jpg" + imageSrc="http://img.b2bpic.net/free-photo/adult-serious-businessman-looking-camera_23-2148113003.jpg?_wi=2" imageAlt="Achievement and Excellence" mediaAnimation="slide-up" metricsAnimation="slide-up" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 648e45f..ccec3aa 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -86,7 +86,7 @@ export default function ContactPage() { { text: "📞 Call Now", href: "tel:+919942911419" }, { text: "📍 Visit Us", href: "https://maps.google.com/?q=FHXV+56W+Chetpet+Rd+Vandavasi" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/building_1127-3497.jpg" + imageSrc="http://img.b2bpic.net/free-photo/building_1127-3497.jpg?_wi=3" imageAlt="School Building and Campus" imagePosition="right" mediaAnimation="slide-up" @@ -103,7 +103,7 @@ export default function ContactPage() { { value: "99%", title: "Parent Satisfaction" }, { value: "100%", title: "Response Rate" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/smiling-hispanic-female-executive-wearing-eyeglasses-standing-studio_662251-664.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-hispanic-female-executive-wearing-eyeglasses-standing-studio_662251-664.jpg?_wi=2" imageAlt="Contact Support Team" mediaAnimation="slide-up" metricsAnimation="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index 2818625..1cb8a3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,7 +114,7 @@ export default function HomePage() { { value: "98%", title: "Student Success & Board Results" }, { value: "50+", title: "Expert Faculty Members" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/building_1127-3497.jpg" + imageSrc="http://img.b2bpic.net/free-photo/building_1127-3497.jpg?_wi=1" imageAlt="School Building and Campus" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -173,8 +173,8 @@ export default function HomePage() {