diff --git a/src/app/page.tsx b/src/app/page.tsx index 499e7c8..7206667 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,23 +107,23 @@ export default function LandingPage() { { id: 1, title: "Japan's Timeless Beauty", description: "Experience ancient temples, serene gardens, and modern marvels. A journey through tradition and innovation blended harmoniously.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/girl-posing-against-background-decorated-trees_1153-3695.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/girl-posing-against-background-decorated-trees_1153-3695.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/girl-posing-against-background-decorated-trees_1153-3695.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/girl-posing-against-background-decorated-trees_1153-3695.jpg?_wi=2"}, }, { id: 2, title: "European Grand Tour", description: "Traverse romantic cities, Renaissance art, and world-class cuisine. An immersive cultural odyssey across Europe's finest destinations.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/landscape-shot-young-female-traveler_181624-39904.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/landscape-shot-young-female-traveler_181624-39904.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/landscape-shot-young-female-traveler_181624-39904.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/landscape-shot-young-female-traveler_181624-39904.jpg?_wi=2"}, }, { id: 3, title: "Caribbean Island Hopping", description: "Island-hop through paradise, discovering secluded beaches, vibrant culture, and pristine natural beauty throughout the Caribbean.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-outdoor-swimming-pool-hotel_74190-9310.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-outdoor-swimming-pool-hotel_74190-9310.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-outdoor-swimming-pool-hotel_74190-9310.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-outdoor-swimming-pool-hotel_74190-9310.jpg?_wi=2"}, }, ]} showStepNumbers={true}