Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b62cfec7f | |||
| 5172f09a22 | |||
| efd7da55a1 |
@@ -65,22 +65,23 @@ export default function LandingPage() {
|
||||
description="Choose exactly how you want to experience your perfect ski vacation"
|
||||
products={[
|
||||
{
|
||||
id: "regions", name: "Regions", price: "20+ destinations", imageSrc: "http://img.b2bpic.net/free-photo/landscape-ropeways-surrounded-by-hills-forests-covered-snow-blue-sky_181624-39788.jpg?_wi=1", imageAlt: "Featured ski regions worldwide"
|
||||
id: "regions", name: "Regions: Alpine, Powder & Resort", price: "20+ destinations", imageSrc: "http://img.b2bpic.net/free-photo/landscape-ropeways-surrounded-by-hills-forests-covered-snow-blue-sky_181624-39788.jpg?_wi=1", imageAlt: "Featured ski regions worldwide"
|
||||
},
|
||||
{
|
||||
id: "lodging", name: "Lodging", price: "Luxury accommodations", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263619.jpg", imageAlt: "Premium mountain lodging"
|
||||
id: "lodging", name: "Lodging: 5-Star Mountain Retreats", price: "Luxury accommodations", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263619.jpg", imageAlt: "Premium mountain lodging"
|
||||
},
|
||||
{
|
||||
id: "resorts", name: "Resorts", price: "Top-tier resorts", imageSrc: "http://img.b2bpic.net/free-photo/chair-lift-french-mountain-europe_268835-3582.jpg", imageAlt: "World-class ski resorts"
|
||||
id: "resorts", name: "Resorts: Iconic & Exclusive", price: "Top-tier resorts", imageSrc: "http://img.b2bpic.net/free-photo/chair-lift-french-mountain-europe_268835-3582.jpg", imageAlt: "World-class ski resorts"
|
||||
},
|
||||
{
|
||||
id: "passes", name: "Passes", price: "All-inclusive packages", imageSrc: "http://img.b2bpic.net/free-vector/winter-sport-banners_23-2148008618.jpg", imageAlt: "Comprehensive ski pass options"
|
||||
id: "passes", name: "Passes: Unlimited Mountain Access", price: "All-inclusive packages", imageSrc: "http://img.b2bpic.net/free-vector/winter-sport-banners_23-2148008618.jpg", imageAlt: "Comprehensive ski pass options"
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
cardNameClassName="text-sm font-semibold text-gray-800"
|
||||
buttons={[{ text: "Book here", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user