From 8cf8ca32d8c3d5408bac8f8188e890696efbe045 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:23:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" } ] } -- 2.49.1