From c7424f1dd1818b0d6b1aef3a13eaff8eb261ebe0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:36:06 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) 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() {
Date: Mon, 2 Mar 2026 19:36:07 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8f1d34b..59fb48b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { 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 ContactPage() { ] }, { - 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 ContactPage() { ] }, { - 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 ContactPage() { ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" }, @@ -102,24 +98,16 @@ export default function ContactPage() { tagIcon={Award} plans={[ { - id: "1", - badge: "Popular Choice", - badgeIcon: Sparkles, - price: "From $25,000", - name: "Essential Escape", - buttons: [ + id: "1", badge: "Popular Choice", badgeIcon: Sparkles, + price: "From $25,000", name: "Essential Escape", buttons: [ { text: "Request Details", href: "/contact" }, { text: "Chat with Expert", href: "/contact" } ], features: ["5-7 day curated itinerary", "Luxury accommodations", "Private ground transportation", "24/7 concierge support"] }, { - id: "2", - badge: "Most Popular", - badgeIcon: Crown, - price: "From $50,000", - name: "Signature Collection", - buttons: [ + id: "2", badge: "Most Popular", badgeIcon: Crown, + price: "From $50,000", name: "Signature Collection", buttons: [ { text: "Request Details", href: "/contact" }, { text: "Chat with Expert", href: "/contact" } ], -- 2.49.1 From c365f7117a0325810b9513b9a5ac29cffbf4d04f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:36:08 +0000 Subject: [PATCH 3/5] Update src/app/destinations/page.tsx --- src/app/destinations/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/destinations/page.tsx b/src/app/destinations/page.tsx index cdd284f..a7c6c99 100644 --- a/src/app/destinations/page.tsx +++ b/src/app/destinations/page.tsx @@ -19,8 +19,7 @@ export default function DestinationsPage() { 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 DestinationsPage() { ] }, { - 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 DestinationsPage() { ] }, { - 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 DestinationsPage() { ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" }, -- 2.49.1 From 4ef29b2b2d8d4de71b6a471d6ac362cf1d9305ea Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:36:08 +0000 Subject: [PATCH 4/5] Update src/app/layout.tsx --- src/app/layout.tsx | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4a165b7..0701155 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const montserrat = Montserrat({ - variable: "--font-montserrat", - subsets: ["latin"], + variable: "--font-montserrat", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Aviato - Luxury Travel Agency for High-Net-Worth Individuals", - description: "Curated global travel experiences for discerning clients. Private yachts, exclusive destinations, and bespoke itineraries. Luxury travel redefined.", - keywords: "luxury travel agency, high net worth travel, bespoke travel, private yacht charter, exclusive destinations, luxury experiences", - robots: { + title: "Aviato - Luxury Travel Agency for High-Net-Worth Individuals", description: "Curated global travel experiences for discerning clients. Private yachts, exclusive destinations, and bespoke itineraries. Luxury travel redefined.", keywords: "luxury travel agency, high net worth travel, bespoke travel, private yacht charter, exclusive destinations, luxury experiences", robots: { index: true, follow: true, }, openGraph: { - title: "Aviato - Luxury Travel Agency", - description: "Experience the world's most exclusive destinations with Aviato. Curated journeys for discerning travelers.", - url: "https://aviato-luxury.com", - siteName: "Aviato", - type: "website", - images: [ + title: "Aviato - Luxury Travel Agency", description: "Experience the world's most exclusive destinations with Aviato. Curated journeys for discerning travelers.", url: "https://aviato-luxury.com", siteName: "Aviato", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/financial-analysts_1098-14332.jpg", - alt: "Luxury travel destination", - }, + url: "http://img.b2bpic.net/free-photo/financial-analysts_1098-14332.jpg", alt: "Luxury travel destination"}, ], }, twitter: { - card: "summary_large_image", - title: "Aviato - Luxury Travel Agency", - description: "Curated global adventures for high-net-worth travelers", - images: ["http://img.b2bpic.net/free-photo/financial-analysts_1098-14332.jpg"], + card: "summary_large_image", title: "Aviato - Luxury Travel Agency", description: "Curated global adventures for high-net-worth travelers", images: ["http://img.b2bpic.net/free-photo/financial-analysts_1098-14332.jpg"], }, }; -- 2.49.1 From d03777e229a6dd82e3613fdf53208f91d1b08e46 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:36:09 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 64 +++++++++++++++++++----------------------------- 1 file changed, 25 insertions(+), 39 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 425c960..e40fc58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import Link from 'next/link'; -import { Plane, Globe, Star, Heart, Award, Sparkles, Crown, Mail } from 'lucide-react'; +import { Plane, Globe, Star, Heart, Award, Sparkles, Crown, Mail, Landmark, Waves, Mountain, Trees, Compass, Boat } from 'lucide-react'; export default function HomePage() { const navItems = [ @@ -24,8 +24,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Explore", - items: [ + title: "Explore", items: [ { label: "Destinations", href: "/destinations" }, { label: "Experiences", href: "/experiences" }, { label: "Pricing", href: "/pricing" }, @@ -33,8 +32,7 @@ export default function HomePage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "Our Story", href: "/about" }, { label: "Travel Consultants", href: "/about" }, { label: "Press", href: "#" }, @@ -42,8 +40,7 @@ export default function HomePage() { ] }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "#" }, { label: "Travel Insurance", href: "#" }, @@ -51,8 +48,7 @@ export default function HomePage() { ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" }, @@ -113,9 +109,10 @@ export default function HomePage() { { 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=1" + imageSrc="http://img.b2bpic.net/free-photo/happy-businesswoman-looking-her-passport-while-standing_107420-63595.jpg" imageAlt="Luxury travel concierge service" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} />
@@ -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() {