diff --git a/src/app/page.tsx b/src/app/page.tsx index cd40afa..518f328 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Start Your Project", href: "#contact" } ]} mediaItems={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EJhuUJEwbUDPcZmgf8Ks4PTf4e/uploaded-1779903075859-zthwyy56.jpg", imageAlt: "Disney-style mermaid character" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EJhuUJEwbUDPcZmgf8Ks4PTf4e/uploaded-1779903075859-zthwyy56.jpg?_wi=1", imageAlt: "Disney-style mermaid character" }, { imageSrc: "http://img.b2bpic.net/free-photo/cute-cartoon-princess-with-beautiful-nature_23-2151717131.jpg", imageAlt: "Disney-style princess character" }, { imageSrc: "http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149319.jpg", imageAlt: "Disney-style hero character" }, { imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-couple-being-love_23-2151124610.jpg", imageAlt: "Disney-style animal sidekick character" }, @@ -66,7 +66,6 @@ export default function LandingPage() {