Merge version_1 into main #2
237
src/app/page.tsx
237
src/app/page.tsx
@@ -30,132 +30,79 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Jain Travels"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:09825007846",
|
||||
}}
|
||||
text: "Call Now", href: "tel:09825007846"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Reliable Travel Services in Ahmedabad"
|
||||
description="Bus Rentals, Group Tours & Custom Packages. Dekho India Dekho with a trusted local expert."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-locomotive_23-2149371546.jpg?_wi=1",
|
||||
imageAlt: "Travel Bus",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-locomotive_23-2149371546.jpg", imageAlt: "Travel Bus"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tourist-carrying-luggage_23-2151747354.jpg?_wi=1",
|
||||
imageAlt: "Tourism in India",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tourist-carrying-luggage_23-2151747354.jpg", imageAlt: "Tourism in India"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-driver-sitting-shuttle-bus-smiling-camera-summer-day-front-view-happy-man_7502-10207.jpg",
|
||||
imageAlt: "Elegant driver sitting in shuttle bus",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-driver-sitting-shuttle-bus-smiling-camera-summer-day-front-view-happy-man_7502-10207.jpg", imageAlt: "Elegant driver sitting in shuttle bus"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-bus-driver_23-2151589878.jpg",
|
||||
imageAlt: "Portrait of female bus driver",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-bus-driver_23-2151589878.jpg", imageAlt: "Portrait of female bus driver"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/public-bus-with-no-people-covid19-worldwide-epidemic_637285-4833.jpg",
|
||||
imageAlt: "Public bus interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/public-bus-with-no-people-covid19-worldwide-epidemic_637285-4833.jpg", imageAlt: "Public bus interior"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-posing-retro-style-with-car_23-2149525844.jpg",
|
||||
imageAlt: "Group Tour",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-posing-retro-style-with-car_23-2149525844.jpg", imageAlt: "Group Tour"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-nomad-family_23-2149181706.jpg",
|
||||
imageAlt: "Bus Rental",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-nomad-family_23-2149181706.jpg", imageAlt: "Bus Rental"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-musician-singing-around-city_23-2149211445.jpg",
|
||||
imageAlt: "City travel tour",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-musician-singing-around-city_23-2149211445.jpg", imageAlt: "City travel tour"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-son-playing-with-dog-car_23-2148938659.jpg",
|
||||
imageAlt: "Family trip travel",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-son-playing-with-dog-car_23-2148938659.jpg", imageAlt: "Family trip travel"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-taking-selfie_23-2149012507.jpg",
|
||||
imageAlt: "Friends traveling",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-taking-selfie_23-2149012507.jpg", imageAlt: "Friends traveling"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-white-protection-suit-disinfecting-sanitizing-subway-train-interior-stop-spreading-highly-contagious-corona-virus_342744-478.jpg",
|
||||
alt: "Happy traveler",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-white-protection-suit-disinfecting-sanitizing-subway-train-interior-stop-spreading-highly-contagious-corona-virus_342744-478.jpg", alt: "Happy traveler"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-afro-american-man-autumn-city_1157-46241.jpg",
|
||||
alt: "Happy traveler",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-afro-american-man-autumn-city_1157-46241.jpg", alt: "Happy traveler"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/travel-tourism-hike-people-concept-photo-young-friends-looking-map-planning-trip-autumn-forest_613910-5739.jpg",
|
||||
alt: "Happy traveler",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/travel-tourism-hike-people-concept-photo-young-friends-looking-map-planning-trip-autumn-forest_613910-5739.jpg", alt: "Happy traveler"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473060.jpg",
|
||||
alt: "Happy traveler",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473060.jpg", alt: "Happy traveler"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tourist-carrying-luggage_23-2151747467.jpg",
|
||||
alt: "Happy traveler",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/tourist-carrying-luggage_23-2151747467.jpg", alt: "Happy traveler"},
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ happy travelers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Safety First",
|
||||
},
|
||||
type: "text", text: "Safety First"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Support",
|
||||
},
|
||||
type: "text", text: "24/7 Support"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Verified Drivers",
|
||||
},
|
||||
type: "text", text: "Verified Drivers"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Clean Fleet",
|
||||
},
|
||||
type: "text", text: "Clean Fleet"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Best Rates",
|
||||
},
|
||||
type: "text", text: "Best Rates"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,23 +114,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Car,
|
||||
title: "Fleet Size",
|
||||
value: "20+",
|
||||
},
|
||||
id: "m1", icon: Car,
|
||||
title: "Fleet Size", value: "20+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Star,
|
||||
title: "Customer Rating",
|
||||
value: "4.5/5",
|
||||
},
|
||||
id: "m2", icon: Star,
|
||||
title: "Customer Rating", value: "4.5/5"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Users,
|
||||
title: "Happy Travelers",
|
||||
value: "10k+",
|
||||
},
|
||||
id: "m3", icon: Users,
|
||||
title: "Happy Travelers", value: "10k+"},
|
||||
]}
|
||||
title="Trusted Experience"
|
||||
description="Serving the travel needs of Ahmedabad for years."
|
||||
@@ -197,28 +135,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Bus Rentals",
|
||||
description: "Spacious and comfortable buses for local and long-distance travel.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Car,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-african-american-woman-modern-sunglasses-riding-bus_627829-7390.jpg",
|
||||
imageAlt: "Young stylish african american woman in modern sunglasses riding on a bus",
|
||||
title: "Bus Rentals", description: "Spacious and comfortable buses for local and long-distance travel.", bentoComponent: "reveal-icon", icon: Car,
|
||||
},
|
||||
{
|
||||
title: "Group Tours",
|
||||
description: "Curated itineraries for schools, corporates, and families.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-locomotive_23-2149371546.jpg?_wi=2",
|
||||
imageAlt: "Young stylish african american woman in modern sunglasses riding on a bus",
|
||||
title: "Group Tours", description: "Curated itineraries for schools, corporates, and families.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Religious Yatra",
|
||||
description: "Safe and convenient transportation for your pilgrimage.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Building2,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tourist-carrying-luggage_23-2151747354.jpg?_wi=2",
|
||||
imageAlt: "Young stylish african american woman in modern sunglasses riding on a bus",
|
||||
title: "Religious Yatra", description: "Safe and convenient transportation for your pilgrimage.", bentoComponent: "reveal-icon", icon: Building2,
|
||||
},
|
||||
]}
|
||||
title="Our Travel Services"
|
||||
@@ -233,59 +156,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Shah",
|
||||
role: "Corporate Lead",
|
||||
company: "Global Corp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delighted-female-tourist-walks-street_273609-25750.jpg",
|
||||
},
|
||||
id: "1", name: "Rajesh Shah", role: "Corporate Lead", company: "Global Corp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delighted-female-tourist-walks-street_273609-25750.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Meera Patel",
|
||||
role: "Family Head",
|
||||
company: "Ahmedabad",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_52683-115860.jpg",
|
||||
},
|
||||
id: "2", name: "Meera Patel", role: "Family Head", company: "Ahmedabad", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_52683-115860.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Suresh Mehta",
|
||||
role: "Tour Organizer",
|
||||
company: "Group Travels",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-going-hiking-with-backpack-white-background-forest-trip-vacation-mountain-air-tourist_179666-39223.jpg",
|
||||
},
|
||||
id: "3", name: "Suresh Mehta", role: "Tour Organizer", company: "Group Travels", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-going-hiking-with-backpack-white-background-forest-trip-vacation-mountain-air-tourist_179666-39223.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sunita Desai",
|
||||
role: "Yatri",
|
||||
company: "Surat",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-background-two-trams_641386-322.jpg",
|
||||
},
|
||||
id: "4", name: "Sunita Desai", role: "Yatri", company: "Surat", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-background-two-trams_641386-322.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amit Trivedi",
|
||||
role: "Traveler",
|
||||
company: "Vadodara",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-vacation-with-big-yellow-suitcase-feeling-happy-blue_140725-93975.jpg",
|
||||
},
|
||||
id: "5", name: "Amit Trivedi", role: "Traveler", company: "Vadodara", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-vacation-with-big-yellow-suitcase-feeling-happy-blue_140725-93975.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.5",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
value: "4.5", label: "Avg Rating"},
|
||||
{
|
||||
value: "75+",
|
||||
label: "Reviews",
|
||||
},
|
||||
value: "75+", label: "Reviews"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Service",
|
||||
},
|
||||
value: "24/7", label: "Service"},
|
||||
]}
|
||||
title="What Our Travelers Say"
|
||||
description="Join our community of happy explorers across Gujarat."
|
||||
@@ -296,18 +188,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Plan your next journey with Jain Travels today. Call 098250 07846 for a custom quote or booking."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:09825007846",
|
||||
},
|
||||
text: "Call Now", href: "tel:09825007846"},
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/919825007846",
|
||||
},
|
||||
text: "WhatsApp", href: "https://wa.me/919825007846"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -318,33 +205,23 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Our Fleet",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Fleet", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Get a Quote", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user