From 1e0212d17c5e997df2929d817ec4bfa535907a8e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:24:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc9f50f..6b00628 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,15 +93,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Caribbean Paradise", name: "Tropical Island Escape", price: "$2,499", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/hammock-beach_74190-6619.jpg", imageAlt: "Tropical beach destination" + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/hammock-beach_74190-6619.jpg?_wi=1", imageAlt: "Tropical beach destination" }, { id: "2", brand: "Alpine Adventures", name: "Himalayan Peak Trek", price: "$3,299", rating: 5, - reviewCount: "856", imageSrc: "http://img.b2bpic.net/free-photo/group-people-hiking-mountains-schlern-rosengarten-nature-park-italy_181624-13523.jpg", imageAlt: "Mountain hiking adventure" + reviewCount: "856", imageSrc: "http://img.b2bpic.net/free-photo/group-people-hiking-mountains-schlern-rosengarten-nature-park-italy_181624-13523.jpg?_wi=1", imageAlt: "Mountain hiking adventure" }, { id: "3", brand: "Safari Expeditions", name: "African Wildlife Safari", price: "$4,099", rating: 5, - reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-elephants-south-africa_181624-53195.jpg", imageAlt: "Safari wildlife tour" + reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-elephants-south-africa_181624-53195.jpg?_wi=1", imageAlt: "Safari wildlife tour" } ]} /> @@ -121,7 +121,7 @@ export default function LandingPage() { products={[ { id: "africa", brand: "East Africa", name: "Tanzania & Kenya", price: "From $2,899", rating: 5, - reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-photo/shadow-fighting-giraffes-bushy-land-daytime_181624-37824.jpg", imageAlt: "African safari landscape" + reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-photo/shadow-fighting-giraffes-bushy-land-daytime_181624-37824.jpg?_wi=1", imageAlt: "African safari landscape" }, { id: "asia", brand: "Southeast Asia", name: "Thailand & Indonesia", price: "From $1,799", rating: 5, @@ -180,19 +180,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Expert Planning", description: "Our travel specialists have decades of combined experience crafting perfect itineraries tailored to your preferences and budget.", imageSrc: "http://img.b2bpic.net/free-photo/hammock-beach_74190-6619.jpg", imageAlt: "Expert planning" + title: "Expert Planning", description: "Our travel specialists have decades of combined experience crafting perfect itineraries tailored to your preferences and budget.", imageSrc: "http://img.b2bpic.net/free-photo/hammock-beach_74190-6619.jpg?_wi=2", imageAlt: "Expert planning" }, { id: 2, - title: "Local Guides", description: "Experience destinations through the eyes of knowledgeable locals who share insider tips and authentic cultural insights.", imageSrc: "http://img.b2bpic.net/free-photo/group-people-hiking-mountains-schlern-rosengarten-nature-park-italy_181624-13523.jpg", imageAlt: "Local guides" + title: "Local Guides", description: "Experience destinations through the eyes of knowledgeable locals who share insider tips and authentic cultural insights.", imageSrc: "http://img.b2bpic.net/free-photo/group-people-hiking-mountains-schlern-rosengarten-nature-park-italy_181624-13523.jpg?_wi=2", imageAlt: "Local guides" }, { id: 3, - title: "Premium Accommodations", description: "Stay at carefully selected hotels and resorts that offer comfort, charm, and unforgettable experiences.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-elephants-south-africa_181624-53195.jpg", imageAlt: "Luxury accommodations" + title: "Premium Accommodations", description: "Stay at carefully selected hotels and resorts that offer comfort, charm, and unforgettable experiences.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-elephants-south-africa_181624-53195.jpg?_wi=2", imageAlt: "Luxury accommodations" }, { id: 4, - title: "24/7 Support", description: "Our dedicated support team is always available to assist with any questions or unexpected needs during your journey.", imageSrc: "http://img.b2bpic.net/free-photo/shadow-fighting-giraffes-bushy-land-daytime_181624-37824.jpg", imageAlt: "Customer support" + title: "24/7 Support", description: "Our dedicated support team is always available to assist with any questions or unexpected needs during your journey.", imageSrc: "http://img.b2bpic.net/free-photo/shadow-fighting-giraffes-bushy-land-daytime_181624-37824.jpg?_wi=2", imageAlt: "Customer support" } ]} />