diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 78e4a12..0571fce 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Explore", - items: [ + title: "Explore", items: [ { label: "Destinations", href: "/destinations" }, { label: "Experiences", href: "/experiences" }, { label: "Pricing", href: "/pricing" }, @@ -28,8 +27,7 @@ export default function AboutPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "Our Story", href: "/about" }, { label: "Travel Consultants", href: "/about" }, { label: "Press", href: "#" }, @@ -37,8 +35,7 @@ export default function AboutPage() { ] }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "#" }, { label: "Travel Insurance", href: "#" }, @@ -46,8 +43,7 @@ export default function AboutPage() { ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" }, @@ -90,9 +86,10 @@ export default function AboutPage() { { value: "15+", title: "Years of Luxury Travel Expertise" }, { value: "500+", title: "Satisfied High-Net-Worth Clients Worldwide" } ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-businesswoman-looking-her-passport-while-standing_107420-63595.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/happy-businesswoman-looking-her-passport-while-standing_107420-63595.jpg" imageAlt="Aviato luxury travel team" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -107,9 +104,10 @@ export default function AboutPage() { { value: "100%", title: "Client Satisfaction Rate" }, { value: "24/7", title: "Concierge Support Available" } ]} - imageSrc="http://img.b2bpic.net/free-photo/back-view-african-american-male-watching-elephants-safari_181624-48475.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/back-view-african-american-male-watching-elephants-safari_181624-48475.jpg" imageAlt="Safari adventure experience" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={true} /> @@ -117,10 +115,10 @@ export default function AboutPage() {
@@ -127,12 +124,12 @@ export default function HomePage() { tag="Featured Destinations" tagIcon={Globe} features={[ - { icon: Plane, title: "Paris: The City of Light", description: "Experience Parisian elegance with private museum tours, exclusive Michelin-star dining, and stays in iconic palace hotels." }, - { icon: Plane, title: "Maldives: Island Paradise", description: "Unwind in luxury overwater bungalows with private infinity pools, world-class diving, and pristine white-sand beaches." }, - { icon: Plane, title: "Tokyo: Modern Luxury", description: "Discover Japan's capital through exclusive cultural experiences, private shopping tours, and premium hospitality." }, - { icon: Plane, title: "Bali: Spiritual Retreat", description: "Connect with nature in exclusive private villas featuring world-class wellness centers and personalized yoga experiences." }, - { icon: Plane, title: "African Safari: Ultimate Adventure", description: "Experience wildlife encounters in private game reserves with expert guides and luxury safari lodges." }, - { icon: Plane, title: "Mediterranean: Coastal Elegance", description: "Sail on private yachts through crystal-clear waters with stops at exclusive coastal villages and luxury resorts." } + { icon: Landmark, title: "Paris: The City of Light", description: "Experience Parisian elegance with private museum tours, exclusive Michelin-star dining, and stays in iconic palace hotels." }, + { icon: Waves, title: "Maldives: Island Paradise", description: "Unwind in luxury overwater bungalows with private infinity pools, world-class diving, and pristine white-sand beaches." }, + { icon: Mountain, title: "Tokyo: Modern Luxury", description: "Discover Japan's capital through exclusive cultural experiences, private shopping tours, and premium hospitality." }, + { icon: Trees, title: "Bali: Spiritual Retreat", description: "Connect with nature in exclusive private villas featuring world-class wellness centers and personalized yoga experiences." }, + { icon: Compass, title: "African Safari: Ultimate Adventure", description: "Experience wildlife encounters in private game reserves with expert guides and luxury safari lodges." }, + { icon: Boat, title: "Mediterranean: Coastal Elegance", description: "Sail on private yachts through crystal-clear waters with stops at exclusive coastal villages and luxury resorts." } ]} textboxLayout="default" useInvertedBackground={true} @@ -148,7 +145,7 @@ export default function HomePage() { tagIcon={Star} products={[ { id: "1", name: "Private Yacht Charter", price: "From $50,000", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-2551.jpg", imageAlt: "Luxury yacht charter" }, - { id: "2", name: "Luxury Safari Expedition", price: "From $35,000", imageSrc: "http://img.b2bpic.net/free-photo/back-view-african-american-male-watching-elephants-safari_181624-48475.jpg?_wi=1", imageAlt: "Luxury safari experience" }, + { id: "2", name: "Luxury Safari Expedition", price: "From $35,000", imageSrc: "http://img.b2bpic.net/free-photo/back-view-african-american-male-watching-elephants-safari_181624-48475.jpg", imageAlt: "Luxury safari experience" }, { id: "3", name: "Michelin-Star Dining Tour", price: "From $15,000", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg", imageAlt: "Fine dining experience" }, { id: "4", name: "Wellness Retreat Package", price: "From $25,000", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-is-relaxing-spa-complex-with-sauna_169016-22729.jpg", imageAlt: "Luxury spa retreat" } ]} @@ -162,12 +159,12 @@ export default function HomePage() {