diff --git a/src/app/page.tsx b/src/app/page.tsx index 8af9ce3..d0b80e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,15 +63,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/online-education_53876-101279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-education_53876-101279.jpg?_wi=1", imageAlt: "AI Resume Dashboard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-mockup-with-blank-screen-gray-background_9975-133666.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-mockup-with-blank-screen-gray-background_9975-133666.jpg?_wi=1", imageAlt: "Data Analytics", }, { - imageSrc: "http://img.b2bpic.net/free-photo/data-network-with-glowing-core_23-2152004043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/data-network-with-glowing-core_23-2152004043.jpg?_wi=1", imageAlt: "Optimization Tech", }, { @@ -115,7 +115,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/online-education_53876-101279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-education_53876-101279.jpg?_wi=2", imageAlt: "ai resume optimizer dashboard", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-mockup-with-blank-screen-gray-background_9975-133666.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-mockup-with-blank-screen-gray-background_9975-133666.jpg?_wi=2", imageAlt: "digital data analysis dashboard", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/data-network-with-glowing-core_23-2152004043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/data-network-with-glowing-core_23-2152004043.jpg?_wi=2", imageAlt: "abstract tech background nodes", }, ]}