Update src/app/destinations/page.tsx

This commit is contained in:
2026-03-08 10:43:27 +00:00
parent 4fa5c6540a
commit a60ff4cba1

View File

@@ -84,42 +84,42 @@ export default function DestinationsPage() {
id: "1",
name: "Bali, Indonesia",
price: "From $899",
imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair_74190-1674.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair_74190-1674.jpg?_wi=2",
imageAlt: "Tropical beaches of Bali",
},
{
id: "2",
name: "Paris, France",
price: "From $1,299",
imageSrc: "http://img.b2bpic.net/free-psd/magnificent-eiffel-tower-paris-france_191095-81558.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/magnificent-eiffel-tower-paris-france_191095-81558.jpg?_wi=2",
imageAlt: "Iconic Eiffel Tower views",
},
{
id: "3",
name: "Tokyo, Japan",
price: "From $1,099",
imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091994.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091994.jpg?_wi=2",
imageAlt: "Vibrant Tokyo cityscape",
},
{
id: "4",
name: "Santorini, Greece",
price: "From $1,199",
imageSrc: "http://img.b2bpic.net/free-photo/nature-landscape-with-beach-view_23-2151682987.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/nature-landscape-with-beach-view_23-2151682987.jpg?_wi=2",
imageAlt: "White cliffs of Santorini",
},
{
id: "5",
name: "New York, USA",
price: "From $799",
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-panorama_649448-1020.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-panorama_649448-1020.jpg?_wi=2",
imageAlt: "Manhattan skyline",
},
{
id: "6",
name: "Dubai, UAE",
price: "From $949",
imageSrc: "http://img.b2bpic.net/free-photo/shanghai-night_649448-3275.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shanghai-night_649448-3275.jpg?_wi=2",
imageAlt: "Modern Dubai architecture",
},
]}
@@ -144,7 +144,7 @@ export default function DestinationsPage() {
"Bali exceeded all my expectations. Wanderly's destination guides helped me plan activities I would have never found on my own. Incredible value!",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg",
"http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg?_wi=2",
imageAlt: "Sarah Martinez profile",
},
{
@@ -155,7 +155,7 @@ export default function DestinationsPage() {
"Paris has always been on my bucket list. With Wanderly's recommendations, I experienced the city like a local, not a tourist. Absolutely worth it.",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg",
"http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg?_wi=2",
imageAlt: "James Chen profile",
},
{
@@ -166,7 +166,7 @@ export default function DestinationsPage() {
"Tokyo is a marvel of modern and traditional culture. Wanderly's platform made navigating this amazing city so easy. Recommend to every first-time visitor!",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-handsome-young-man-close-up-street_1321-25.jpg",
"http://img.b2bpic.net/free-photo/portrait-handsome-young-man-close-up-street_1321-25.jpg?_wi=2",
imageAlt: "Emma Thompson profile",
},
]}