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() {