Update src/app/about/page.tsx
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>
|
||||
|
||||
Reference in New Issue
Block a user