diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index ccfc0d3..89e7763 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -8,7 +8,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Briefcase, Compass, Globe } from "lucide-react";
+import { Bell, Briefcase, CalendarCheck, Compass, Globe, HeartHandshake, Plane } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,41 +29,21 @@ export default function LandingPage() {
@@ -76,19 +56,13 @@ export default function LandingPage() {
description="At Voyage Elite, we believe that travel should be an art form. Founded on a passion for discovery and a commitment to unparalleled service, we meticulously design bespoke itineraries that transcend the ordinary. Our global network and deep expertise ensure every journey is a masterpiece, tailored precisely to your desires."
bulletPoints={[
{
- title: "Personalized Itineraries",
- description: "Every trip is unique, designed around your preferences and dreams.",
- icon: Compass,
+ title: "Personalized Itineraries", description: "Every trip is unique, designed around your preferences and dreams.", icon: Compass,
},
{
- title: "Global Network",
- description: "Access to exclusive destinations and private experiences worldwide.",
- icon: Globe,
+ title: "Global Network", description: "Access to exclusive destinations and private experiences worldwide.", icon: Globe,
},
{
- title: "Expert Concierge",
- description: "24/7 support and seamless logistics from start to finish.",
- icon: ConciergeBell,
+ title: "Expert Concierge", description: "24/7 support and seamless logistics from start to finish.", icon: Bell,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-business-lady-female-director-sitting-office-desk-discussing-results-planning-work-group-meeting-with-coworkers-working-together-office_141793-21302.jpg"
@@ -99,37 +73,22 @@ export default function LandingPage() {