From 8546eebb466b775ead432f0c716ac33a39e5b337 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 02:46:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27ca7c9..2628295 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,28 +117,28 @@ export default function LandingPage() { { id: 1, title: "Personal Concierge", description: "Our dedicated concierge team provides 24/7 support, ensuring every aspect of your travel is handled with precision and care.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-planner_1098-18025.jpg?_wi=1", imageAlt: "Concierge service" + imageSrc: "http://img.b2bpic.net/free-photo/wedding-planner_1098-18025.jpg", imageAlt: "Concierge service" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-beach-slippers-with-world-map-passport_23-2148608864.jpg?_wi=1", imageAlt: "Travel planning" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-beach-slippers-with-world-map-passport_23-2148608864.jpg", imageAlt: "Travel planning" } }, { id: 2, title: "Custom Itineraries", description: "Tailored journey planning that reflects your unique preferences, interests, and travel style. Every moment carefully orchestrated.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-beach-slippers-with-world-map-passport_23-2148608864.jpg?_wi=2", imageAlt: "Travel planning" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-beach-slippers-with-world-map-passport_23-2148608864.jpg", imageAlt: "Travel planning" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185069.jpg?_wi=1", imageAlt: "Accommodation selection" + imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185069.jpg", imageAlt: "Accommodation selection" } }, { id: 3, title: "Exclusive Accommodations", description: "Access to the world's most prestigious resorts and boutique hotels, with priority bookings and special amenities.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185069.jpg?_wi=2", imageAlt: "Accommodation" + imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185069.jpg", imageAlt: "Accommodation" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-planner_1098-18025.jpg?_wi=2", imageAlt: "Service support" + imageSrc: "http://img.b2bpic.net/free-photo/wedding-planner_1098-18025.jpg", imageAlt: "Service support" } } ]} @@ -211,6 +211,7 @@ export default function LandingPage() { mediaPosition="right" useInvertedBackground={false} buttonText="Plan My Journey" + mediaAnimation="none" /> -- 2.49.1