From 4b9ca5abb98a10e8261c969d3eb4af4762cd6305 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 15:26: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 609f34f..593977e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,23 +108,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}