diff --git a/src/app/page.tsx b/src/app/page.tsx index 6490857..93af644 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,10 +127,10 @@ export default function LandingPage() { title: "Hogwarts Themed Interior", description: "Immerse yourself in authentic Hogwarts-inspired décor with magical lighting and enchanted ambiance.", icon: Castle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/row-trees-decorated-with-hanging-light-bulbs-party-night-lake-sevan-armenia_181624-60731.jpg", imageAlt: "Magical interior design" + imageSrc: "http://img.b2bpic.net/free-photo/row-trees-decorated-with-hanging-light-bulbs-party-night-lake-sevan-armenia_181624-60731.jpg?_wi=1", imageAlt: "Magical interior design" }, { - imageSrc: "http://img.b2bpic.net/free-photo/set-fashion-still-life-decorations_23-2148229216.jpg", imageAlt: "Animated paintings" + imageSrc: "http://img.b2bpic.net/free-photo/set-fashion-still-life-decorations_23-2148229216.jpg?_wi=1", imageAlt: "Animated paintings" } ] }, @@ -138,10 +138,10 @@ export default function LandingPage() { title: "Magical Entertainment", description: "Enjoy Harry Potter movie screenings, board games, and wand spell displays that bring the wizarding world to life.", icon: Film, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/set-fashion-still-life-decorations_23-2148229216.jpg", imageAlt: "Entertainment displays" + imageSrc: "http://img.b2bpic.net/free-photo/set-fashion-still-life-decorations_23-2148229216.jpg?_wi=2", imageAlt: "Entertainment displays" }, { - imageSrc: "http://img.b2bpic.net/free-photo/row-trees-decorated-with-hanging-light-bulbs-party-night-lake-sevan-armenia_181624-60731.jpg", imageAlt: "Game area setup" + imageSrc: "http://img.b2bpic.net/free-photo/row-trees-decorated-with-hanging-light-bulbs-party-night-lake-sevan-armenia_181624-60731.jpg?_wi=2", imageAlt: "Game area setup" } ] }