From 1ba37b15c99e14e70d0f1be837db18d978c6d0c7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:04:08 +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 b9132d0..82b98b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,23 +109,23 @@ export default function LandingPage() { { id: 1, title: "Bali, Indonesia", description: "Experience tropical paradise with ancient temples, terraced rice paddies, luxury villas, and pristine beaches. Perfect for wellness retreats and cultural exploration.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/couple-standing-temple-background_1157-33586.jpg", imageAlt: "Bali temple"}, + imageSrc: "http://img.b2bpic.net/free-photo/couple-standing-temple-background_1157-33586.jpg?_wi=1", imageAlt: "Bali temple"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/couple-standing-temple-background_1157-33586.jpg", imageAlt: "Bali temple"}, + imageSrc: "http://img.b2bpic.net/free-photo/couple-standing-temple-background_1157-33586.jpg?_wi=2", imageAlt: "Bali temple"}, }, { id: 2, title: "Paris, France", description: "The city of light awaits with world-renowned museums, Michelin-starred restaurants, luxurious boutiques, and romantic Seine river cruises for the ultimate European escape.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-is-walking-paris-photo-background-eiffel-tower-happy-travel-photo-concept_1321-3506.jpg", imageAlt: "Paris landmark"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-is-walking-paris-photo-background-eiffel-tower-happy-travel-photo-concept_1321-3506.jpg?_wi=1", imageAlt: "Paris landmark"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-is-walking-paris-photo-background-eiffel-tower-happy-travel-photo-concept_1321-3506.jpg", imageAlt: "Paris landmark"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-is-walking-paris-photo-background-eiffel-tower-happy-travel-photo-concept_1321-3506.jpg?_wi=2", imageAlt: "Paris landmark"}, }, { id: 3, title: "Tokyo, Japan", description: "Blend ancient traditions with cutting-edge modernity. From serene temples to bustling markets, experience exceptional cuisine and unparalleled hospitality.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-wearing-japanese-traditional-kimono-cherry-blossom-spring-japan_335224-109.jpg", imageAlt: "Japan travel"}, + imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-wearing-japanese-traditional-kimono-cherry-blossom-spring-japan_335224-109.jpg?_wi=1", imageAlt: "Japan travel"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-wearing-japanese-traditional-kimono-cherry-blossom-spring-japan_335224-109.jpg", imageAlt: "Japan travel"}, + imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-wearing-japanese-traditional-kimono-cherry-blossom-spring-japan_335224-109.jpg?_wi=2", imageAlt: "Japan travel"}, }, ]} animationType="slide-up" -- 2.49.1