Update src/app/about/page.tsx

This commit is contained in:
2026-03-26 10:55:02 +00:00
parent fed490ecb4
commit 35339c69d7

View File

@@ -7,7 +7,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import { Eye, Users } from "lucide-react";
import { Eye, Users, Leaf } from "lucide-react";
export default function LandingPage() {
return (
@@ -28,30 +28,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "about",
href: "/about",
},
name: "About", id: "/about"},
{
name: "Destinations",
id: "destinations",
href: "/destinations",
},
name: "Destinations", id: "/destinations"},
{
name: "Pricing",
id: "pricing",
href: "/pricing",
},
name: "Pricing", id: "/pricing"},
{
name: "Contact",
id: "contact",
href: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Wanderlust Journeys"
bottomLeftText="Explore the World"
@@ -67,19 +52,13 @@ export default function LandingPage() {
description="Wanderlust Journeys was born from a passion for exploration and a commitment to delivering exceptional travel experiences. For over a decade, we've specialized in personalized itineraries that uncover the world's most breathtaking destinations."
bulletPoints={[
{
title: "Visionary Travel",
description: "Pioneering unique itineraries that connect you deeply with cultures and landscapes.",
icon: Eye,
title: "Visionary Travel", description: "Pioneering unique itineraries that connect you deeply with cultures and landscapes.", icon: Eye,
},
{
title: "Expert Guidance",
description: "Our seasoned travel advisors provide unparalleled expertise and support, ensuring every detail is perfect.",
icon: Users,
title: "Expert Guidance", description: "Our seasoned travel advisors provide unparalleled expertise and support, ensuring every detail is perfect.", icon: Users,
},
{
title: "Sustainable Impact",
description: "Committed to responsible tourism, we support local communities and preserve natural wonders.",
icon: Leaf,
title: "Sustainable Impact", description: "Committed to responsible tourism, we support local communities and preserve natural wonders.", icon: Leaf,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/female-tourists-spread-their-arms-held-their-wings-smiling-happily_1150-7585.jpg"
@@ -95,20 +74,14 @@ export default function LandingPage() {
description="Our commitment to excellence is reflected in every journey we plan. Discover the numbers that speak to our dedication and success in creating memorable adventures."
metrics={[
{
value: "10+",
title: "Years of Excellence",
},
value: "10+", title: "Years of Excellence"},
{
value: "150+",
title: "Destinations Explored",
},
value: "150+", title: "Destinations Explored"},
{
value: "98%",
title: "Satisfied Travelers",
},
value: "98%", title: "Satisfied Travelers"},
]}
tag="Our Impact"
imageSrc="http://img.b2bpic.net/free-photo/female-tourist-who-is-looking-binoculars-see-atmosphere-waterfall_1150-7582.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/female-tourist-who-is-looking-binoculars-see-atmosphere-waterfall_1150-7582.jpg"
imageAlt="female tourist looking through binoculars at a waterfall"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -122,33 +95,13 @@ export default function LandingPage() {
useInvertedBackground={false}
team={[
{
id: "1",
name: "Anya Sharma",
role: "Chief Explorer Officer",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-happy-female-model-poses-black-bikini-straw-hat-has-broad-smile-while-looks-sunshine-stands-beach-near-sea-ocean-smiles-joyfully-people-summer-time-rest-concept_273609-2884.jpg?_wi=3",
imageAlt: "Anya Sharma",
},
id: "1", name: "Anya Sharma", role: "Chief Explorer Officer", imageSrc: "http://img.b2bpic.net/free-photo/pleased-happy-female-model-poses-black-bikini-straw-hat-has-broad-smile-while-looks-sunshine-stands-beach-near-sea-ocean-smiles-joyfully-people-summer-time-rest-concept_273609-2884.jpg", imageAlt: "Anya Sharma"},
{
id: "2",
name: "Mark Jensen",
role: "Head of Global Destinations",
imageSrc: "http://img.b2bpic.net/free-photo/traveler-stands-alone-edge-towering-mountain-range_482257-117933.jpg?_wi=3",
imageAlt: "Mark Jensen",
},
id: "2", name: "Mark Jensen", role: "Head of Global Destinations", imageSrc: "http://img.b2bpic.net/free-photo/traveler-stands-alone-edge-towering-mountain-range_482257-117933.jpg", imageAlt: "Mark Jensen"},
{
id: "3",
name: "Sophia Lee",
role: "Client Experience Lead",
imageSrc: "http://img.b2bpic.net/free-photo/laughing-man-woman-embracing_23-2147850507.jpg?_wi=2",
imageAlt: "Sophia Lee",
},
id: "3", name: "Sophia Lee", role: "Client Experience Lead", imageSrc: "http://img.b2bpic.net/free-photo/laughing-man-woman-embracing_23-2147850507.jpg", imageAlt: "Sophia Lee"},
{
id: "4",
name: "David Chen",
role: "Logistics & Operations Manager",
imageSrc: "http://img.b2bpic.net/free-photo/father-child-exploring-seashells-beach-sunset-toddler-with-dad-sand_169016-69731.jpg?_wi=2",
imageAlt: "David Chen",
},
id: "4", name: "David Chen", role: "Logistics & Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/father-child-exploring-seashells-beach-sunset-toddler-with-dad-sand_169016-69731.jpg", imageAlt: "David Chen"},
]}
title="Meet the Architects of Your Adventures"
description="Our dedicated team of travel experts is passionate about creating your perfect escape, from meticulous planning to seamless execution. We live and breathe travel."
@@ -160,75 +113,45 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Our Team",
href: "/about#team",
},
label: "Our Team", href: "/about#team"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
{
title: "Destinations",
items: [
title: "Destinations", items: [
{
label: "Asia",
href: "/destinations#asia",
},
label: "Asia", href: "/destinations#asia"},
{
label: "Europe",
href: "/destinations#europe",
},
label: "Europe", href: "/destinations#europe"},
{
label: "Americas",
href: "/destinations#americas",
},
label: "Americas", href: "/destinations#americas"},
{
label: "Africa",
href: "/destinations#africa",
},
label: "Africa", href: "/destinations#africa"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "/pricing#faq",
},
label: "FAQ", href: "/pricing#faq"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Booking Policy",
href: "#",
},
label: "Booking Policy", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}