diff --git a/src/app/page.tsx b/src/app/page.tsx index a465d3f..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" }, @@ -96,7 +96,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} products={[ - { id: "p1", name: "The Ocean's Whisper", price: "N/A", variant: "Mermaid Princess", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EJhuUJEwbUDPcZmgf8Ks4PTf4e/uploaded-1779903075859-zthwyy56.jpg", imageAlt: "Disney-like mermaid character" }, + { id: "p1", name: "The Ocean's Whisper", price: "N/A", variant: "Mermaid Princess", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EJhuUJEwbUDPcZmgf8Ks4PTf4e/uploaded-1779903075859-zthwyy56.jpg?_wi=2", imageAlt: "Disney-like mermaid character" }, { id: "p2", name: "Braveheart Knight", price: "N/A", variant: "Chivalrous Hero", imageSrc: "http://img.b2bpic.net/free-photo/anime-girl-mystical-forest-summoning-blue-flames_23-2151995164.jpg", imageAlt: "Disney-like knight character" }, { id: "p3", name: "Forest Nymph", price: "N/A", variant: "Whimsical Fairy", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cute-fairy_23-2151575828.jpg", imageAlt: "Disney-like fairy character" }, { id: "p4", name: "Mischievous Sprite", price: "N/A", variant: "Playful Imp", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-3d-alien-world_23-2151879039.jpg", imageAlt: "Disney-like mischievous imp character" },