diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ad6f22..364bb04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,15 +72,15 @@ export default function LandingPage() { imageAlt: "Student growth", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-crossed-arms_23-2148372374.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-crossed-arms_23-2148372374.jpg?_wi=1", imageAlt: "Professional guidance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/boss-assisting-her-employee-with-documents_171337-5907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boss-assisting-her-employee-with-documents_171337-5907.jpg?_wi=1", imageAlt: "Executive session", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-working-together-cafe_273609-13304.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-working-together-cafe_273609-13304.jpg?_wi=1", imageAlt: "Interactive learning", }, ]} @@ -216,7 +216,7 @@ export default function LandingPage() { role: "Associate", company: "Global Corp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-crossed-arms_23-2148372374.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-crossed-arms_23-2148372374.jpg?_wi=2", }, { id: "2", @@ -224,7 +224,7 @@ export default function LandingPage() { role: "Manager", company: "Innovate", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/boss-assisting-her-employee-with-documents_171337-5907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boss-assisting-her-employee-with-documents_171337-5907.jpg?_wi=2", }, { id: "3", @@ -232,7 +232,7 @@ export default function LandingPage() { role: "Director", company: "Tech Ventures", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-working-together-cafe_273609-13304.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-working-together-cafe_273609-13304.jpg?_wi=2", }, { id: "4",