Update src/app/page.tsx
This commit is contained in:
159
src/app/page.tsx
159
src/app/page.tsx
@@ -30,24 +30,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Destinations",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Destinations", id: "features" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="SkyJourney"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,15 +46,11 @@ export default function LandingPage() {
|
||||
description="Embark on an epic adventure around the globe with our curated experiences. Let the journey begin."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Journeys",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Journeys", href: "#features"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-world-tourism-day-style_23-2148638637.jpg",
|
||||
imageAlt: "A plane flying across the globe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-world-tourism-day-style_23-2148638637.jpg", imageAlt: "A plane flying across the globe"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -75,9 +60,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Art of Travel, Redefined.",
|
||||
},
|
||||
type: "text", content: "The Art of Travel, Redefined."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -90,20 +73,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Beach Resorts",
|
||||
description: "Relax in the finest luxury beachfront villas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-ocean-beach_74190-6853.jpg?_wi=1",
|
||||
},
|
||||
title: "Beach Resorts", description: "Relax in the finest luxury beachfront villas.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-ocean-beach_74190-6853.jpg"},
|
||||
{
|
||||
title: "Alpine Retreats",
|
||||
description: "Experience serenity in exclusive mountain cabins.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snow-covered-houses_198169-209.jpg?_wi=1",
|
||||
},
|
||||
title: "Alpine Retreats", description: "Experience serenity in exclusive mountain cabins.", imageSrc: "http://img.b2bpic.net/free-photo/snow-covered-houses_198169-209.jpg"},
|
||||
{
|
||||
title: "City Wonders",
|
||||
description: "Immerse yourself in history and architectural beauty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picturesque-view-old-catalan-town_1398-3240.jpg?_wi=1",
|
||||
},
|
||||
title: "City Wonders", description: "Immerse yourself in history and architectural beauty.", imageSrc: "http://img.b2bpic.net/free-photo/picturesque-view-old-catalan-town_1398-3240.jpg"},
|
||||
]}
|
||||
title="Unforgettable Destinations"
|
||||
description="From pristine beaches to snowy peaks, we design your perfect trip."
|
||||
@@ -117,37 +91,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Selection",
|
||||
description: "Choose your ideal adventure path.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-travelling-set_23-2148043605.jpg?_wi=1",
|
||||
},
|
||||
id: 1,
|
||||
title: "Selection", description: "Choose your ideal adventure path.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-travelling-set_23-2148043605.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-travelling-set_23-2148043605.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-travelling-set_23-2148043605.jpg"},
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Passport Ready",
|
||||
description: "Handle all documentation with ease.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/map-other-travel-elements-set-flat-design_23-2147644098.jpg?_wi=1",
|
||||
},
|
||||
id: 2,
|
||||
title: "Passport Ready", description: "Handle all documentation with ease.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/map-other-travel-elements-set-flat-design_23-2147644098.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/map-other-travel-elements-set-flat-design_23-2147644098.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/map-other-travel-elements-set-flat-design_23-2147644098.jpg"},
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Flight Takeoff",
|
||||
description: "The journey starts the moment you fly.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_23-2148426149.jpg?_wi=1",
|
||||
},
|
||||
id: 3,
|
||||
title: "Flight Takeoff", description: "The journey starts the moment you fly.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_23-2148426149.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_23-2148426149.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_23-2148426149.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -163,26 +125,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Tailored Trips",
|
||||
description: "Made exactly for you.",
|
||||
tag: "Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-ocean-beach_74190-6853.jpg?_wi=2",
|
||||
},
|
||||
id: "1", title: "Tailored Trips", description: "Made exactly for you.", tag: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-ocean-beach_74190-6853.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Global Access",
|
||||
description: "Reach the unreachable.",
|
||||
tag: "Elite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snow-covered-houses_198169-209.jpg?_wi=2",
|
||||
},
|
||||
id: "2", title: "Global Access", description: "Reach the unreachable.", tag: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/snow-covered-houses_198169-209.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Cultural Depth",
|
||||
description: "Local secrets revealed.",
|
||||
tag: "Authentic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picturesque-view-old-catalan-town_1398-3240.jpg?_wi=2",
|
||||
},
|
||||
id: "3", title: "Cultural Depth", description: "Local secrets revealed.", tag: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/picturesque-view-old-catalan-town_1398-3240.jpg"},
|
||||
]}
|
||||
title="Expertly Guided Trips"
|
||||
description="Professional guidance for every step of your travel journey."
|
||||
@@ -195,45 +142,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Emma R.",
|
||||
date: "Jan 2025",
|
||||
title: "Perfect trip",
|
||||
quote: "The most seamless travel experience ever.",
|
||||
tag: "Luxury",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2148601985.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-backpack_23-2150170386.jpg",
|
||||
},
|
||||
id: "1", name: "Emma R.", date: "Jan 2025", title: "Perfect trip", quote: "The most seamless travel experience ever.", tag: "Luxury", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2148601985.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-backpack_23-2150170386.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Liam T.",
|
||||
date: "Feb 2025",
|
||||
title: "Amazing guide",
|
||||
quote: "Loved every minute of the mountain hiking.",
|
||||
tag: "Adventure",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-female-photographer-exploring-city-with-her-camera_23-2149186649.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-rock_23-2147770978.jpg",
|
||||
},
|
||||
id: "2", name: "Liam T.", date: "Feb 2025", title: "Amazing guide", quote: "Loved every minute of the mountain hiking.", tag: "Adventure", avatarSrc: "http://img.b2bpic.net/free-photo/young-female-photographer-exploring-city-with-her-camera_23-2149186649.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-rock_23-2147770978.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia L.",
|
||||
date: "Mar 2025",
|
||||
title: "City tour legend",
|
||||
quote: "The city secrets provided were invaluable.",
|
||||
tag: "Culture",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/people-taking-part-sustainable-travel-movement_23-2151049535.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-young-friends-spending-good-time-together-having-conversation-while-sitting-with-sea-space_58466-12017.jpg",
|
||||
},
|
||||
id: "3", name: "Sophia L.", date: "Mar 2025", title: "City tour legend", quote: "The city secrets provided were invaluable.", tag: "Culture", avatarSrc: "http://img.b2bpic.net/free-photo/people-taking-part-sustainable-travel-movement_23-2151049535.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-young-friends-spending-good-time-together-having-conversation-while-sitting-with-sea-space_58466-12017.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Noah M.",
|
||||
date: "Apr 2025",
|
||||
title: "So authentic",
|
||||
quote: "Everything felt local, genuine, and unique.",
|
||||
tag: "Local",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/surprised-young-traveler-man-holding-suitcase-keeping-hand-open-isolated-pink-wall-with-copy-space_141793-119796.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-coffee-shop_23-2148263257.jpg",
|
||||
},
|
||||
id: "4", name: "Noah M.", date: "Apr 2025", title: "So authentic", quote: "Everything felt local, genuine, and unique.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/surprised-young-traveler-man-holding-suitcase-keeping-hand-open-isolated-pink-wall-with-copy-space_141793-119796.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-coffee-shop_23-2148263257.jpg"},
|
||||
]}
|
||||
title="Words From Fellow Explorers"
|
||||
description="See why thousands trust SkyJourney for their adventures."
|
||||
@@ -247,20 +162,12 @@ export default function LandingPage() {
|
||||
description="Ready to take flight? Send us an inquiry today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Your Email"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us where you want to go!",
|
||||
}}
|
||||
name: "message", placeholder: "Tell us where you want to go!"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-toy-plane-sky_23-2148256033.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user