From 350df39b2a3714e7e32837893fb1dc916dc50ce7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:38:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.49.1