Merge version_1 into main #1
@@ -26,38 +26,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Tour Packages",
|
||||
id: "/packages",
|
||||
},
|
||||
name: "Tour Packages", id: "/packages"},
|
||||
{
|
||||
name: "Fleet",
|
||||
id: "/fleet",
|
||||
},
|
||||
name: "Fleet", id: "/fleet"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "WhatsApp Booking",
|
||||
href: "https://wa.me/919876543210",
|
||||
}}
|
||||
text: "WhatsApp Booking", href: "https://wa.me/919876543210"}}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hysycu"
|
||||
brandName="Balaji Tours N Travels"
|
||||
/>
|
||||
@@ -68,55 +52,20 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "gallery-1",
|
||||
name: "Jodhpur Blue City",
|
||||
price: "Rajasthan",
|
||||
variant: "Cultural",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/king-palace-shiva-kingdom-mahal_1376-61.jpg",
|
||||
imageAlt: "Jodhpur Blue City",
|
||||
},
|
||||
id: "gallery-1", name: "Jodhpur Blue City", price: "Rajasthan", variant: "Cultural", imageSrc: "http://img.b2bpic.net/free-photo/king-palace-shiva-kingdom-mahal_1376-61.jpg", imageAlt: "Jodhpur Blue City"},
|
||||
{
|
||||
id: "gallery-2",
|
||||
name: "Golden Temple",
|
||||
price: "Amritsar",
|
||||
variant: "Pilgrimage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-celebrating-indian-republic-day_23-2151142172.jpg",
|
||||
imageAlt: "Amritsar Golden Temple",
|
||||
},
|
||||
id: "gallery-2", name: "Golden Temple", price: "Amritsar", variant: "Pilgrimage", imageSrc: "http://img.b2bpic.net/free-photo/man-celebrating-indian-republic-day_23-2151142172.jpg", imageAlt: "Amritsar Golden Temple"},
|
||||
{
|
||||
id: "gallery-3",
|
||||
name: "Ganges Ghats",
|
||||
price: "Varanasi",
|
||||
variant: "Spiritual",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cityscape-china_1127-3888.jpg",
|
||||
imageAlt: "Varanasi Ganges River",
|
||||
},
|
||||
id: "gallery-3", name: "Ganges Ghats", price: "Varanasi", variant: "Spiritual", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-china_1127-3888.jpg", imageAlt: "Varanasi Ganges River"},
|
||||
{
|
||||
id: "gallery-4",
|
||||
name: "Taj Mahal Majesty",
|
||||
price: "Agra",
|
||||
variant: "Historical",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/just-married-couple-kissing-with-old-building-background_1157-365.jpg",
|
||||
imageAlt: "Agra Taj Mahal",
|
||||
},
|
||||
id: "gallery-4", name: "Taj Mahal Majesty", price: "Agra", variant: "Historical", imageSrc: "http://img.b2bpic.net/free-photo/just-married-couple-kissing-with-old-building-background_1157-365.jpg", imageAlt: "Agra Taj Mahal"},
|
||||
{
|
||||
id: "gallery-5",
|
||||
name: "Ellora Caves",
|
||||
price: "Aurangabad",
|
||||
variant: "Ancient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inca-mayan-design-sculpted-stones_23-2151628453.jpg",
|
||||
imageAlt: "Ellora Caves",
|
||||
},
|
||||
id: "gallery-5", name: "Ellora Caves", price: "Aurangabad", variant: "Ancient", imageSrc: "http://img.b2bpic.net/free-photo/inca-mayan-design-sculpted-stones_23-2151628453.jpg", imageAlt: "Ellora Caves"},
|
||||
{
|
||||
id: "gallery-6",
|
||||
name: "Udaipur Lake Palace",
|
||||
price: "Rajasthan",
|
||||
variant: "Romantic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/historic-trakai-castle-lithuania-near-lake-beautiful-cloudy-sky_181624-8044.jpg",
|
||||
imageAlt: "Udaipur City Palace",
|
||||
},
|
||||
id: "gallery-6", name: "Udaipur Lake Palace", price: "Rajasthan", variant: "Romantic", imageSrc: "http://img.b2bpic.net/free-photo/historic-trakai-castle-lithuania-near-lake-beautiful-cloudy-sky_181624-8044.jpg", imageAlt: "Udaipur City Palace"},
|
||||
]}
|
||||
title="Memories from Incredible Journeys"
|
||||
description="A glimpse into the stunning destinations and happy moments created with Balaji Tours N Travels. Inspiring your next adventure!"
|
||||
@@ -127,14 +76,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-animated",
|
||||
}}
|
||||
variant: "downward-rays-animated"}}
|
||||
text="Inspired to Travel? Start Your Own Adventure!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Plan My Trip Now",
|
||||
href: "https://wa.me/919876543210",
|
||||
},
|
||||
text: "Plan My Trip Now", href: "https://wa.me/919876543210"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,57 +92,35 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Tour Packages",
|
||||
href: "/packages",
|
||||
},
|
||||
label: "Tour Packages", href: "/packages"},
|
||||
{
|
||||
label: "Fleet",
|
||||
href: "/fleet",
|
||||
},
|
||||
label: "Fleet", href: "/fleet"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp Booking",
|
||||
href: "https://wa.me/919876543210",
|
||||
},
|
||||
label: "WhatsApp Booking", href: "https://wa.me/919876543210"},
|
||||
{
|
||||
label: "Call Us: +91 98765 43210",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
label: "Call Us: +91 98765 43210", href: "tel:+919876543210"},
|
||||
{
|
||||
label: "Email: info@balajitours.com",
|
||||
href: "mailto:info@balajitours.com",
|
||||
},
|
||||
label: "Email: info@balajitours.com", href: "mailto:info@balajitours.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user