2 Commits

Author SHA1 Message Date
2a725fa893 Update src/app/page.tsx 2026-05-14 03:21:31 +00:00
490d040ad7 Merge version_1 into main
Merge version_1 into main
2026-05-14 03:13:46 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Services", name: "Services", id: "features"},
id: "features",
},
{ {
name: "Booking", name: "Booking", id: "product"},
id: "product",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "faq"},
id: "faq",
},
]} ]}
brandName="YatraNepal" brandName="YatraNepal"
/> />
@@ -60,107 +50,57 @@ export default function LandingPage() {
<HeroSplitTestimonial <HeroSplitTestimonial
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Travel Across Nepal with YatraNepal" title="Travel Across Nepal with YatraNepal"
description="Seamless, real-time, and secure bus booking. Experience the best way to travel between cities with live tracking, e-tickets, and verified comfort." description="Seamless, real-time, and secure bus booking. Experience the best way to travel between cities with live tracking, e-tickets, and verified comfort."
testimonials={[ testimonials={[
{ {
name: "Anil K.", name: "Anil K.", handle: "@anilk", testimonial: "Best bus booking service I've ever used in Nepal. Real-time GPS is a game changer!", rating: 5,
handle: "@anilk", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confused-young-woman-looking-her-smartphone-app-with-shocked-disappointed-face-sh_1258-151526.jpg?_wi=1", imageAlt: "luxury bus travel Nepal"},
testimonial: "Best bus booking service I've ever used in Nepal. Real-time GPS is a game changer!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confused-young-woman-looking-her-smartphone-app-with-shocked-disappointed-face-sh_1258-151526.jpg?_wi=1",
imageAlt: "luxury bus travel Nepal",
},
{ {
name: "Sunita R.", name: "Sunita R.", handle: "@sunitar", testimonial: "The digital QR ticket saved so much time. Highly recommend YatraNepal.", rating: 5,
handle: "@sunitar", imageSrc: "http://img.b2bpic.net/free-photo/western-female-backpacker-using-her-phone-indian-train_53876-65348.jpg", imageAlt: "luxury bus travel Nepal"},
testimonial: "The digital QR ticket saved so much time. Highly recommend YatraNepal.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/western-female-backpacker-using-her-phone-indian-train_53876-65348.jpg",
imageAlt: "luxury bus travel Nepal",
},
{ {
name: "Bimal T.", name: "Bimal T.", handle: "@bimalt", testimonial: "Very convenient, payment through eSewa worked seamlessly. Five stars.", rating: 5,
handle: "@bimalt", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-using-her-mobile-phone-bus_23-2148753445.jpg?_wi=1", imageAlt: "luxury bus travel Nepal"},
testimonial: "Very convenient, payment through eSewa worked seamlessly. Five stars.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-using-her-mobile-phone-bus_23-2148753445.jpg?_wi=1",
imageAlt: "luxury bus travel Nepal",
},
{ {
name: "Rina M.", name: "Rina M.", handle: "@rinam", testimonial: "Safe, reliable, and comfortable. My go-to for Kathmandu-Pokhara trips.", rating: 5,
handle: "@rinam", imageSrc: "http://img.b2bpic.net/free-photo/travel-navigation-journey-vacation-trip-laptop-concept_53876-125037.jpg?_wi=1", imageAlt: "luxury bus travel Nepal"},
testimonial: "Safe, reliable, and comfortable. My go-to for Kathmandu-Pokhara trips.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/travel-navigation-journey-vacation-trip-laptop-concept_53876-125037.jpg?_wi=1",
imageAlt: "luxury bus travel Nepal",
},
{ {
name: "Sajan P.", name: "Sajan P.", handle: "@sajanp", testimonial: "Excellent service and arrival updates kept me informed throughout the journey.", rating: 5,
handle: "@sajanp", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-person-doing-internet-shopping-using-cellphone_482257-115489.jpg?_wi=1", imageAlt: "luxury bus travel Nepal"},
testimonial: "Excellent service and arrival updates kept me informed throughout the journey.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-person-doing-internet-shopping-using-cellphone_482257-115489.jpg?_wi=1",
imageAlt: "luxury bus travel Nepal",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Book Now", text: "Book Now", href: "#product"},
href: "#product",
},
{ {
text: "Learn More", text: "Learn More", href: "#about"},
href: "#about",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-confused-young-woman-looking-her-smartphone-app-with-shocked-disappointed-face-sh_1258-151526.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/portrait-confused-young-woman-looking-her-smartphone-app-with-shocked-disappointed-face-sh_1258-151526.jpg?_wi=2"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/handsome-man-standing-near-airport_1157-28060.jpg", src: "http://img.b2bpic.net/free-photo/handsome-man-standing-near-airport_1157-28060.jpg", alt: "Traveller portrait"},
alt: "Traveller portrait",
},
{ {
src: "http://img.b2bpic.net/free-photo/handsome-man-standing-near-airport_1157-28059.jpg", src: "http://img.b2bpic.net/free-photo/handsome-man-standing-near-airport_1157-28059.jpg", alt: "Traveller portrait"},
alt: "Traveller portrait",
},
{ {
src: "http://img.b2bpic.net/free-photo/businessman-with-luggage-using-mobile-phone_107420-95917.jpg", src: "http://img.b2bpic.net/free-photo/businessman-with-luggage-using-mobile-phone_107420-95917.jpg", alt: "Traveller portrait"},
alt: "Traveller portrait",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-girl-sitting-reading-book-drinking-coffee-outside-street_1303-21688.jpg", src: "http://img.b2bpic.net/free-photo/young-girl-sitting-reading-book-drinking-coffee-outside-street_1303-21688.jpg", alt: "Traveller portrait"},
alt: "Traveller portrait",
},
{ {
src: "http://img.b2bpic.net/free-photo/passenger-waiting-station-smiles_23-2148770986.jpg", src: "http://img.b2bpic.net/free-photo/passenger-waiting-station-smiles_23-2148770986.jpg", alt: "Traveller portrait"},
alt: "Traveller portrait",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Trusted by 50,000+ passengers"},
text: "Trusted by 50,000+ passengers",
},
{ {
type: "text", type: "text", text: "150+ Verified Buses"},
text: "150+ Verified Buses",
},
{ {
type: "text", type: "text", text: "Real-time GPS tracking"},
text: "Real-time GPS tracking",
},
{ {
type: "text", type: "text", text: "Instant QR e-tickets"},
text: "Instant QR e-tickets",
},
{ {
type: "text", type: "text", text: "24/7 Customer Support"},
text: "24/7 Customer Support",
},
]} ]}
/> />
</div> </div>
@@ -170,24 +110,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
heading={[ heading={[
{ {
type: "text", type: "text", content: "Redefining Travel in "},
content: "Redefining Travel in ",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/western-female-backpacker-using-her-phone-indian-train_53876-65348.jpg", alt: "Yatra Bus"},
src: "http://img.b2bpic.net/free-photo/western-female-backpacker-using-her-phone-indian-train_53876-65348.jpg",
alt: "Yatra Bus",
},
{ {
type: "text", type: "text", content: " Nepal"},
content: " Nepal",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Explore Features", text: "Explore Features", href: "#features"},
href: "#features",
},
]} ]}
/> />
</div> </div>
@@ -198,26 +129,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
tag: "Digital", tag: "Digital", title: "QR Digital Tickets", subtitle: "Seamless entry", description: "No paper needed. Use your smartphone to display your QR ticket at boarding.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-using-her-mobile-phone-bus_23-2148753445.jpg?_wi=2"},
title: "QR Digital Tickets",
subtitle: "Seamless entry",
description: "No paper needed. Use your smartphone to display your QR ticket at boarding.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-using-her-mobile-phone-bus_23-2148753445.jpg?_wi=2",
},
{ {
tag: "Live", tag: "Live", title: "GPS Tracking", subtitle: "Real-time updates", description: "Know exactly where your bus is at any moment during your journey.", imageSrc: "http://img.b2bpic.net/free-photo/travel-navigation-journey-vacation-trip-laptop-concept_53876-125037.jpg?_wi=2"},
title: "GPS Tracking",
subtitle: "Real-time updates",
description: "Know exactly where your bus is at any moment during your journey.",
imageSrc: "http://img.b2bpic.net/free-photo/travel-navigation-journey-vacation-trip-laptop-concept_53876-125037.jpg?_wi=2",
},
{ {
tag: "Secure", tag: "Secure", title: "Integrated Payments", subtitle: "eSewa, Khalti, IME", description: "Multiple secure payment gateways for a frictionless booking experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-person-doing-internet-shopping-using-cellphone_482257-115489.jpg?_wi=2"},
title: "Integrated Payments",
subtitle: "eSewa, Khalti, IME",
description: "Multiple secure payment gateways for a frictionless booking experience.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-person-doing-internet-shopping-using-cellphone_482257-115489.jpg?_wi=2",
},
]} ]}
title="Comprehensive Travel Features" title="Comprehensive Travel Features"
description="Everything you need for a comfortable and efficient journey." description="Everything you need for a comfortable and efficient journey."
@@ -232,59 +148,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "1", id: "1", brand: "Luxury", name: "Kathmandu to Pokhara", price: "Rs. 1,200", rating: 5,
brand: "Luxury", reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/yellow-admission-ticket_1101-3251.jpg"},
name: "Kathmandu to Pokhara",
price: "Rs. 1,200",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/yellow-admission-ticket_1101-3251.jpg",
},
{ {
id: "2", id: "2", brand: "Standard", name: "Kathmandu to Chitwan", price: "Rs. 950", rating: 4,
brand: "Standard", reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/copy-space-small-sign-with-black-friday-design_23-2148313146.jpg"},
name: "Kathmandu to Chitwan",
price: "Rs. 950",
rating: 4,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-small-sign-with-black-friday-design_23-2148313146.jpg",
},
{ {
id: "3", id: "3", brand: "Luxury", name: "Pokhara to Butwal", price: "Rs. 1,500", rating: 5,
brand: "Luxury", reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-travel-agent_23-2150455559.jpg"},
name: "Pokhara to Butwal",
price: "Rs. 1,500",
rating: 5,
reviewCount: "40",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-travel-agent_23-2150455559.jpg",
},
{ {
id: "4", id: "4", brand: "Standard", name: "Kathmandu to Dharan", price: "Rs. 1,800", rating: 4,
brand: "Standard", reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-back-car-talking-phone_1303-20472.jpg"},
name: "Kathmandu to Dharan",
price: "Rs. 1,800",
rating: 4,
reviewCount: "60",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-back-car-talking-phone_1303-20472.jpg",
},
{ {
id: "5", id: "5", brand: "Luxury", name: "Pokhara to Janakpur", price: "Rs. 2,100", rating: 5,
brand: "Luxury", reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/young-man-travelling-by-city-bus-using-smartphone_23-2148958082.jpg"},
name: "Pokhara to Janakpur",
price: "Rs. 2,100",
rating: 5,
reviewCount: "35",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-travelling-by-city-bus-using-smartphone_23-2148958082.jpg",
},
{ {
id: "6", id: "6", brand: "Standard", name: "Kathmandu to Biratnagar", price: "Rs. 1,900", rating: 4,
brand: "Standard", reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/magician-s-hand-wearing-white-gloves-performing-trick-playing-cards_23-2147880760.jpg"},
name: "Kathmandu to Biratnagar",
price: "Rs. 1,900",
rating: 4,
reviewCount: "55",
imageSrc: "http://img.b2bpic.net/free-photo/magician-s-hand-wearing-white-gloves-performing-trick-playing-cards_23-2147880760.jpg",
},
]} ]}
title="Popular Routes" title="Popular Routes"
description="Book your seat for these high-demand routes today." description="Book your seat for these high-demand routes today."
@@ -298,20 +178,11 @@ export default function LandingPage() {
tag="Trusted by Thousands" tag="Trusted by Thousands"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "50,000+", description: "Happy Passengers"},
value: "50,000+",
description: "Happy Passengers",
},
{ {
id: "2", id: "2", value: "150+", description: "Verified Buses"},
value: "150+",
description: "Verified Buses",
},
{ {
id: "3", id: "3", value: "45+", description: "Daily Routes"},
value: "45+",
description: "Daily Routes",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -324,40 +195,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Anil K.", role: "Traveler", testimonial: "Amazing experience, very helpful app for Nepal travel.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-with-her-red-suitcase_1139-425.jpg"},
name: "Anil K.",
role: "Traveler",
testimonial: "Amazing experience, very helpful app for Nepal travel.",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-with-her-red-suitcase_1139-425.jpg",
},
{ {
id: "2", id: "2", name: "Sunita R.", role: "Student", testimonial: "Reliable and fast. Love the notification features.", imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-with-old-camera-smiling_23-2147846985.jpg"},
name: "Sunita R.",
role: "Student",
testimonial: "Reliable and fast. Love the notification features.",
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-with-old-camera-smiling_23-2147846985.jpg",
},
{ {
id: "3", id: "3", name: "Bimal T.", role: "Business Owner", testimonial: "Booking system is very intuitive.", imageSrc: "http://img.b2bpic.net/free-photo/tourism-vacation-excited-guy-tourist-going-holiday-trip-showing-passport-with-tickets-hol_1258-155516.jpg"},
name: "Bimal T.",
role: "Business Owner",
testimonial: "Booking system is very intuitive.",
imageSrc: "http://img.b2bpic.net/free-photo/tourism-vacation-excited-guy-tourist-going-holiday-trip-showing-passport-with-tickets-hol_1258-155516.jpg",
},
{ {
id: "4", id: "4", name: "Rina M.", role: "Tourist", testimonial: "Great service throughout the trip.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-traveling-woman-with-hat-backpack-holding-thermos_23-2148648661.jpg"},
name: "Rina M.",
role: "Tourist",
testimonial: "Great service throughout the trip.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-traveling-woman-with-hat-backpack-holding-thermos_23-2148648661.jpg",
},
{ {
id: "5", id: "5", name: "Sajan P.", role: "Professional", testimonial: "Best bus service, GPS tracking is accurate.", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2623.jpg"},
name: "Sajan P.",
role: "Professional",
testimonial: "Best bus service, GPS tracking is accurate.",
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2623.jpg",
},
]} ]}
title="Passenger Reviews" title="Passenger Reviews"
description="What our users say about us." description="What our users say about us."
@@ -370,25 +216,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "Can I book a seat for someone else?", content: "Yes, you can enter the passenger's details during the booking process."},
title: "Can I book a seat for someone else?",
content: "Yes, you can enter the passenger's details during the booking process.",
},
{ {
id: "2", id: "2", title: "What payment methods are supported?", content: "We support eSewa, Khalti, IME Pay, and major credit cards via Stripe."},
title: "What payment methods are supported?",
content: "We support eSewa, Khalti, IME Pay, and major credit cards via Stripe.",
},
{ {
id: "3", id: "3", title: "How do I get my ticket?", content: "Your ticket is generated digitally and sent to your email and accessible via the app."},
title: "How do I get my ticket?",
content: "Your ticket is generated digitally and sent to your email and accessible via the app.",
},
{ {
id: "4", id: "4", title: "Can I track my bus?", content: "Yes, our app includes live GPS tracking for all buses on our platform."},
title: "Can I track my bus?",
content: "Yes, our app includes live GPS tracking for all buses on our platform.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/happy-men-elbow-bumping-while-greeting-bus-station_637285-12240.jpg" imageSrc="http://img.b2bpic.net/free-photo/happy-men-elbow-bumping-while-greeting-bus-station_637285-12240.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -402,14 +236,11 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "rotated-rays-animated", variant: "rotated-rays-animated"}}
}}
text="Need assistance? Our support team is ready to help 24/7." text="Need assistance? Our support team is ready to help 24/7."
buttons={[ buttons={[
{ {
text: "Contact Support", text: "Contact Support", href: "mailto:hello@yatranepal.com"},
href: "mailto:hello@yatranepal.com",
},
]} ]}
/> />
</div> </div>
@@ -418,13 +249,9 @@ export default function LandingPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="YatraNepal" logoText="YatraNepal"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>