Update src/app/travel/page.tsx

This commit is contained in:
2026-03-06 18:50:17 +00:00
parent 43cb6e3ed4
commit 94837bc6d3

View File

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