Update src/app/destinations/page.tsx
This commit is contained in:
@@ -53,7 +53,7 @@ export default function DestinationsPage() {
|
||||
id: "paris",
|
||||
name: "Paris, France",
|
||||
price: "From $1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blissful-girl-casual-clothes-sitting-roof-touching-her-hat_197531-6969.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blissful-girl-casual-clothes-sitting-roof-touching-her-hat_197531-6969.jpg?_wi=2",
|
||||
imageAlt: "Eiffel Tower Paris cityscape iconic",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -61,7 +61,7 @@ export default function DestinationsPage() {
|
||||
id: "tokyo",
|
||||
name: "Tokyo, Japan",
|
||||
price: "From $1,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japan-city-night-with-people-street_23-2148942974.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japan-city-night-with-people-street_23-2148942974.jpg?_wi=2",
|
||||
imageAlt: "Tokyo metropolitan area neon lights skyline",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -69,7 +69,7 @@ export default function DestinationsPage() {
|
||||
id: "bali",
|
||||
name: "Bali, Indonesia",
|
||||
price: "From $899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-photographer-traveler-with-camera-edge-cliff-takes-pictures-nature_1321-2684.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-photographer-traveler-with-camera-edge-cliff-takes-pictures-nature_1321-2684.jpg?_wi=2",
|
||||
imageAlt: "Bali beach tropical resort paradise",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -77,7 +77,7 @@ export default function DestinationsPage() {
|
||||
id: "rome",
|
||||
name: "Rome, Italy",
|
||||
price: "From $1,149",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gothic-brick-tower-with-tall-window-dramatic-architecture-angle_169016-70801.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gothic-brick-tower-with-tall-window-dramatic-architecture-angle_169016-70801.jpg?_wi=2",
|
||||
imageAlt: "Historic Rome architecture and monuments",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -85,7 +85,7 @@ export default function DestinationsPage() {
|
||||
id: "dubai",
|
||||
name: "Dubai, UAE",
|
||||
price: "From $1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wave-sandstone-rock-formations-arizona-united-states_181624-41873.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wave-sandstone-rock-formations-arizona-united-states_181624-41873.jpg?_wi=2",
|
||||
imageAlt: "Dubai luxury cityscape and skyline",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -93,7 +93,7 @@ export default function DestinationsPage() {
|
||||
id: "newzealand",
|
||||
name: "New Zealand",
|
||||
price: "From $1,599",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-shot-early-morning-italian-alps_181624-8140.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-shot-early-morning-italian-alps_181624-8140.jpg?_wi=2",
|
||||
imageAlt: "New Zealand mountain and nature landscapes",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -119,7 +119,7 @@ export default function DestinationsPage() {
|
||||
name: "Sarah Mitchell",
|
||||
handle: "@sarahtravels",
|
||||
testimonial: "Paris exceeded all my expectations! The romantic streets and world-class museums made it an unforgettable trip.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-hiking-mountains-making-photo_1303-11177.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-hiking-mountains-making-photo_1303-11177.jpg?_wi=2",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
{
|
||||
@@ -127,7 +127,7 @@ export default function DestinationsPage() {
|
||||
name: "James Chen",
|
||||
handle: "@jamesexplores",
|
||||
testimonial: "Tokyo's blend of tradition and innovation was mind-blowing. The food alone was worth the entire trip!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trekker-warm-clothing-takes-sweeping-mountain-scenic-view_482257-119395.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trekker-warm-clothing-takes-sweeping-mountain-scenic-view_482257-119395.jpg?_wi=2",
|
||||
imageAlt: "James Chen",
|
||||
},
|
||||
{
|
||||
@@ -135,7 +135,7 @@ export default function DestinationsPage() {
|
||||
name: "Maria Rodriguez",
|
||||
handle: "@maria_adventures",
|
||||
testimonial: "Bali is a slice of paradise. The beaches, temples, and people made this the best vacation of my life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-around-world_23-2148195152.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-around-world_23-2148195152.jpg?_wi=2",
|
||||
imageAlt: "Maria Rodriguez",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user