From a2d546edbd803c106ada44d5e7a0033bf87fb189 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 02:47:36 +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 2628295..4d8c3f1 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", imageAlt: "Concierge service" + imageSrc: "http://img.b2bpic.net/free-photo/wedding-planner_1098-18025.jpg?_wi=1", imageAlt: "Concierge service" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-beach-slippers-with-world-map-passport_23-2148608864.jpg", imageAlt: "Travel planning" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-beach-slippers-with-world-map-passport_23-2148608864.jpg?_wi=1", 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", imageAlt: "Travel planning" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-beach-slippers-with-world-map-passport_23-2148608864.jpg?_wi=2", imageAlt: "Travel planning" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185069.jpg", imageAlt: "Accommodation selection" + imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185069.jpg?_wi=1", 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", imageAlt: "Accommodation" + imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185069.jpg?_wi=2", imageAlt: "Accommodation" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-planner_1098-18025.jpg", imageAlt: "Service support" + imageSrc: "http://img.b2bpic.net/free-photo/wedding-planner_1098-18025.jpg?_wi=2", imageAlt: "Service support" } } ]} -- 2.49.1