Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -27,41 +27,25 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Tour Packages",
|
||||
id: "/tours",
|
||||
},
|
||||
name: "Tour Packages", id: "/tours"},
|
||||
{
|
||||
name: "Travel Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Travel Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Customer Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Customer Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Contact Us",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact Us", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/adventure-logo-design_1390-29.jpg"
|
||||
logoAlt="Trip With You (TWY) Logo"
|
||||
brandName="Trip With You (TWY)"
|
||||
button={{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/911234567890",
|
||||
}}
|
||||
text: "WhatsApp Us", href: "https://wa.me/911234567890"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,29 +56,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Our Vision",
|
||||
description: "To be India's most trusted and innovative travel agency, inspiring countless individuals to explore the world with confidence and joy.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-meeting-up-study_23-2149064598.jpg",
|
||||
imageAlt: "Team collaborating on travel plans",
|
||||
},
|
||||
title: "Our Vision", description: "To be India's most trusted and innovative travel agency, inspiring countless individuals to explore the world with confidence and joy.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-meeting-up-study_23-2149064598.jpg", imageAlt: "Team collaborating on travel plans"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Customer-centric approach",
|
||||
},
|
||||
text: "Customer-centric approach"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Sustainable tourism",
|
||||
},
|
||||
text: "Sustainable tourism"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Innovation in travel",
|
||||
},
|
||||
text: "Innovation in travel"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/adventure-logo-design_1390-29.jpg?_wi=2",
|
||||
imageAlt: "travel agency team meeting",
|
||||
},
|
||||
]}
|
||||
title="Our Journey: Passion for Travel"
|
||||
@@ -112,29 +87,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Arjun Singh",
|
||||
role: "Founder & CEO",
|
||||
description: "Arjun's vision transformed TWY into a leading name in Indian travel. His passion for exploration inspires every journey we create.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3800.jpg",
|
||||
imageAlt: "Portrait of Arjun Singh",
|
||||
},
|
||||
id: "1", name: "Arjun Singh", role: "Founder & CEO", description: "Arjun's vision transformed TWY into a leading name in Indian travel. His passion for exploration inspires every journey we create.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3800.jpg", imageAlt: "Portrait of Arjun Singh"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pooja Sharma",
|
||||
role: "Head of Operations",
|
||||
description: "Pooja ensures every trip runs flawlessly. Her meticulous planning and problem-solving skills guarantee a smooth travel experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-looking-camera-by-holding-planshet-computer-against-background-city-view_176474-116193.jpg",
|
||||
imageAlt: "Portrait of Pooja Sharma",
|
||||
},
|
||||
id: "2", name: "Pooja Sharma", role: "Head of Operations", description: "Pooja ensures every trip runs flawlessly. Her meticulous planning and problem-solving skills guarantee a smooth travel experience.", imageSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-looking-camera-by-holding-planshet-computer-against-background-city-view_176474-116193.jpg", imageAlt: "Portrait of Pooja Sharma"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rahul Mehta",
|
||||
role: "Lead Tour Designer",
|
||||
description: "Rahul crafts unique itineraries, discovering hidden gems and local experiences to make your travels truly unforgettable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769944.jpg",
|
||||
imageAlt: "Portrait of Rahul Mehta",
|
||||
},
|
||||
id: "3", name: "Rahul Mehta", role: "Lead Tour Designer", description: "Rahul crafts unique itineraries, discovering hidden gems and local experiences to make your travels truly unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769944.jpg", imageAlt: "Portrait of Rahul Mehta"},
|
||||
]}
|
||||
title="Meet Our Dedicated Team"
|
||||
description="Our team of passionate travel experts is committed to crafting your perfect journey. With years of experience and a deep love for exploration, we're here for you."
|
||||
@@ -150,24 +107,16 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/tripwithyou",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/tripwithyou", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/tripwithyou",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/tripwithyou", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/tripwithyou",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/tripwithyou", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/tripwithyou",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/tripwithyou", ariaLabel: "LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
263
src/app/page.tsx
263
src/app/page.tsx
@@ -31,64 +31,43 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Tour Packages",
|
||||
id: "/tours",
|
||||
},
|
||||
name: "Tour Packages", id: "/tours"},
|
||||
{
|
||||
name: "Travel Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Travel Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Customer Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Customer Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Contact Us",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact Us", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/adventure-logo-design_1390-29.jpg"
|
||||
logoAlt="Trip With You (TWY) Logo"
|
||||
brandName="Trip With You (TWY)"
|
||||
button={{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/911234567890",
|
||||
}}
|
||||
text: "WhatsApp Us", href: "https://wa.me/911234567890"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Unforgettable Journeys Start Here"
|
||||
description="Discover incredible destinations, tailor-made experiences, and the best of India's hidden gems with Trip With You (TWY). Your adventure awaits!"
|
||||
tag="Your Trusted Travel Partner"
|
||||
tagIcon={Globe}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Trip",
|
||||
href: "/tours",
|
||||
},
|
||||
text: "Book Your Trip", href: "/tours"},
|
||||
{
|
||||
text: "Start Your Journey",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Start Your Journey", href: "/about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-person-s-feet-sitting-top-hill-beautiful-valley_181624-15276.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-person-s-feet-sitting-top-hill-beautiful-valley_181624-15276.jpg"
|
||||
imageAlt="Scenic mountain road leading to adventure"
|
||||
/>
|
||||
</div>
|
||||
@@ -100,19 +79,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Destinations Explored",
|
||||
value: "50+",
|
||||
},
|
||||
label: "Destinations Explored", value: "50+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Travelers",
|
||||
value: "10K+",
|
||||
},
|
||||
label: "Happy Travelers", value: "10K+"},
|
||||
{
|
||||
icon: CalendarCheck,
|
||||
label: "Years of Experience",
|
||||
value: "12+",
|
||||
},
|
||||
label: "Years of Experience", value: "12+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -125,79 +98,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Affordable Group Tours",
|
||||
description: "Join our meticulously planned group tours for a hassle-free and budget-friendly adventure across popular destinations.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-smiling-sitting-rock-enjoying-view-canyon_176420-4529.jpg",
|
||||
imageAlt: "Group of friends enjoying a mountain trek",
|
||||
},
|
||||
title: "Affordable Group Tours", description: "Join our meticulously planned group tours for a hassle-free and budget-friendly adventure across popular destinations.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-smiling-sitting-rock-enjoying-view-canyon_176420-4529.jpg", imageAlt: "Group of friends enjoying a mountain trek"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Expert local guides",
|
||||
},
|
||||
text: "Expert local guides"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "All-inclusive packages",
|
||||
},
|
||||
text: "All-inclusive packages"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Guaranteed departures",
|
||||
},
|
||||
text: "Guaranteed departures"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/adventure-logo-design_1390-29.jpg?_wi=1",
|
||||
imageAlt: "group of friends hiking mountain",
|
||||
},
|
||||
{
|
||||
title: "Solo Travel Experiences",
|
||||
description: "Embark on a personal journey of discovery with our safe and empowering solo travel packages designed for introspection and adventure.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-sitting-edge-rock-with-amazing-high-rocky-mountains_181624-259.jpg",
|
||||
imageAlt: "Woman traveler enjoying a solo hike",
|
||||
},
|
||||
title: "Solo Travel Experiences", description: "Embark on a personal journey of discovery with our safe and empowering solo travel packages designed for introspection and adventure.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-sitting-edge-rock-with-amazing-high-rocky-mountains_181624-259.jpg", imageAlt: "Woman traveler enjoying a solo hike"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Secure itineraries",
|
||||
},
|
||||
text: "Secure itineraries"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Flexibility & freedom",
|
||||
},
|
||||
text: "Flexibility & freedom"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Curated safe stays",
|
||||
},
|
||||
text: "Curated safe stays"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-s-feet-sitting-top-hill-beautiful-valley_181624-15276.jpg?_wi=2",
|
||||
imageAlt: "group of friends hiking mountain",
|
||||
},
|
||||
{
|
||||
title: "Custom Travel Packages",
|
||||
description: "Your dream trip, exactly as you envision it. We specialize in crafting bespoke itineraries to match your preferences and budget.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fir-branches-closed-spiral-notebook-with-pen-cinnamon-limes-ball-rope-dark-table_140725-141563.jpg",
|
||||
imageAlt: "Travel planning tools on a desk",
|
||||
},
|
||||
title: "Custom Travel Packages", description: "Your dream trip, exactly as you envision it. We specialize in crafting bespoke itineraries to match your preferences and budget.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fir-branches-closed-spiral-notebook-with-pen-cinnamon-limes-ball-rope-dark-table_140725-141563.jpg", imageAlt: "Travel planning tools on a desk"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Personalized routes",
|
||||
},
|
||||
text: "Personalized routes"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Any destination",
|
||||
},
|
||||
text: "Any destination"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Dedicated planner",
|
||||
},
|
||||
text: "Dedicated planner"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/push-pin-front-side-white-background_187299-40193.jpg",
|
||||
imageAlt: "group of friends hiking mountain",
|
||||
},
|
||||
]}
|
||||
title="Experience India Like Never Before"
|
||||
@@ -213,70 +159,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "himachal-pradesh",
|
||||
name: "Himachal Pradesh Escapade",
|
||||
price: "₹19,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mountain-landscape-with-trees-summer_23-2148153669.jpg",
|
||||
imageAlt: "Scenic view of Himachal Pradesh mountains",
|
||||
priceButtonProps: {
|
||||
text: "View Details",
|
||||
href: "/tours#himachal",
|
||||
},
|
||||
id: "himachal-pradesh", name: "Himachal Pradesh Escapade", price: "₹19,999", imageSrc: "http://img.b2bpic.net/free-photo/mountain-landscape-with-trees-summer_23-2148153669.jpg", imageAlt: "Scenic view of Himachal Pradesh mountains", priceButtonProps: {
|
||||
text: "View Details", href: "/tours#himachal"},
|
||||
},
|
||||
{
|
||||
id: "kashmir-paradise",
|
||||
name: "Kashmir: Paradise on Earth",
|
||||
price: "₹24,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-waterfall-beautiful-mountain-covered-with-tree_181624-34126.jpg",
|
||||
imageAlt: "Shikara boats on Dal Lake, Kashmir",
|
||||
priceButtonProps: {
|
||||
text: "View Details",
|
||||
href: "/tours#kashmir",
|
||||
},
|
||||
id: "kashmir-paradise", name: "Kashmir: Paradise on Earth", price: "₹24,500", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-waterfall-beautiful-mountain-covered-with-tree_181624-34126.jpg", imageAlt: "Shikara boats on Dal Lake, Kashmir", priceButtonProps: {
|
||||
text: "View Details", href: "/tours#kashmir"},
|
||||
},
|
||||
{
|
||||
id: "golden-triangle",
|
||||
name: "Golden Triangle Tour",
|
||||
price: "₹15,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ancient-building-india_1150-12930.jpg",
|
||||
imageAlt: "Taj Mahal, a key attraction in Golden Triangle",
|
||||
priceButtonProps: {
|
||||
text: "View Details",
|
||||
href: "/tours#golden-triangle",
|
||||
},
|
||||
id: "golden-triangle", name: "Golden Triangle Tour", price: "₹15,000", imageSrc: "http://img.b2bpic.net/free-photo/ancient-building-india_1150-12930.jpg", imageAlt: "Taj Mahal, a key attraction in Golden Triangle", priceButtonProps: {
|
||||
text: "View Details", href: "/tours#golden-triangle"},
|
||||
},
|
||||
{
|
||||
id: "goa-beach-bliss",
|
||||
name: "Goa Beach Bliss",
|
||||
price: "₹12,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunny-tropical-landscape_23-2150466896.jpg",
|
||||
imageAlt: "Sunset at a beach in Goa",
|
||||
priceButtonProps: {
|
||||
text: "View Details",
|
||||
href: "/tours#goa",
|
||||
},
|
||||
id: "goa-beach-bliss", name: "Goa Beach Bliss", price: "₹12,800", imageSrc: "http://img.b2bpic.net/free-photo/sunny-tropical-landscape_23-2150466896.jpg", imageAlt: "Sunset at a beach in Goa", priceButtonProps: {
|
||||
text: "View Details", href: "/tours#goa"},
|
||||
},
|
||||
{
|
||||
id: "rajasthan-royal-splendor",
|
||||
name: "Rajasthan: Royal Splendor",
|
||||
price: "₹21,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151472962.jpg",
|
||||
imageAlt: "Hawa Mahal in Jaipur, Rajasthan",
|
||||
priceButtonProps: {
|
||||
text: "View Details",
|
||||
href: "/tours#rajasthan",
|
||||
},
|
||||
id: "rajasthan-royal-splendor", name: "Rajasthan: Royal Splendor", price: "₹21,000", imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151472962.jpg", imageAlt: "Hawa Mahal in Jaipur, Rajasthan", priceButtonProps: {
|
||||
text: "View Details", href: "/tours#rajasthan"},
|
||||
},
|
||||
{
|
||||
id: "kerala-backwaters",
|
||||
name: "Kerala Backwaters & Beaches",
|
||||
price: "₹18,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ocean-coast-bali_1385-1805.jpg",
|
||||
imageAlt: "Houseboat cruising in Kerala backwaters",
|
||||
priceButtonProps: {
|
||||
text: "View Details",
|
||||
href: "/tours#kerala",
|
||||
},
|
||||
id: "kerala-backwaters", name: "Kerala Backwaters & Beaches", price: "₹18,200", imageSrc: "http://img.b2bpic.net/free-photo/ocean-coast-bali_1385-1805.jpg", imageAlt: "Houseboat cruising in Kerala backwaters", priceButtonProps: {
|
||||
text: "View Details", href: "/tours#kerala"},
|
||||
},
|
||||
]}
|
||||
title="Popular Indian Destinations"
|
||||
@@ -289,44 +193,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-113975.jpg",
|
||||
imageAlt: "Priya Sharma smiling",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-113975.jpg", imageAlt: "Priya Sharma smiling"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rajesh Kumar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-teenage-girl-with-camera-smiling_74855-21330.jpg",
|
||||
imageAlt: "Rajesh Kumar smiling",
|
||||
},
|
||||
id: "2", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/portrait-teenage-girl-with-camera-smiling_74855-21330.jpg", imageAlt: "Rajesh Kumar smiling"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ananya Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-nature-lover-recording-video-document-his-hiking-activity_482257-123469.jpg",
|
||||
imageAlt: "Ananya Singh smiling",
|
||||
},
|
||||
id: "3", name: "Ananya Singh", imageSrc: "http://img.b2bpic.net/free-photo/pleased-nature-lover-recording-video-document-his-hiking-activity_482257-123469.jpg", imageAlt: "Ananya Singh smiling"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-elder-tourist-couple-beach_23-2148620181.jpg",
|
||||
imageAlt: "Vikram Patel smiling",
|
||||
},
|
||||
id: "4", name: "Vikram Patel", imageSrc: "http://img.b2bpic.net/free-photo/cute-elder-tourist-couple-beach_23-2148620181.jpg", imageAlt: "Vikram Patel smiling"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Geeta Rao",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-women-having-fun-together_329181-15547.jpg",
|
||||
imageAlt: "Geeta Rao smiling",
|
||||
},
|
||||
id: "5", name: "Geeta Rao", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-women-having-fun-together_329181-15547.jpg", imageAlt: "Geeta Rao smiling"},
|
||||
]}
|
||||
cardTitle="What Our Travelers Say"
|
||||
cardTag="Trusted Experiences"
|
||||
cardTagIcon={Heart}
|
||||
buttons={[
|
||||
{
|
||||
text: "Read All Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
text: "Read All Reviews", href: "/reviews"},
|
||||
]}
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
@@ -341,38 +223,11 @@ export default function LandingPage() {
|
||||
description="Stay updated with our latest articles, travel guides, and insights to make your next trip even more exciting and memorable."
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Adventure",
|
||||
title: "Top 5 Treks in the Indian Himalayas",
|
||||
excerpt: "Discover breathtaking trails and majestic peaks that promise an unforgettable adventure for every nature enthusiast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-always-touch-with-his-clients_329181-3056.jpg",
|
||||
imageAlt: "Snowy Himalayan peaks",
|
||||
authorName: "TWY Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148138.jpg",
|
||||
date: "Oct 26, 2023",
|
||||
},
|
||||
id: "1", category: "Adventure", title: "Top 5 Treks in the Indian Himalayas", excerpt: "Discover breathtaking trails and majestic peaks that promise an unforgettable adventure for every nature enthusiast.", imageSrc: "http://img.b2bpic.net/free-photo/he-is-always-touch-with-his-clients_329181-3056.jpg", imageAlt: "Snowy Himalayan peaks", authorName: "TWY Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148138.jpg", date: "Oct 26, 2023"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Luxury",
|
||||
title: "Experiencing Kashmir's Lakeside Serenity",
|
||||
excerpt: "Indulge in the tranquil beauty of Dal Lake with a luxurious stay in a traditional houseboat. A perfect romantic getaway.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-shot-mountain-range-with-town-it-winter-sunset_181624-10204.jpg",
|
||||
imageAlt: "Houseboats on Dal Lake, Kashmir",
|
||||
authorName: "TWY Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-office-prepared-summer-holiday_23-2148204472.jpg",
|
||||
date: "Oct 20, 2023",
|
||||
},
|
||||
id: "2", category: "Luxury", title: "Experiencing Kashmir's Lakeside Serenity", excerpt: "Indulge in the tranquil beauty of Dal Lake with a luxurious stay in a traditional houseboat. A perfect romantic getaway.", imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-shot-mountain-range-with-town-it-winter-sunset_181624-10204.jpg", imageAlt: "Houseboats on Dal Lake, Kashmir", authorName: "TWY Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-office-prepared-summer-holiday_23-2148204472.jpg", date: "Oct 20, 2023"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Budget",
|
||||
title: "Budget-Friendly Travel: Explore India on a Shoestring",
|
||||
excerpt: "Unlock the secrets to amazing travel experiences across India without breaking the bank. Tips for savvy travelers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-student-guy-red-polo-shirt-with-backpack-holding-airline-tickets-globe-looking-surprised-standing_141793-98693.jpg",
|
||||
imageAlt: "Colorful Indian street market",
|
||||
authorName: "TWY Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/flight-computer-graphic-airplane-wireless-cap_1134-1322.jpg",
|
||||
date: "Oct 15, 2023",
|
||||
},
|
||||
id: "3", category: "Budget", title: "Budget-Friendly Travel: Explore India on a Shoestring", excerpt: "Unlock the secrets to amazing travel experiences across India without breaking the bank. Tips for savvy travelers.", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-student-guy-red-polo-shirt-with-backpack-holding-airline-tickets-globe-looking-surprised-standing_141793-98693.jpg", imageAlt: "Colorful Indian street market", authorName: "TWY Team", authorAvatar: "http://img.b2bpic.net/free-photo/flight-computer-graphic-airplane-wireless-cap_1134-1322.jpg", date: "Oct 15, 2023"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -386,24 +241,16 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/tripwithyou",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/tripwithyou", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/tripwithyou",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/tripwithyou", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/tripwithyou",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/tripwithyou", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/tripwithyou",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/tripwithyou", ariaLabel: "LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user