From 6aec7de8f6973da65acd696337939ed3e8746a4c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:10:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41260dd..ca960d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,9 @@ 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", 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?_wi=1", imageAlt: "Luxury Moroccan riad courtyard with fountains and traditional architecture"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-pillow-sofa_74190-2057.jpg", imageAlt: "Premium boutique hotel in Marrakech"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-pillow-sofa_74190-2057.jpg?_wi=1", imageAlt: "Premium boutique hotel in Marrakech"}, ]} mediaAnimation="slide-up" rating={5} @@ -103,7 +103,7 @@ export default function LandingPage() { tag="Featured Properties" products={[ { - id: "marrakech-1", name: "Marrakech Riad Collection", price: "12–18 rooms", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-pillow-sofa_74190-2057.jpg"}, + id: "marrakech-1", name: "Marrakech Riad Collection", price: "12–18 rooms", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-pillow-sofa_74190-2057.jpg?_wi=2"}, { id: "fes-1", name: "Fès Medina Mansion", price: "14–22 rooms", imageSrc: "http://img.b2bpic.net/free-photo/lamps-arab-restaurant_23-2147794377.jpg"}, { @@ -137,9 +137,9 @@ export default function LandingPage() { { id: "1", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"}, { - id: "2", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + id: "2", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, { - id: "3", name: "Amira Al-Mansouri", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + id: "3", name: "Amira Al-Mansouri", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, { id: "4", name: "Diego Moreno", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg"}, ]} @@ -169,7 +169,7 @@ export default function LandingPage() { { id: "6", title: "Do properties require a minimum spend or booking fee?", content: "Minimums vary by property and season. Our job is to identify properties and terms that align with your client's budget. All conditions are transparent in the proposal."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/luxury-resort-with-pool-arched-architecture_23-2152008241.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxury-resort-with-pool-arched-architecture_23-2152008241.jpg?_wi=2" imageAlt="Luxury Moroccan riad with traditional design" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1