diff --git a/src/app/page.tsx b/src/app/page.tsx index 34f5f25..74834bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,28 +110,28 @@ export default function LandingPage() { { id: 1, title: "African Safari Expedition", description: "Immerse yourself in exclusive wildlife encounters with expert guides, staying in opulent camps offering gourmet dining and champagne under African stars", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/hunter-elegant-clothes-holds-shotgun-sits-together-with-his-beagle-dog-while-leaning-against-retro-military-car-forest_613910-3992.jpg", imageAlt: "Safari experience" + imageSrc: "http://img.b2bpic.net/free-photo/hunter-elegant-clothes-holds-shotgun-sits-together-with-his-beagle-dog-while-leaning-against-retro-military-car-forest_613910-3992.jpg?_wi=1", imageAlt: "Safari experience" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/hunter-elegant-clothes-holds-shotgun-sits-together-with-his-beagle-dog-while-leaning-against-retro-military-car-forest_613910-3992.jpg", imageAlt: "Safari experience" + imageSrc: "http://img.b2bpic.net/free-photo/hunter-elegant-clothes-holds-shotgun-sits-together-with-his-beagle-dog-while-leaning-against-retro-military-car-forest_613910-3992.jpg?_wi=2", imageAlt: "Safari experience" } }, { id: 2, title: "Mediterranean Yacht Charter", description: "Navigate the Mediterranean aboard your private luxury yacht with professional crew, stopping at exclusive anchorages and hidden coves", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/legs-high-heeled-black-shoes-luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-summer-vacation-tropical-beach_285396-6389.jpg", imageAlt: "Yacht charter experience" + imageSrc: "http://img.b2bpic.net/free-photo/legs-high-heeled-black-shoes-luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-summer-vacation-tropical-beach_285396-6389.jpg?_wi=1", imageAlt: "Yacht charter experience" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/legs-high-heeled-black-shoes-luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-summer-vacation-tropical-beach_285396-6389.jpg", imageAlt: "Yacht charter experience" + imageSrc: "http://img.b2bpic.net/free-photo/legs-high-heeled-black-shoes-luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-summer-vacation-tropical-beach_285396-6389.jpg?_wi=2", imageAlt: "Yacht charter experience" } }, { id: 3, title: "Culinary Tour Experiences", description: "Master classes with Michelin-starred chefs, private market tours, and multi-course dinners prepared exclusively for your group", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/sliced-cheese-with-olives_140725-91.jpg", imageAlt: "Culinary experience" + imageSrc: "http://img.b2bpic.net/free-photo/sliced-cheese-with-olives_140725-91.jpg?_wi=1", imageAlt: "Culinary experience" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/sliced-cheese-with-olives_140725-91.jpg", imageAlt: "Culinary experience" + imageSrc: "http://img.b2bpic.net/free-photo/sliced-cheese-with-olives_140725-91.jpg?_wi=2", imageAlt: "Culinary experience" } } ]}