Merge version_1 into main #3
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Rediscover the Art of Travel"
|
||||
description="Exclusive journeys curated for the discerning traveler. Escape to extraordinary destinations with unparalleled luxury."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-man-hoodie-stands-top-hiking-trail-mountain_346278-278.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-man-hoodie-stands-top-hiking-trail-mountain_346278-278.jpg?_wi=1"
|
||||
imageAlt="Luxury travel landscape"
|
||||
showDimOverlay={true}
|
||||
buttons={[
|
||||
@@ -59,18 +59,18 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Private Getaways", description: "Isolated retreats tailored to your desires.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/friends-congratulating_23-2147640649.jpg", imageAlt: "Luxury room" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/friends-congratulating_23-2147640649.jpg", imageAlt: "Luxury room details" }
|
||||
title: "Private Getaways", description: "Isolated retreats tailored to your desires.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/friends-congratulating_23-2147640649.jpg?_wi=1", imageAlt: "Luxury room" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/friends-congratulating_23-2147640649.jpg?_wi=2", imageAlt: "Luxury room details" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Exclusive Access", description: "Enter where others simply glance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-influencer-shares-his-hiking-journey-through-vlog-with-drone_482257-120369.jpg", imageAlt: "Private yacht" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-influencer-shares-his-hiking-journey-through-vlog-with-drone_482257-120369.jpg", imageAlt: "Yacht deck" }
|
||||
title: "Exclusive Access", description: "Enter where others simply glance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-influencer-shares-his-hiking-journey-through-vlog-with-drone_482257-120369.jpg?_wi=1", imageAlt: "Private yacht" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-influencer-shares-his-hiking-journey-through-vlog-with-drone_482257-120369.jpg?_wi=2", imageAlt: "Yacht deck" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Tailored Itineraries", description: "Designed by experts just for you.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/friends-congratulating_23-2147640649.jpg", imageAlt: "Tailored planning" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/friends-congratulating_23-2147640649.jpg", imageAlt: "Detailed schedule" }
|
||||
title: "Tailored Itineraries", description: "Designed by experts just for you.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/friends-congratulating_23-2147640649.jpg?_wi=3", imageAlt: "Tailored planning" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/friends-congratulating_23-2147640649.jpg?_wi=4", imageAlt: "Detailed schedule" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -128,7 +128,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-man-hoodie-stands-top-hiking-trail-mountain_346278-278.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-man-hoodie-stands-top-hiking-trail-mountain_346278-278.jpg?_wi=2"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Destinations", items: [{ label: "Europe", href: "#" }, { label: "Asia", href: "#" }] },
|
||||
|
||||
Reference in New Issue
Block a user