Merge version_1 into main #3
@@ -75,11 +75,11 @@ export default function PackagesPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Mountain Adventure Trek", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1303-10814.jpg", imageAlt: "Mountain hiking adventure"},
|
||||
id: "1", name: "Mountain Adventure Trek", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1303-10814.jpg?_wi=3", imageAlt: "Mountain hiking adventure"},
|
||||
{
|
||||
id: "2", name: "Tropical Beach Paradise", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-their-sunny-holiday_23-2149283989.jpg", imageAlt: "Beach resort getaway"},
|
||||
id: "2", name: "Tropical Beach Paradise", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-their-sunny-holiday_23-2149283989.jpg?_wi=3", imageAlt: "Beach resort getaway"},
|
||||
{
|
||||
id: "3", name: "Urban City Explorer", price: "$699", imageSrc: "http://img.b2bpic.net/free-photo/two-female-tourists-are-standing-middle-narrow-street-look-sights-map_613910-5633.jpg", imageAlt: "Urban city exploration"},
|
||||
id: "3", name: "Urban City Explorer", price: "$699", imageSrc: "http://img.b2bpic.net/free-photo/two-female-tourists-are-standing-middle-narrow-street-look-sights-map_613910-5633.jpg?_wi=3", imageAlt: "Urban city exploration"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -56,13 +56,13 @@ export default function HomePage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-rich-caucasian-woman-classic-jumpsuit-with-red-lipstick-by-hammock-vacation-outside-villa-hotel_343596-554.jpg", imageAlt: "Tropical paradise beach"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1303-10814.jpg", imageAlt: "Mountain hiking adventure"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1303-10814.jpg?_wi=1", imageAlt: "Mountain hiking adventure"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lake-lucerne-switzerland_181624-24450.jpg", imageAlt: "Alpine mountain landscape"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-their-sunny-holiday_23-2149283989.jpg", imageAlt: "Beach resort getaway"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-their-sunny-holiday_23-2149283989.jpg?_wi=1", imageAlt: "Beach resort getaway"
|
||||
}
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
@@ -76,7 +76,7 @@ export default function HomePage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/berg-snow-blue-lagoon-cold_1232-4507.jpg", imageAlt: "Arctic glacier landscape"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-tourists-are-standing-middle-narrow-street-look-sights-map_613910-5633.jpg", imageAlt: "Urban city exploration"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-tourists-are-standing-middle-narrow-street-look-sights-map_613910-5633.jpg?_wi=1", imageAlt: "Urban city exploration"
|
||||
}
|
||||
]}
|
||||
carouselPosition="right"
|
||||
@@ -93,13 +93,13 @@ export default function HomePage() {
|
||||
<ProductCardOne
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Mountain Adventure Trek", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1303-10814.jpg", imageAlt: "Mountain hiking adventure"
|
||||
id: "1", name: "Mountain Adventure Trek", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1303-10814.jpg?_wi=2", imageAlt: "Mountain hiking adventure"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Tropical Beach Paradise", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-their-sunny-holiday_23-2149283989.jpg", imageAlt: "Beach resort getaway"
|
||||
id: "2", name: "Tropical Beach Paradise", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-their-sunny-holiday_23-2149283989.jpg?_wi=2", imageAlt: "Beach resort getaway"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Urban City Explorer", price: "$699", imageSrc: "http://img.b2bpic.net/free-photo/two-female-tourists-are-standing-middle-narrow-street-look-sights-map_613910-5633.jpg", imageAlt: "Urban city exploration"
|
||||
id: "3", name: "Urban City Explorer", price: "$699", imageSrc: "http://img.b2bpic.net/free-photo/two-female-tourists-are-standing-middle-narrow-street-look-sights-map_613910-5633.jpg?_wi=2", imageAlt: "Urban city exploration"
|
||||
}
|
||||
]}
|
||||
title="Featured Travel Packages"
|
||||
|
||||
Reference in New Issue
Block a user