From f956978acee9b2cf1602cbca142d80269e4aca90 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:50:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d0405c1..ca4e272 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,27 +133,27 @@ export default function LandingPage() { title: "Maldives Paradise", description: "Crystal clear waters and private villas.", icon: Sun, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-sea-with-coconut-palm-tree-paradise-island_74190-2201.jpg", imageAlt: "Maldives"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-sea-with-coconut-palm-tree-paradise-island_74190-2201.jpg?_wi=1", imageAlt: "Maldives"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-sea-with-coconut-palm-tree-paradise-island_74190-2201.jpg", imageAlt: "Maldives"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-sea-with-coconut-palm-tree-paradise-island_74190-2201.jpg?_wi=2", imageAlt: "Maldives"}, ], }, { title: "Swiss Alps", description: "Majestic peaks and cozy mountain retreats.", icon: Mountain, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/people-walk-across-mountains-covered-with-snow_1304-5341.jpg", imageAlt: "Alps"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-walk-across-mountains-covered-with-snow_1304-5341.jpg?_wi=1", imageAlt: "Alps"}, { - imageSrc: "http://img.b2bpic.net/free-photo/people-walk-across-mountains-covered-with-snow_1304-5341.jpg", imageAlt: "Alps"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-walk-across-mountains-covered-with-snow_1304-5341.jpg?_wi=2", imageAlt: "Alps"}, ], }, { title: "Tokyo Cityscape", description: "Where tradition meets modern innovation.", icon: Building, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together-bistro_23-2149356894.jpg", imageAlt: "Tokyo"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together-bistro_23-2149356894.jpg?_wi=1", imageAlt: "Tokyo"}, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together-bistro_23-2149356894.jpg", imageAlt: "Tokyo"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together-bistro_23-2149356894.jpg?_wi=2", imageAlt: "Tokyo"}, ], }, ]} @@ -171,22 +171,22 @@ export default function LandingPage() { products={[ { id: "1", brand: "Luxury", name: "Island Escape", price: "$2,500", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-young-asian-women-reading-book-around-beach-sea-ocean_74190-9202.jpg"}, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-young-asian-women-reading-book-around-beach-sea-ocean_74190-9202.jpg?_wi=1"}, { id: "2", brand: "Adventure", name: "Alpine Trek", price: "$1,800", rating: 5, - reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/clumsy-foolish-hiker-dropping-his-phone-search-signal-mountain-top_482257-119806.jpg"}, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/clumsy-foolish-hiker-dropping-his-phone-search-signal-mountain-top_482257-119806.jpg?_wi=1"}, { id: "3", brand: "Urban", name: "Tokyo Nights", price: "$3,200", rating: 4, - reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-outdoors_23-2149061588.jpg"}, + reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-outdoors_23-2149061588.jpg?_wi=1"}, { id: "4", brand: "Luxury", name: "Parisian Dream", price: "$2,900", rating: 5, - reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-young-asian-women-reading-book-around-beach-sea-ocean_74190-9202.jpg"}, + reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-young-asian-women-reading-book-around-beach-sea-ocean_74190-9202.jpg?_wi=2"}, { id: "5", brand: "Adventure", name: "Safari Quest", price: "$4,000", rating: 5, - reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/clumsy-foolish-hiker-dropping-his-phone-search-signal-mountain-top_482257-119806.jpg"}, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/clumsy-foolish-hiker-dropping-his-phone-search-signal-mountain-top_482257-119806.jpg?_wi=2"}, { id: "6", brand: "Urban", name: "New York City", price: "$2,100", rating: 4, - reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-outdoors_23-2149061588.jpg"}, + reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-outdoors_23-2149061588.jpg?_wi=2"}, ]} title="Exclusive Travel Packages" description="Choose from our tailor-made vacation packages designed for your ultimate comfort." -- 2.49.1