1 Commits

Author SHA1 Message Date
c4cb7f9abb Update src/app/page.tsx 2026-04-02 12:31:09 +00:00

View File

@@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Globe, Leaf, Phone } from "lucide-react";
import { Globe, Leaf, Phone, Mail } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Destinations",
id: "products",
},
name: "Destinations", id: "products"},
{
name: "Why Us",
id: "features",
},
name: "Why Us", id: "features"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="M&Y Tour & Travels"
/>
@@ -57,72 +47,45 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Explore the World with M&Y Travels"
description="From towering mountain ranges to tranquil sandy beaches, we curate unforgettable journeys tailored just for you."
kpis={[
{
value: "50+",
label: "Destinations",
},
value: "50+", label: "Destinations"},
{
value: "10k+",
label: "Happy Travelers",
},
value: "10k+", label: "Happy Travelers"},
{
value: "15+",
label: "Years Experience",
},
value: "15+", label: "Years Experience"},
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-beach-view-koh-chang-island-seascape-trad-province-eastern-thailand-blue-sky-background_1150-10256.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-male-tourist-walking-with-backpack-pink-wall-color-emotion-tourist_140725-122604.jpg",
alt: "Traveler 1",
},
src: "http://img.b2bpic.net/free-photo/front-view-male-tourist-walking-with-backpack-pink-wall-color-emotion-tourist_140725-122604.jpg", alt: "Traveler 1"},
{
src: "http://img.b2bpic.net/free-photo/handsome-man-standing-front-city-building_23-2147860872.jpg",
alt: "Traveler 2",
},
src: "http://img.b2bpic.net/free-photo/handsome-man-standing-front-city-building_23-2147860872.jpg", alt: "Traveler 2"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-female-hiker-posing-rock_23-2147842555.jpg",
alt: "Traveler 3",
},
src: "http://img.b2bpic.net/free-photo/beautiful-female-hiker-posing-rock_23-2147842555.jpg", alt: "Traveler 3"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-photographer-traveler-with-camera-edge-cliff-takes-pictures-nature_1321-2691.jpg",
alt: "Traveler 4",
},
src: "http://img.b2bpic.net/free-photo/young-woman-photographer-traveler-with-camera-edge-cliff-takes-pictures-nature_1321-2691.jpg", alt: "Traveler 4"},
{
src: "http://img.b2bpic.net/free-photo/front-view-male-tourist-walking-with-backpack-pink-wall-color-emotion-tourist_140725-122604.jpg",
alt: "Traveler 5",
},
src: "http://img.b2bpic.net/free-photo/front-view-male-tourist-walking-with-backpack-pink-wall-color-emotion-tourist_140725-122604.jpg", alt: "Traveler 5"},
]}
avatarText="Trusted by 10k+ adventurers"
marqueeItems={[
{
type: "text",
text: "Adventure Awaits",
type: "text", text: "Adventure Awaits"},
{
type: "text", text: "Expertly Curated"},
{
type: "text-icon", text: "Sustainable Travel", icon: Leaf,
},
{
type: "text",
text: "Expertly Curated",
},
type: "text", text: "24/7 Support"},
{
type: "text-icon",
text: "Sustainable Travel",
icon: Leaf,
},
{
type: "text",
text: "24/7 Support",
},
{
type: "text-icon",
text: "Global Reach",
icon: Globe,
type: "text-icon", text: "Global Reach", icon: Globe,
},
]}
/>
@@ -135,22 +98,13 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Mountain Adventures",
description: "Expertly guided treks and scenic tours to the world's highest peaks.",
imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-tourists-near-lake-bottom-mountains-surrounded-with-trees-green-plants_181624-2327.jpg",
},
title: "Mountain Adventures", description: "Expertly guided treks and scenic tours to the world's highest peaks.", imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-tourists-near-lake-bottom-mountains-surrounded-with-trees-green-plants_181624-2327.jpg"},
{
id: 2,
title: "Beach Getaways",
description: "Handpicked resort packages in the most beautiful coastal destinations.",
imageSrc: "http://img.b2bpic.net/free-photo/seascape-with-sandy-beach-clear-cloudless-sky_169016-38643.jpg",
},
title: "Beach Getaways", description: "Handpicked resort packages in the most beautiful coastal destinations.", imageSrc: "http://img.b2bpic.net/free-photo/seascape-with-sandy-beach-clear-cloudless-sky_169016-38643.jpg"},
{
id: 3,
title: "City Excursions",
description: "Cultural deep-dives and historical tours in the world's most vibrant cities.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-bearded-man-wearing-sunglasses_171337-4783.jpg",
},
title: "City Excursions", description: "Cultural deep-dives and historical tours in the world's most vibrant cities.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-bearded-man-wearing-sunglasses_171337-4783.jpg"},
]}
title="Why Choose M&Y Tours?"
description="We specialize in personalized travel experiences that exceed your expectations."
@@ -165,23 +119,11 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Himalayan Expedition",
price: "$1,299",
imageSrc: "http://img.b2bpic.net/free-photo/majestic-snow-capped-mountains-evergreen-forest-landscape_84443-81544.jpg",
},
id: "p1", name: "Himalayan Expedition", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/majestic-snow-capped-mountains-evergreen-forest-landscape_84443-81544.jpg"},
{
id: "p2",
name: "Maldives Paradise",
price: "$2,499",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-tropical-island-turquoise-water-luxurious-water-villas-tropical-island-resort-maldives-holiday-vacation-background-concept-boost-up-color-processing_1253-792.jpg",
},
id: "p2", name: "Maldives Paradise", price: "$2,499", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-tropical-island-turquoise-water-luxurious-water-villas-tropical-island-resort-maldives-holiday-vacation-background-concept-boost-up-color-processing_1253-792.jpg"},
{
id: "p3",
name: "Rome Cultural Tour",
price: "$1,899",
imageSrc: "http://img.b2bpic.net/free-photo/winter-palace-saint-petersburg_1398-2675.jpg",
},
id: "p3", name: "Rome Cultural Tour", price: "$1,899", imageSrc: "http://img.b2bpic.net/free-photo/winter-palace-saint-petersburg_1398-2675.jpg"},
]}
title="Popular Packages"
description="Book your dream vacation from our most popular curated travel packages."
@@ -196,25 +138,15 @@ export default function LandingPage() {
author="Sarah & John Miller"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-male-tourist-walking-with-backpack-pink-wall-color-emotion-tourist_140725-122604.jpg",
alt: "Traveler 1",
},
src: "http://img.b2bpic.net/free-photo/front-view-male-tourist-walking-with-backpack-pink-wall-color-emotion-tourist_140725-122604.jpg", alt: "Traveler 1"},
{
src: "http://img.b2bpic.net/free-photo/handsome-man-standing-front-city-building_23-2147860872.jpg",
alt: "Traveler 2",
},
src: "http://img.b2bpic.net/free-photo/handsome-man-standing-front-city-building_23-2147860872.jpg", alt: "Traveler 2"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-female-hiker-posing-rock_23-2147842555.jpg",
alt: "Traveler 3",
},
src: "http://img.b2bpic.net/free-photo/beautiful-female-hiker-posing-rock_23-2147842555.jpg", alt: "Traveler 3"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-photographer-traveler-with-camera-edge-cliff-takes-pictures-nature_1321-2691.jpg",
alt: "Traveler 4",
},
src: "http://img.b2bpic.net/free-photo/young-woman-photographer-traveler-with-camera-edge-cliff-takes-pictures-nature_1321-2691.jpg", alt: "Traveler 4"},
{
src: "http://img.b2bpic.net/free-photo/front-view-male-tourist-walking-with-backpack-pink-wall-color-emotion-tourist_140725-122604.jpg",
alt: "Traveler 5",
},
src: "http://img.b2bpic.net/free-photo/front-view-male-tourist-walking-with-backpack-pink-wall-color-emotion-tourist_140725-122604.jpg", alt: "Traveler 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -227,28 +159,17 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "How do I book a trip?",
content: "You can book directly through our website or contact our travel agents.",
},
id: "f1", title: "Contact Information", content: "For any inquiries, feel free to contact us at 7681935149 or email jaskaransg6@gmail.com."},
{
id: "f2",
title: "What's included in the price?",
content: "Our packages usually cover accommodation, local travel, and selected guided activities.",
},
id: "f2", title: "What's included in the price?", content: "Our packages usually cover accommodation, local travel, and selected guided activities."},
{
id: "f3",
title: "Can I customize my trip?",
content: "Absolutely! We offer fully personalized itinerary planning services.",
},
id: "f3", title: "Can I customize my trip?", content: "Absolutely! We offer fully personalized itinerary planning services."},
]}
ctaTitle="Ready for your next trip?"
ctaDescription="Get in touch with our experts to start planning your custom adventure today."
ctaButton={{
text: "Contact Us",
href: "#",
}}
ctaIcon={Phone}
text: "Contact Us", href: "#"}}
ctaIcon={Mail}
/>
</div>
@@ -256,46 +177,29 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Destinations",
items: [
title: "Destinations", items: [
{
label: "Mountains",
href: "#",
},
label: "Mountains", href: "#"},
{
label: "Beaches",
href: "#",
},
label: "Beaches", href: "#"},
{
label: "Cities",
href: "#",
},
label: "Cities", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQs",
href: "#contact",
},
label: "FAQs", href: "#contact"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}
@@ -306,4 +210,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}