diff --git a/src/app/page.tsx b/src/app/page.tsx index e40fc58..2461f13 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, Landmark, Waves, Mountain, Trees, Compass, Boat } from 'lucide-react'; +import { Plane, Globe, Star, Heart, Award, Sparkles, Crown, Mail, Landmark, Waves, Mountain, Trees, Compass } from 'lucide-react'; export default function HomePage() { const navItems = [ @@ -129,7 +129,7 @@ export default function HomePage() { { 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." } + { icon: Waves, 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}