diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cfe30ae..691d76c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -60,14 +60,14 @@ export default function LandingPage() { name: "Dilshod B.", role: "Frontend Developer", testimonial: "This platform helped me transition into a new career field seamlessly.", - imageSrc: "http://img.b2bpic.net/free-photo/group-college-students-working-together-school-library_662251-1226.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-college-students-working-together-school-library_662251-1226.jpg?_wi=3", }, { id: "t2", name: "Elena K.", role: "Project Manager", testimonial: "The multi-language support allowed me to learn without boundaries.", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-using-digital-devices_53876-101888.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-using-digital-devices_53876-101888.jpg?_wi=2", }, ]} /> diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index 97e9c34..9547cc0 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { price: "$29", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/group-college-students-working-together-school-library_662251-1226.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-college-students-working-together-school-library_662251-1226.jpg?_wi=2", }, { id: "c2", @@ -72,7 +72,7 @@ export default function LandingPage() { price: "$59", rating: 4, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/excited-international-students-casual-attires-ready-team-work-indoor-portrait-glad-mulatto-girl-with-curly-hair-holding-hands-with-european-lady-african-young-man-office_197531-3855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excited-international-students-casual-attires-ready-team-work-indoor-portrait-glad-mulatto-girl-with-curly-hair-holding-hands-with-european-lady-african-young-man-office_197531-3855.jpg?_wi=2", }, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 75542b1..47a3876 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,15 +62,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/group-college-students-working-together-school-library_662251-1226.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-college-students-working-together-school-library_662251-1226.jpg?_wi=1", imageAlt: "student library", }, { - imageSrc: "http://img.b2bpic.net/free-photo/excited-international-students-casual-attires-ready-team-work-indoor-portrait-glad-mulatto-girl-with-curly-hair-holding-hands-with-european-lady-african-young-man-office_197531-3855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excited-international-students-casual-attires-ready-team-work-indoor-portrait-glad-mulatto-girl-with-curly-hair-holding-hands-with-european-lady-african-young-man-office_197531-3855.jpg?_wi=1", imageAlt: "students team", }, { - imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-using-digital-devices_53876-101888.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-using-digital-devices_53876-101888.jpg?_wi=1", imageAlt: "e-learning", }, {