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", }, ]}