From 94837bc6d3b21f6271a99b72bc8ea0bc2fbd01ff Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:50:17 +0000 Subject: [PATCH] Update src/app/travel/page.tsx --- src/app/travel/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/travel/page.tsx b/src/app/travel/page.tsx index 5e7a5ca..cdd82f5 100644 --- a/src/app/travel/page.tsx +++ b/src/app/travel/page.tsx @@ -68,7 +68,7 @@ export default function TravelPage() { name: "Beach Paradise Getaway", price: "Starting $299/person", variant: "Group Tours • 7 Days • All-Inclusive", - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-selfie-near-red-car_23-2148039031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-taking-selfie-near-red-car_23-2148039031.jpg?_wi=2", imageAlt: "Beach destination", }, { @@ -76,7 +76,7 @@ export default function TravelPage() { name: "Mountain Adventure Quest", price: "From $199/person", variant: "Hiking • Camping • Nature Tours", - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-selfie-near-red-car_23-2148039031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-taking-selfie-near-red-car_23-2148039031.jpg?_wi=3", imageAlt: "Mountain adventure", }, { @@ -84,7 +84,7 @@ export default function TravelPage() { name: "City Culture Exploration", price: "Weekend Packages $149", variant: "Museums • Food • Shopping • Nightlife", - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-selfie-near-red-car_23-2148039031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-taking-selfie-near-red-car_23-2148039031.jpg?_wi=4", imageAlt: "City travel experience", }, { @@ -92,7 +92,7 @@ export default function TravelPage() { name: "International Teen Tour", price: "From $899 w/ Flights", variant: "Europe • Asia • Latin America", - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-selfie-near-red-car_23-2148039031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-taking-selfie-near-red-car_23-2148039031.jpg?_wi=5", imageAlt: "International destination", }, ]}