From 55c33d3a00e7242b3b485c4377ebd43bee9c5762 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:14:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a396dd9..6d77712 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,6 @@ export default function LandingPage() { tagAnimation="slide-up" buttonAnimation="slide-up" mediaAnimation="slide-up" - useInvertedBackground={false} /> @@ -91,7 +90,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/tent-interor-with-bed-dishes-glamping_1268-18150.jpg", imageAlt: "Sahara desert luxury private journey" }, { - imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369706.jpg?_wi=1", imageAlt: "Luxury desert accommodation" + imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369706.jpg", imageAlt: "Luxury desert accommodation" } ] }, @@ -102,7 +101,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/vacation-water-sea-nature-modern_1203-4653.jpg", imageAlt: "Morocco imperial cities architecture" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-brown-hat-drinking-pineapple-cocktail-while-resting-near-pool-magnificent-blonde-female-model-chilling-resort-cafe-weekend-morning_197531-20905.jpg?_wi=1", imageAlt: "Luxury riad accommodation" + imageSrc: "http://img.b2bpic.net/free-photo/woman-brown-hat-drinking-pineapple-cocktail-while-resting-near-pool-magnificent-blonde-female-model-chilling-resort-cafe-weekend-morning_197531-20905.jpg", imageAlt: "Luxury riad accommodation" } ] }, @@ -113,7 +112,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/beach-wood-cabin-coast-guard_146671-18885.jpg", imageAlt: "Morocco coastal Essaouira journey" }, { - imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369706.jpg?_wi=2", imageAlt: "Luxury coastal resort" + imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369706.jpg", imageAlt: "Luxury coastal resort" } ] }, @@ -124,7 +123,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-by-herself_23-2148943472.jpg", imageAlt: "Atlas Mountains private journey" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-brown-hat-drinking-pineapple-cocktail-while-resting-near-pool-magnificent-blonde-female-model-chilling-resort-cafe-weekend-morning_197531-20905.jpg?_wi=2", imageAlt: "Mountain lodge accommodation" + imageSrc: "http://img.b2bpic.net/free-photo/woman-brown-hat-drinking-pineapple-cocktail-while-resting-near-pool-magnificent-blonde-female-model-chilling-resort-cafe-weekend-morning_197531-20905.jpg", imageAlt: "Mountain lodge accommodation" } ] }, @@ -132,10 +131,10 @@ export default function LandingPage() { title: "Riad Luxury Stays", description: "Stay in the most exclusive traditional riads, each with private courtyards, pools, and personalized concierge service.", icon: Home, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-brown-hat-drinking-pineapple-cocktail-while-resting-near-pool-magnificent-blonde-female-model-chilling-resort-cafe-weekend-morning_197531-20905.jpg?_wi=3", imageAlt: "Traditional Moroccan riad" + imageSrc: "http://img.b2bpic.net/free-photo/woman-brown-hat-drinking-pineapple-cocktail-while-resting-near-pool-magnificent-blonde-female-model-chilling-resort-cafe-weekend-morning_197531-20905.jpg", imageAlt: "Traditional Moroccan riad" }, { - imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369706.jpg?_wi=3", imageAlt: "Luxury riad interior" + imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369706.jpg", imageAlt: "Luxury riad interior" } ] }, @@ -143,7 +142,7 @@ export default function LandingPage() { title: "White-Glove Concierge", description: "Every detail handled. From airport transfers to restaurant reservations, your dedicated driver and concierge anticipate your needs.", icon: Crown, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369706.jpg?_wi=4", imageAlt: "Exclusive luxury service" + imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369706.jpg", imageAlt: "Exclusive luxury service" }, { imageSrc: "http://img.b2bpic.net/free-photo/traveler-leaning-against-fence_23-2148228560.jpg", imageAlt: "Personalized travel planning" -- 2.49.1