diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index 3a253c1..ac749de 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -72,7 +72,7 @@ export default function AdminPage() { description="Manage school operations, student records, teachers, events, and announcements from a centralized administrative interface." tag="Administration" tagIcon={BookOpen} - imageSrc="http://img.b2bpic.net/free-photo/group-three-young-good-looking-multi-ethnic-students-sitting-university-library-dark-skinned-guy-looking-back-his-friend-reading-article-light-haired-girl-with-happy-face_176420-8301.jpg" + imageSrc="http://img.b2bpic.net/free-photo/group-three-young-good-looking-multi-ethnic-students-sitting-university-library-dark-skinned-guy-looking-back-his-friend-reading-article-light-haired-girl-with-happy-face_176420-8301.jpg?_wi=1" imageAlt="Academy School Administration" mediaAnimation="slide-up" background={{ variant: "glowing-orb" }} @@ -80,16 +80,16 @@ export default function AdminPage() { testimonials={[ { name: "Administrator Access", handle: "Full Control", testimonial: "Comprehensive tools to manage school operations efficiently and securely.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg?_wi=1"}, { name: "Real-time Updates", handle: "Live Dashboard", testimonial: "Monitor all school activities and student progress in real-time with detailed analytics.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg?_wi=1"}, { name: "Data Management", handle: "Secure System", testimonial: "Manage student records, teacher information, and school resources with complete security.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-clothes-smiling_23-2148056219.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-clothes-smiling_23-2148056219.jpg?_wi=1"}, { name: "Communication Hub", handle: "Connected", testimonial: "Stay connected with teachers, students, and parents through integrated communication tools.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-father-son-posing-kitchen_23-2148441006.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-father-son-posing-kitchen_23-2148441006.jpg?_wi=1"}, ]} buttons={[ { text: "Access Dashboard", href: "#dashboard" }, diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ea1783d..256d159 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -71,7 +71,7 @@ export default function ContactPage() { description="Reach out to us for admissions inquiries, general information, or any questions about our school programs and facilities." tag="Get in Touch" tagIcon={Mail} - imageSrc="http://img.b2bpic.net/free-photo/group-three-young-good-looking-multi-ethnic-students-sitting-university-library-dark-skinned-guy-looking-back-his-friend-reading-article-light-haired-girl-with-happy-face_176420-8301.jpg" + imageSrc="http://img.b2bpic.net/free-photo/group-three-young-good-looking-multi-ethnic-students-sitting-university-library-dark-skinned-guy-looking-back-his-friend-reading-article-light-haired-girl-with-happy-face_176420-8301.jpg?_wi=2" imageAlt="Academy School Contact" mediaAnimation="slide-up" background={{ variant: "glowing-orb" }} @@ -79,16 +79,16 @@ export default function ContactPage() { testimonials={[ { name: "Quick Response", handle: "24/7 Support", testimonial: "We respond to inquiries within 24 hours during business days.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg?_wi=2"}, { name: "Multiple Channels", handle: "Easy Access", testimonial: "Contact us via email, phone, or visit our campus in person.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg?_wi=2"}, { name: "Helpful Staff", handle: "Expert Guidance", testimonial: "Our admissions team is ready to help you with all your questions.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-clothes-smiling_23-2148056219.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-clothes-smiling_23-2148056219.jpg?_wi=2"}, { name: "Campus Tours", handle: "Experience Academy", testimonial: "Schedule a campus tour to see our facilities and meet our team.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-father-son-posing-kitchen_23-2148441006.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-father-son-posing-kitchen_23-2148441006.jpg?_wi=2"}, ]} buttons={[ { text: "Schedule Tour", href: "#tour" },