From b4649dbfc951511b3aa5ae397134a6e38a250a9f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:12:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 68 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 46 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca960d0..53d900a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,11 @@ export default function LandingPage() { description="One request → 2–3 tailored options with confirmed availability and terms. For luxury travel agencies, DMCs, and incentive planners seeking premium group and private accommodations across Morocco." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-resort-with-pool-arched-architecture_23-2152008241.jpg?_wi=1", imageAlt: "Luxury Moroccan riad courtyard with fountains and traditional architecture"}, + imageSrc: "http://img.b2bpic.net/free-photo/luxury-resort-with-pool-arched-architecture_23-2152008241.jpg", imageAlt: "Luxury Moroccan riad courtyard with fountains and traditional architecture" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-pillow-sofa_74190-2057.jpg?_wi=1", imageAlt: "Premium boutique hotel in Marrakech"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-pillow-sofa_74190-2057.jpg", imageAlt: "Premium boutique hotel in Marrakech" + }, ]} mediaAnimation="slide-up" rating={5} @@ -68,7 +70,8 @@ export default function LandingPage() {