Merge version_1 into main #2
200
src/app/page.tsx
200
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Packages",
|
||||
id: "products",
|
||||
},
|
||||
name: "Packages", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="TravelExpert"
|
||||
/>
|
||||
@@ -57,38 +47,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Your Perfect Trip, Expertly Planned"
|
||||
description="Discover handpicked destinations and seamless booking. Let our travel experts handle the details so you can focus on adventure."
|
||||
tag="Travel with Confidence"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Packages",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Packages", href: "#products"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8220.jpg",
|
||||
imageAlt: "Tropical vacation resort",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8220.jpg", imageAlt: "Tropical vacation resort"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-hill-with-trees-near-mountain-blue-sky-daytime_181624-3355.jpg",
|
||||
imageAlt: "Adventure travel mountains",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/magical-winter-landscape_23-2151911765.jpg?_wi=1",
|
||||
imageAlt: "Luxury mountain ski lodge",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crossroad-car-safari-scene_23-2151822324.jpg?_wi=1",
|
||||
imageAlt: "Safari adventure landscape",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-sea-with-single-boat-sailing-sunset_181624-45047.jpg?_wi=1",
|
||||
imageAlt: "Luxury cruise ocean view",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-hill-with-trees-near-mountain-blue-sky-daytime_181624-3355.jpg", imageAlt: "Adventure travel mountains"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -103,9 +74,7 @@ export default function LandingPage() {
|
||||
title="Crafting unforgettable memories for over a decade"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,59 +87,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Luxury",
|
||||
name: "Maldives Paradise",
|
||||
price: "$2,499",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-beautiful-water-villa-maldives-island-travel-vacation-outdoor-shot_1232-4461.jpg",
|
||||
},
|
||||
id: "1", brand: "Luxury", name: "Maldives Paradise", price: "$2,499", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-beautiful-water-villa-maldives-island-travel-vacation-outdoor-shot_1232-4461.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Cultural",
|
||||
name: "Parisian Escape",
|
||||
price: "$1,899",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-walking-together_23-2149249289.jpg",
|
||||
},
|
||||
id: "2", brand: "Cultural", name: "Parisian Escape", price: "$1,899", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-walking-together_23-2149249289.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Adventure",
|
||||
name: "Alps Winter Peak",
|
||||
price: "$2,100",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/magical-winter-landscape_23-2151911765.jpg?_wi=2",
|
||||
},
|
||||
id: "3", brand: "Adventure", name: "Alps Winter Peak", price: "$2,100", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/magical-winter-landscape_23-2151911765.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Safari",
|
||||
name: "Savanna Expedition",
|
||||
price: "$3,200",
|
||||
rating: 5,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crossroad-car-safari-scene_23-2151822324.jpg?_wi=2",
|
||||
},
|
||||
id: "4", brand: "Safari", name: "Savanna Expedition", price: "$3,200", rating: 5,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/crossroad-car-safari-scene_23-2151822324.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Relaxing",
|
||||
name: "Kyoto Zen Retreat",
|
||||
price: "$1,950",
|
||||
rating: 4,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buddha-statue-ayutthaya-historical-park-wat-chaiwatthanaram-buddhist-temple-thailand_335224-1011.jpg",
|
||||
},
|
||||
id: "5", brand: "Relaxing", name: "Kyoto Zen Retreat", price: "$1,950", rating: 4,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/buddha-statue-ayutthaya-historical-park-wat-chaiwatthanaram-buddhist-temple-thailand_335224-1011.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Premium",
|
||||
name: "Ocean Cruise Voyage",
|
||||
price: "$2,800",
|
||||
rating: 5,
|
||||
reviewCount: "140",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-sea-with-single-boat-sailing-sunset_181624-45047.jpg?_wi=2",
|
||||
},
|
||||
id: "6", brand: "Premium", name: "Ocean Cruise Voyage", price: "$2,800", rating: 5,
|
||||
reviewCount: "140", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-sea-with-single-boat-sailing-sunset_181624-45047.jpg"},
|
||||
]}
|
||||
title="Curated Travel Packages"
|
||||
description="Explore our handpicked selection of vacation experiences tailored to every travel style."
|
||||
@@ -185,25 +118,15 @@ export default function LandingPage() {
|
||||
author="Sarah Thompson"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/charming-woman-looks-into-camera-smiles-caucasian-short-haired-lady-black-jacket-laughing-posing-isolated_197531-18517.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/charming-woman-looks-into-camera-smiles-caucasian-short-haired-lady-black-jacket-laughing-posing-isolated_197531-18517.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-tennis-player-court_329181-14408.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-tennis-player-court_329181-14408.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-female-with-bag-preparing-vacation-blue-space_140725-87817.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-female-with-bag-preparing-vacation-blue-space_140725-87817.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2873.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2873.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shallow-focus-shot-beautiful-female-smiling-camera_181624-7125.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/shallow-focus-shot-beautiful-female-smiling-camera_181624-7125.jpg", alt: "Customer"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -216,25 +139,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I book a package?",
|
||||
content: "Simply select your desired package and click 'Book Now', or contact our agents for assistance.",
|
||||
},
|
||||
id: "f1", title: "How do I book a package?", content: "Simply select your desired package and click 'Book Now', or contact our agents for assistance."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What is your refund policy?",
|
||||
content: "Our refund policy varies by destination and package type; please consult your booking confirmation.",
|
||||
},
|
||||
id: "f2", title: "What is your refund policy?", content: "Our refund policy varies by destination and package type; please consult your booking confirmation."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer group travel?",
|
||||
content: "Yes, we specialize in corporate and group travel coordination.",
|
||||
},
|
||||
id: "f3", title: "Do you offer group travel?", content: "Yes, we specialize in corporate and group travel coordination."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Are flights included?",
|
||||
content: "Most of our packages include flight options, but can be customized upon request.",
|
||||
},
|
||||
id: "f4", title: "Are flights included?", content: "Most of our packages include flight options, but can be customized upon request."},
|
||||
]}
|
||||
title="Common Travel Questions"
|
||||
description="Get answers to everything you need to know about booking with us."
|
||||
@@ -249,22 +160,14 @@ export default function LandingPage() {
|
||||
description="Send us your preferences and we'll create a customized itinerary just for you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us where you want to go!",
|
||||
required: true,
|
||||
name: "message", placeholder: "Tell us where you want to go!", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-background-receptionist-working_1203-994.jpg"
|
||||
mediaPosition="left"
|
||||
@@ -275,42 +178,27 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Story", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
label: "Help Center", href: "#"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -321,4 +209,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user