From 2677840ab4bb8a3ad50a8a99dbe955eb2cc187d9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 11:33:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cae667b..20363f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,9 +50,9 @@ export default function LandingPage() { tag="By Dubai Retail" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862164.jpg", imageAlt: "Serena Centre Exterior"}, + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862164.jpg?_wi=1", imageAlt: "Serena Centre Exterior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862164.jpg", imageAlt: "Serena Centre Interior"} + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862164.jpg?_wi=2", imageAlt: "Serena Centre Interior"} ]} mediaAnimation="slide-up" rating={5} -- 2.49.1