From afcdd7b8d7bcd91dd1d5e5b93835024fe4a6930d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 08:54:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f91f5d..131d7a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,17 +51,18 @@ export default function LandingPage() { { text: "Explore Properties", href: "properties" }, { text: "Contact Agent", href: "contact" } ]} - images={[ + mediaItems={[ { - src: "https://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", alt: "Luxury penthouse in Dubai Marina" + imageSrc: "https://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Luxury penthouse in Dubai Marina" }, { - src: "https://img.b2bpic.net/free-photo/shanghai-night-china_1127-3170.jpg", alt: "Dubai skyline at night" + imageSrc: "https://img.b2bpic.net/free-photo/shanghai-night-china_1127-3170.jpg", imageAlt: "Dubai skyline at night" }, { - src: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg", alt: "Modern luxury exterior design" + imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg", imageAlt: "Modern luxury exterior design" } ]} + mediaAnimation="slide-up" /> -- 2.49.1