diff --git a/src/app/page.tsx b/src/app/page.tsx index ad2087a..b885ea9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,28 +115,28 @@ export default function LandingPage() { { id: 1, title: "Parisian Elegance", description: "Immerse yourself in the romance and sophistication of Paris. From private Louvre tours to Michelin-starred dining experiences, we craft your perfect Parisian escape.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/white-building-arches-cafe-waterfront-terrace_169016-68498.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/white-building-arches-cafe-waterfront-terrace_169016-68498.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/white-building-arches-cafe-waterfront-terrace_169016-68498.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/white-building-arches-cafe-waterfront-terrace_169016-68498.jpg?_wi=2" }, }, { id: 2, title: "Maldivian Paradise", description: "Experience ultimate luxury in overwater bungalows with direct lagoon access, private island excursions, and world-class diving in crystal-clear waters.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7337.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7337.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7337.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7337.jpg?_wi=2" }, }, { id: 3, title: "Tokyo Sophistication", description: "Discover traditional temples and cutting-edge modernity in Japan's vibrant capital, with exclusive access to cultural treasures and contemporary luxury.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/kinkakuji-temple-golden-pavilion-kyoto-japan_1232-2314.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/kinkakuji-temple-golden-pavilion-kyoto-japan_1232-2314.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/kinkakuji-temple-golden-pavilion-kyoto-japan_1232-2314.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/kinkakuji-temple-golden-pavilion-kyoto-japan_1232-2314.jpg?_wi=2" }, }, ]} @@ -153,13 +153,13 @@ export default function LandingPage() { description="Each journey tells a story. Discover how our clients transform their travel aspirations into reality." features={[ { - id: "1", title: "Luxury Safari Adventure", description: "Private game reserves, expert guides, and intimate wildlife encounters in Africa's most exclusive locations.", tag: "Africa", imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7337.jpg", buttons: [{ text: "Learn More", href: "#" }], + id: "1", title: "Luxury Safari Adventure", description: "Private game reserves, expert guides, and intimate wildlife encounters in Africa's most exclusive locations.", tag: "Africa", imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7337.jpg?_wi=3", buttons: [{ text: "Learn More", href: "#" }], }, { - id: "2", title: "European Grand Tour", description: "Seamlessly traverse Europe's finest cities with luxury accommodations and private transportation throughout your journey.", tag: "Europe", imageSrc: "http://img.b2bpic.net/free-photo/white-building-arches-cafe-waterfront-terrace_169016-68498.jpg", buttons: [{ text: "Learn More", href: "#" }], + id: "2", title: "European Grand Tour", description: "Seamlessly traverse Europe's finest cities with luxury accommodations and private transportation throughout your journey.", tag: "Europe", imageSrc: "http://img.b2bpic.net/free-photo/white-building-arches-cafe-waterfront-terrace_169016-68498.jpg?_wi=3", buttons: [{ text: "Learn More", href: "#" }], }, { - id: "3", title: "Asian Cultural Odyssey", description: "Explore ancient temples, bustling markets, and serene landscapes while enjoying five-star hospitality across Asia.", tag: "Asia", imageSrc: "http://img.b2bpic.net/free-photo/kinkakuji-temple-golden-pavilion-kyoto-japan_1232-2314.jpg", buttons: [{ text: "Learn More", href: "#" }], + id: "3", title: "Asian Cultural Odyssey", description: "Explore ancient temples, bustling markets, and serene landscapes while enjoying five-star hospitality across Asia.", tag: "Asia", imageSrc: "http://img.b2bpic.net/free-photo/kinkakuji-temple-golden-pavilion-kyoto-japan_1232-2314.jpg?_wi=3", buttons: [{ text: "Learn More", href: "#" }], }, ]} animationType="slide-up"