diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f46cdff..08d7b4c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,8 +18,7 @@ const navItems = [ const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Spa & Wellness", href: "/offerings" }, { label: "Fine Dining", href: "/offerings" }, { label: "Adventure", href: "/offerings" }, @@ -27,8 +26,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Philosophy", href: "/about" }, { label: "Careers", href: "#" }, @@ -36,8 +34,7 @@ const footerColumns = [ ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQs", href: "/contact" }, { label: "Booking Help", href: "/booking" }, @@ -54,7 +51,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -79,9 +76,10 @@ export default function AboutPage() { { value: "20+", title: "Years of Expertise" }, { value: "500+", title: "Exclusive Properties" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg" imageAlt="Luxury concierge service" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -94,25 +92,16 @@ export default function AboutPage() { useInvertedBackground={false} mediaAnimation="slide-up" faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/entrepreneurs-exchange-ideas-work_482257-90714.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/entrepreneurs-exchange-ideas-work_482257-90714.jpg" imageAlt="Luxury booking experience" mediaPosition="right" faqs={[ { - id: "1", - title: "How does the booking system work?", - content: "Our intuitive booking system guides you through selecting your destination, preferred dates, and service level. Our concierge team will then confirm availability, provide personalized recommendations, and handle all arrangements to ensure a seamless experience.", - }, + id: "1", title: "How does the booking system work?", content: "Our intuitive booking system guides you through selecting your destination, preferred dates, and service level. Our concierge team will then confirm availability, provide personalized recommendations, and handle all arrangements to ensure a seamless experience."}, { - id: "2", - title: "What is included in my membership tier?", - content: "Each tier includes access to designated properties, concierge services, and exclusive discounts. Platinum members receive unlimited access to all properties, personal travel advisors, and bespoke experience curation tailored to individual preferences.", - }, + id: "2", title: "What is included in my membership tier?", content: "Each tier includes access to designated properties, concierge services, and exclusive discounts. Platinum members receive unlimited access to all properties, personal travel advisors, and bespoke experience curation tailored to individual preferences."}, { - id: "3", - title: "Can I customize my experience?", - content: "Absolutely. We specialize in bespoke experiences. Our dedicated concierge team works with you to understand your preferences, interests, and requirements to create a completely customized itinerary.", - }, + id: "3", title: "Can I customize my experience?", content: "Absolutely. We specialize in bespoke experiences. Our dedicated concierge team works with you to understand your preferences, interests, and requirements to create a completely customized itinerary."}, ]} /> @@ -125,14 +114,14 @@ export default function AboutPage() { { text: "Explore Our Philosophy", href: "/offerings" }, { text: "Get in Touch", href: "/contact" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -106,14 +94,14 @@ export default function ContactPage() { { text: "Book Your Experience", href: "/booking" }, { text: "Connect with Concierge", href: "#" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -114,55 +99,31 @@ export default function GalleryPage() { animationType="slide-up" plans={[ { - id: "silver", - badge: "Silver Tier", - badgeIcon: Star, - price: "$5,000/year", - subtitle: "Perfect for the discerning traveler", - buttons: [ + id: "silver", badge: "Silver Tier", badgeIcon: Star, + price: "$5,000/year", subtitle: "Perfect for the discerning traveler", buttons: [ { text: "Select Plan", href: "/booking" }, { text: "Learn More", href: "#" }, ], features: [ - "Access to 200+ curated destinations", - "Priority booking reservations", - "Dedicated concierge service", - "15% discount on all experiences", - ], + "Access to 200+ curated destinations", "Priority booking reservations", "Dedicated concierge service", "15% discount on all experiences"], }, { - id: "gold", - badge: "Gold Tier", - badgeIcon: Crown, - price: "$12,000/year", - subtitle: "For the true luxury enthusiast", - buttons: [ + id: "gold", badge: "Gold Tier", badgeIcon: Crown, + price: "$12,000/year", subtitle: "For the true luxury enthusiast", buttons: [ { text: "Select Plan", href: "/booking" }, { text: "Learn More", href: "#" }, ], features: [ - "Access to all 500+ exclusive properties", - "24/7 white-glove concierge", - "Complimentary upgrades", - "25% discount on all services", - ], + "Access to all 500+ exclusive properties", "24/7 white-glove concierge", "Complimentary upgrades", "25% discount on all services"], }, { - id: "platinum", - badge: "Platinum Elite", - badgeIcon: Gem, - price: "$25,000/year", - subtitle: "The ultimate luxury experience", - buttons: [ + id: "platinum", badge: "Platinum Elite", badgeIcon: Gem, + price: "$25,000/year", subtitle: "The ultimate luxury experience", buttons: [ { text: "Select Plan", href: "/booking" }, { text: "Learn More", href: "#" }, ], features: [ - "Unlimited access to all destinations", - "Personal luxury travel advisor", - "Bespoke experience curation", - "35% discount + exclusive perks", - ], + "Unlimited access to all destinations", "Personal luxury travel advisor", "Bespoke experience curation", "35% discount + exclusive perks"], }, ]} /> @@ -176,14 +137,14 @@ export default function GalleryPage() { { text: "Choose Your Tier", href: "/booking" }, { text: "Schedule Consultation", href: "/contact" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -123,22 +99,13 @@ export default function OfferingsPage() { features={[ { id: 1, - title: "Discover & Inspire", - description: "Browse our curated collection of exclusive destinations, bespoke services, and signature experiences tailored to your preferences.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", - }, + title: "Discover & Inspire", description: "Browse our curated collection of exclusive destinations, bespoke services, and signature experiences tailored to your preferences.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"}, { id: 2, - title: "Personalize & Plan", - description: "Work with our dedicated concierge team to customize every detail of your escape, from accommodations to dining reservations.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=1", - }, + title: "Personalize & Plan", description: "Work with our dedicated concierge team to customize every detail of your escape, from accommodations to dining reservations.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg"}, { id: 3, - title: "Reserve with Confidence", - description: "Complete your booking through our secure, intuitive platform with transparent pricing and flexible terms designed for your peace of mind.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-infinity-swimming-pool-hotel-resort-with-sea-ocean-view-white-cloud-blue-sky_74190-9030.jpg?_wi=1", - }, + title: "Reserve with Confidence", description: "Complete your booking through our secure, intuitive platform with transparent pricing and flexible terms designed for your peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-infinity-swimming-pool-hotel-resort-with-sea-ocean-view-white-cloud-blue-sky_74190-9030.jpg"}, ]} /> @@ -151,14 +118,14 @@ export default function OfferingsPage() { { text: "Reserve Now", href: "/booking" }, { text: "Speak to Concierge", href: "/contact" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -159,41 +144,13 @@ export default function HomePage() { tagIcon={Award} testimonials={[ { - id: "1", - title: "An Unforgettable Escape", - quote: "Luxury Escapes transformed my expectation of what premium travel could be. Every detail was perfectly orchestrated, from the moment of booking to our final departure. The white-glove service and personalized attention made this the most memorable vacation of my life.", - name: "Alexandra Mitchell", - role: "CEO, Global Ventures", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=1", - imageAlt: "Alexandra Mitchell", - }, + id: "1", title: "An Unforgettable Escape", quote: "Luxury Escapes transformed my expectation of what premium travel could be. Every detail was perfectly orchestrated, from the moment of booking to our final departure. The white-glove service and personalized attention made this the most memorable vacation of my life.", name: "Alexandra Mitchell", role: "CEO, Global Ventures", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "Alexandra Mitchell"}, { - id: "2", - title: "Personalized Excellence", - quote: "What impressed me most was their ability to anticipate needs I didn't even know I had. My concierge suggested experiences that perfectly aligned with my interests, and everything was seamlessly arranged. This is what true luxury service looks like.", - name: "Victoria Chen", - role: "Founder, Innovate Labs", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg", - imageAlt: "Victoria Chen", - }, + id: "2", title: "Personalized Excellence", quote: "What impressed me most was their ability to anticipate needs I didn't even know I had. My concierge suggested experiences that perfectly aligned with my interests, and everything was seamlessly arranged. This is what true luxury service looks like.", name: "Victoria Chen", role: "Founder, Innovate Labs", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg", imageAlt: "Victoria Chen"}, { - id: "3", - title: "Beyond Expectations", - quote: "We've traveled to the most exclusive properties worldwide, but Luxury Escapes elevated the entire experience. Their network of premium destinations and commitment to excellence is unmatched in the industry.", - name: "James Richardson", - role: "Chief Investment Officer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=2", - imageAlt: "James Richardson", - }, + id: "3", title: "Beyond Expectations", quote: "We've traveled to the most exclusive properties worldwide, but Luxury Escapes elevated the entire experience. Their network of premium destinations and commitment to excellence is unmatched in the industry.", name: "James Richardson", role: "Chief Investment Officer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "James Richardson"}, { - id: "4", - title: "The Gold Standard", - quote: "As someone who values privacy and exclusivity, Luxury Escapes is the only travel company I trust with my most important getaways. Their discretion, professionalism, and commitment to perfection is simply outstanding.", - name: "Margaret Hartwell", - role: "Executive Director, Heritage Foundation", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-studio-shot-attractive-pretty-woman-with-light-brown-hair-wearing-black-jacket-with-red-lips_291650-1321.jpg", - imageAlt: "Margaret Hartwell", - }, + id: "4", title: "The Gold Standard", quote: "As someone who values privacy and exclusivity, Luxury Escapes is the only travel company I trust with my most important getaways. Their discretion, professionalism, and commitment to perfection is simply outstanding.", name: "Margaret Hartwell", role: "Executive Director, Heritage Foundation", imageSrc: "http://img.b2bpic.net/free-photo/indoor-studio-shot-attractive-pretty-woman-with-light-brown-hair-wearing-black-jacket-with-red-lips_291650-1321.jpg", imageAlt: "Margaret Hartwell"}, ]} /> @@ -206,14 +163,14 @@ export default function HomePage() { { text: "Start Your Journey", href: "/booking" }, { text: "Contact Concierge", href: "/contact" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} />