diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b7cfa11..5ee19ad 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -77,13 +77,13 @@ export default function LandingPage() { { title: "Certified", description: "Accredited programs.", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-businesswoman-talking-with-remote-friend-online-videocall_482257-77662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-businesswoman-talking-with-remote-friend-online-videocall_482257-77662.jpg?_wi=2", imageAlt: "Joyful businesswoman talking with remote friend during online videocall", }, { title: "Flexible", description: "Learn at your own pace.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-employee-analyzing-graphs-wearing-headset_482257-77560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-employee-analyzing-graphs-wearing-headset_482257-77560.jpg?_wi=3", imageAlt: "Joyful businesswoman talking with remote friend during online videocall", }, ]} diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index 0205aa3..617a531 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -56,13 +56,13 @@ export default function LandingPage() { { title: "React", description: "Deep dive into state management.", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-businesswoman-talking-with-remote-friend-online-videocall_482257-77662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-businesswoman-talking-with-remote-friend-online-videocall_482257-77662.jpg?_wi=1", imageAlt: "Joyful businesswoman talking with remote friend during online videocall", }, { title: "Next.js", description: "Server-side rendering expert.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-employee-analyzing-graphs-wearing-headset_482257-77560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-employee-analyzing-graphs-wearing-headset_482257-77560.jpg?_wi=2", imageAlt: "Joyful businesswoman talking with remote friend during online videocall", }, ]} diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index d0fe67a..f719c26 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -56,13 +56,13 @@ export default function LandingPage() { { title: "How to register?", description: "Click the register button.", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-businesswoman-talking-with-remote-friend-online-videocall_482257-77662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-businesswoman-talking-with-remote-friend-online-videocall_482257-77662.jpg?_wi=3", imageAlt: "Joyful businesswoman talking with remote friend during online videocall", }, { title: "Can I cancel?", description: "Cancel anytime in settings.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-employee-analyzing-graphs-wearing-headset_482257-77560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-employee-analyzing-graphs-wearing-headset_482257-77560.jpg?_wi=4", imageAlt: "Joyful businesswoman talking with remote friend during online videocall", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index b38eac1..9332014 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/happy-employee-analyzing-graphs-wearing-headset_482257-77560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-employee-analyzing-graphs-wearing-headset_482257-77560.jpg?_wi=1", imageAlt: "Student using digital tools", }, { @@ -78,11 +78,11 @@ export default function LandingPage() { imageAlt: "Futuristic abstract shapes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/joyful-entrepreneur-talking-with-remote-coworker-online-videocall_482257-77697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-entrepreneur-talking-with-remote-coworker-online-videocall_482257-77697.jpg?_wi=1", imageAlt: "Joyful entrepreneur talking with remote coworker", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-employee-looking-startup-analytics-pc_482257-74478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-employee-looking-startup-analytics-pc_482257-74478.jpg?_wi=1", imageAlt: "Woman employee looking at startup analytics on pc", }, { @@ -159,13 +159,13 @@ export default function LandingPage() { { title: "Video Editing", description: "Pro-level montage and editing workflows.", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-entrepreneur-talking-with-remote-coworker-online-videocall_482257-77697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-entrepreneur-talking-with-remote-coworker-online-videocall_482257-77697.jpg?_wi=2", imageAlt: "Editing software interface", }, { title: "Cyber Security", description: "Protect the digital ecosystem professionally.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-employee-looking-startup-analytics-pc_482257-74478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-employee-looking-startup-analytics-pc_482257-74478.jpg?_wi=2", imageAlt: "Security digital shield", }, ]}