Merge version_1 into main #2
280
src/app/page.tsx
280
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { MapPin, Users, CalendarDays } from "lucide-react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
@@ -31,24 +32,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Packages",
|
||||
id: "product",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Packages", id: "product" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Mahadev Tour & Travel"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,13 +46,8 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
logoText="Mahadev Tour & Travel"
|
||||
description="Your gateway to sacred journeys and breathtaking adventures across India. Experience professional service with spiritual comfort."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Trip",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mesmerizing-amazing-scenery-landscape-hiking-trail-with-urban-adventurer-explore-nature-wonders_346278-286.jpg?_wi=1"
|
||||
buttons={[{ text: "Book Your Trip", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mesmerizing-amazing-scenery-landscape-hiking-trail-with-urban-adventurer-explore-nature-wonders_346278-286.jpg"
|
||||
imageAlt="Travel landscape"
|
||||
/>
|
||||
</div>
|
||||
@@ -71,12 +56,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Experience India with Trusted Experts"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#features" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,26 +66,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Expertise",
|
||||
title: "Verified Guides",
|
||||
subtitle: "Knowledgeable",
|
||||
description: "Our guides are experts in local culture, history, and spiritual traditions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-world-monument-celebrate-world-heritage-day_23-2151297141.jpg?_wi=1",
|
||||
tag: "Expertise", title: "Verified Guides", subtitle: "Knowledgeable", description: "Our guides are experts in local culture, history, and spiritual traditions.", imageSrc: "http://img.b2bpic.net/free-photo/view-world-monument-celebrate-world-heritage-day_23-2151297141.jpg"
|
||||
},
|
||||
{
|
||||
tag: "Support",
|
||||
title: "24/7 Assistance",
|
||||
subtitle: "Always here",
|
||||
description: "We are available anytime you need help during your journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-around-outdoor-swimming-pool_74190-9731.jpg?_wi=1",
|
||||
tag: "Support", title: "24/7 Assistance", subtitle: "Always here", description: "We are available anytime you need help during your journey.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-around-outdoor-swimming-pool_74190-9731.jpg"
|
||||
},
|
||||
{
|
||||
tag: "Comfort",
|
||||
title: "Premium Transport",
|
||||
subtitle: "Comfort travel",
|
||||
description: "Travel in style with our well-maintained and comfortable fleets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-traveler-warm-clothing-reaches-peak-with-deep-sense-satisfaction_482257-119945.jpg?_wi=1",
|
||||
},
|
||||
tag: "Comfort", title: "Premium Transport", subtitle: "Comfort travel", description: "Travel in style with our well-maintained and comfortable fleets.", imageSrc: "http://img.b2bpic.net/free-photo/young-traveler-warm-clothing-reaches-peak-with-deep-sense-satisfaction_482257-119945.jpg"
|
||||
}
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="Premium travel services tailored for your unique spiritual and leisure needs."
|
||||
@@ -119,48 +87,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Varanasi Spiritual Tour",
|
||||
price: "₹15,000",
|
||||
variant: "Spiritual",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-vibrant-indian-landscape_23-2151893899.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Goa Leisure Package",
|
||||
price: "₹25,000",
|
||||
variant: "Leisure",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-outdoor-swimming-pool-hotel-resort-with-sea-ocean-view_74190-9008.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Himalayan Trekking",
|
||||
price: "₹30,000",
|
||||
variant: "Adventure",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-with-backpack-standing-cliff-enjoying-view-surrounded-by-mountain-shot-from_181624-2747.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Rajasthan Cultural Tour",
|
||||
price: "₹45,000",
|
||||
variant: "Cultural",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analog-camera_1122-2786.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Desert Safari Jaisalmer",
|
||||
price: "₹20,000",
|
||||
variant: "Adventure",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tourist-camel_23-2148129851.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Kerala Backwater Stay",
|
||||
price: "₹35,000",
|
||||
variant: "Luxury",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/umbrella-deck-chair-around-outdoor-swimming-pool-hotel-resort-with-sea-ocean-beach-coconut-palm-tree_74190-14082.jpg",
|
||||
},
|
||||
{ id: "1", name: "Varanasi Spiritual Tour", price: "₹15,000", variant: "Spiritual", imageSrc: "http://img.b2bpic.net/free-photo/colorful-vibrant-indian-landscape_23-2151893899.jpg" },
|
||||
{ id: "2", name: "Goa Leisure Package", price: "₹25,000", variant: "Leisure", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-outdoor-swimming-pool-hotel-resort-with-sea-ocean-view_74190-9008.jpg" },
|
||||
{ id: "3", name: "Himalayan Trekking", price: "₹30,000", variant: "Adventure", imageSrc: "http://img.b2bpic.net/free-photo/male-with-backpack-standing-cliff-enjoying-view-surrounded-by-mountain-shot-from_181624-2747.jpg" }
|
||||
]}
|
||||
title="Featured Travel Packages"
|
||||
description="Explore curated itineraries designed for memorable experiences."
|
||||
@@ -174,55 +103,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "Budget Saver",
|
||||
price: "₹9,999",
|
||||
period: "per person",
|
||||
features: [
|
||||
"Hotel stay",
|
||||
"Bus transport",
|
||||
"Breakfast included",
|
||||
],
|
||||
button: {
|
||||
text: "Select",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-office-travel-agency_23-2150433329.jpg?_wi=1",
|
||||
imageAlt: "professional travel planning office",
|
||||
id: "p1", title: "Budget Saver", price: "₹9,999", period: "per person", features: ["Hotel stay", "Bus transport", "Breakfast included"],
|
||||
button: { text: "Select" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-office-travel-agency_23-2150433329.jpg", imageAlt: "professional travel planning office"
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
title: "Comfort Plus",
|
||||
price: "₹24,999",
|
||||
period: "per person",
|
||||
features: [
|
||||
"3-star hotels",
|
||||
"Private cab",
|
||||
"All meals",
|
||||
"Guide included",
|
||||
],
|
||||
button: {
|
||||
text: "Select",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-amazing-scenery-landscape-hiking-trail-with-urban-adventurer-explore-nature-wonders_346278-286.jpg?_wi=2",
|
||||
imageAlt: "professional travel planning office",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
title: "Luxury VIP",
|
||||
price: "₹59,999",
|
||||
period: "per person",
|
||||
features: [
|
||||
"5-star resorts",
|
||||
"Flight support",
|
||||
"Private tours",
|
||||
"Concierge",
|
||||
],
|
||||
button: {
|
||||
text: "Select",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-world-monument-celebrate-world-heritage-day_23-2151297141.jpg?_wi=2",
|
||||
imageAlt: "professional travel planning office",
|
||||
},
|
||||
id: "p2", title: "Comfort Plus", price: "₹24,999", period: "per person", features: ["3-star hotels", "Private cab", "All meals", "Guide included"],
|
||||
button: { text: "Select" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-amazing-scenery-landscape-hiking-trail-with-urban-adventurer-explore-nature-wonders_346278-286.jpg", imageAlt: "professional travel planning office"
|
||||
}
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
description="Choose the level of comfort and service that fits your journey."
|
||||
@@ -235,21 +124,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Happy Travelers",
|
||||
value: "10,000+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Destinations Covered",
|
||||
value: "50+",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Years Experience",
|
||||
value: "15",
|
||||
},
|
||||
{ id: "m1", title: "Happy Travelers", value: "10,000+", icon: Users },
|
||||
{ id: "m2", title: "Destinations Covered", value: "50+", icon: MapPin },
|
||||
{ id: "m3", title: "Years Experience", value: "15", icon: CalendarDays }
|
||||
]}
|
||||
title="Why Travelers Trust Us"
|
||||
description="Our numbers speak for themselves."
|
||||
@@ -262,60 +139,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Amit Sharma",
|
||||
date: "Oct 2023",
|
||||
title: "Excellent Service",
|
||||
quote: "Mahadev Tour made our Varanasi trip incredibly easy and spiritual.",
|
||||
tag: "Spiritual",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/lovely-woman-smiling-selfie_23-2148631389.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-amazing-scenery-landscape-hiking-trail-with-urban-adventurer-explore-nature-wonders_346278-286.jpg?_wi=3",
|
||||
imageAlt: "happy tourist traveler smiling",
|
||||
id: "t1", name: "Amit Sharma", date: "Oct 2023", title: "Excellent Service", quote: "Mahadev Tour made our Varanasi trip incredibly easy and spiritual.", tag: "Spiritual", avatarSrc: "http://img.b2bpic.net/free-photo/lovely-woman-smiling-selfie_23-2148631389.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-amazing-scenery-landscape-hiking-trail-with-urban-adventurer-explore-nature-wonders_346278-286.jpg"
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Priya Verma",
|
||||
date: "Sep 2023",
|
||||
title: "Fun Vacation",
|
||||
quote: "The Goa package was perfectly organized. Had a great time!",
|
||||
tag: "Leisure",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-binoculars-street_23-2147654268.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-office-travel-agency_23-2150433329.jpg?_wi=2",
|
||||
imageAlt: "happy tourist traveler smiling",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Rahul Gupta",
|
||||
date: "Aug 2023",
|
||||
title: "Adventure Filled",
|
||||
quote: "Trekking in the Himalayas was a dream come true, very safe.",
|
||||
tag: "Adventure",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-woman-sunglasses-man-white-tee-smiles-takes-selfie-near-airport_197531-23097.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-world-monument-celebrate-world-heritage-day_23-2151297141.jpg?_wi=3",
|
||||
imageAlt: "happy tourist traveler smiling",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sunita Rao",
|
||||
date: "Jul 2023",
|
||||
title: "Heritage Tour",
|
||||
quote: "The Rajasthan cultural tour was educational and very well planned.",
|
||||
tag: "Cultural",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/ginger-woman-traveling-mountains-tourist-summer-vacation_285396-3654.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-around-outdoor-swimming-pool_74190-9731.jpg?_wi=2",
|
||||
imageAlt: "happy tourist traveler smiling",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Vikram Singh",
|
||||
date: "Jun 2023",
|
||||
title: "Luxury Stay",
|
||||
quote: "The Kerala stay was truly peaceful and luxurious. High quality.",
|
||||
tag: "Luxury",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/older-man-with-binoculars-backpack-exploring-nature_23-2148641946.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-traveler-warm-clothing-reaches-peak-with-deep-sense-satisfaction_482257-119945.jpg?_wi=2",
|
||||
imageAlt: "happy tourist traveler smiling",
|
||||
},
|
||||
id: "t2", name: "Priya Verma", date: "Sep 2023", title: "Fun Vacation", quote: "The Goa package was perfectly organized. Had a great time!", tag: "Leisure", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-binoculars-street_23-2147654268.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-office-travel-agency_23-2150433329.jpg"
|
||||
}
|
||||
]}
|
||||
title="Traveler Experiences"
|
||||
description="What our customers are saying about us."
|
||||
@@ -325,16 +153,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready for your next journey? Get in touch with us today and plan your perfect trip."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -343,39 +164,12 @@ export default function LandingPage() {
|
||||
logoText="Mahadev Tour & Travel"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Packages",
|
||||
href: "#product",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Bookings",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Links", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Services", href: "#features" },
|
||||
{ label: "Packages", href: "#product" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Mahadev Tour & Travel"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user