diff --git a/src/app/page.tsx b/src/app/page.tsx index c266647..d5e3e16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,15 +83,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg?_wi=1", imageAlt: "Digital Marketing Analytics Dashboard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/door-leading-magical-world_23-2151038303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/door-leading-magical-world_23-2151038303.jpg?_wi=1", imageAlt: "Digital Marketing Strategy Concept", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-flowing-particles_1048-12501.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-flowing-particles_1048-12501.jpg?_wi=1", imageAlt: "Data Flow and Growth Visualization", }, { @@ -163,7 +163,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg?_wi=2", imageAlt: "seo success icon digital marketing", }, { @@ -188,7 +188,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/door-leading-magical-world_23-2151038303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/door-leading-magical-world_23-2151038303.jpg?_wi=2", imageAlt: "seo success icon digital marketing", }, { @@ -213,7 +213,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-flowing-particles_1048-12501.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-flowing-particles_1048-12501.jpg?_wi=2", imageAlt: "seo success icon digital marketing", }, ]}