diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 37657c2..b087339 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -81,7 +81,7 @@ export default function ServicesPage() { title: "Free Trial", price: "$0", period: "30-minute session", - imageSrc: "http://img.b2bpic.net/free-psd/e-learning-online-distance-classes-vertical-poster-template_23-2149442074.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/e-learning-online-distance-classes-vertical-poster-template_23-2149442074.jpg?_wi=2", imageAlt: "Free trial session introduction", button: { text: "Book Now", @@ -99,7 +99,7 @@ export default function ServicesPage() { title: "Group Classes", price: "$12", period: "/hour per student", - imageSrc: "http://img.b2bpic.net/free-photo/happy-kids-elementary-school_53876-46934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-kids-elementary-school_53876-46934.jpg?_wi=3", imageAlt: "Collaborative group tutoring", button: { text: "Enroll Today", @@ -117,7 +117,7 @@ export default function ServicesPage() { title: "One-on-One Sessions", price: "$15", period: "/hour per student", - imageSrc: "http://img.b2bpic.net/free-photo/mother-helping-her-son-finish-homework_23-2148622811.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mother-helping-her-son-finish-homework_23-2148622811.jpg?_wi=2", imageAlt: "Personalized one-on-one tutoring", button: { text: "Get Started", @@ -147,21 +147,21 @@ export default function ServicesPage() { id: 1, title: "Expert Near-Peer Tutors", description: "Learn from high-achieving high school students who recently mastered the material. They understand current struggles and teach with empathy and clarity.", - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-taking-selfie-together-group-study_23-2149211091.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-taking-selfie-together-group-study_23-2149211091.jpg?_wi=3", imageAlt: "Expert near-peer tutors" }, { id: 2, title: "Tailored Learning Plans", description: "Every student learns differently. We assess individual needs and create custom learning paths that adapt to pace, style, and goals.", - imageSrc: "http://img.b2bpic.net/free-photo/mother-helping-her-son-finish-homework_23-2148622811.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mother-helping-her-son-finish-homework_23-2148622811.jpg?_wi=3", imageAlt: "Tailored learning plans" }, { id: 3, title: "Proven Results", description: "85% of our students show measurable grade improvement within 8 weeks. Track progress through regular feedback, milestone tracking, and parent updates.", - imageSrc: "http://img.b2bpic.net/free-photo/teenage-students-sitting-table-reading-book_23-2148166392.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teenage-students-sitting-table-reading-book_23-2148166392.jpg?_wi=3", imageAlt: "Proven tutoring results" } ]}