diff --git a/src/app/page.tsx b/src/app/page.tsx index 93ca004..e51b58c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,15 +68,15 @@ export default function LandingPage() { { title: "Private Yacht Charter", description: "Enjoy exclusive yacht rental for intimate gatherings, business meetings, or romantic getaways in Dubai Marina and surrounding waters.", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982736.jpg", imageAlt: "Private yacht charter"}, { - title: "Birthday Yacht Parties", description: "Celebrate in style with our luxurious yacht party packages complete with premium amenities and professional crew service.", imageSrc: "http://img.b2bpic.net/free-photo/three-friends-enjoying-burgers-together-while-beach_23-2148666657.jpg", imageAlt: "Birthday yacht party"}, + title: "Birthday Yacht Parties", description: "Celebrate in style with our luxurious yacht party packages complete with premium amenities and professional crew service.", imageSrc: "http://img.b2bpic.net/free-photo/three-friends-enjoying-burgers-together-while-beach_23-2148666657.jpg?_wi=1", imageAlt: "Birthday yacht party"}, { - title: "Sunset Cruises", description: "Experience unforgettable sunset moments on our premium yachts with world-class dining and entertainment options.", imageSrc: "http://img.b2bpic.net/free-photo/miami-night-scene_649448-854.jpg", imageAlt: "Sunset yacht cruise"}, + title: "Sunset Cruises", description: "Experience unforgettable sunset moments on our premium yachts with world-class dining and entertainment options.", imageSrc: "http://img.b2bpic.net/free-photo/miami-night-scene_649448-854.jpg?_wi=1", imageAlt: "Sunset yacht cruise"}, { title: "Luxury Limousine Rental", description: "Book premium limousine services for airport transfers, city tours, weddings, and VIP transportation throughout Dubai.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-car-business-trip_1303-21475.jpg", imageAlt: "Luxury limousine"}, { - title: "Corporate Yacht Events", description: "Host professional meetings, product launches, and team-building events on our state-of-the-art luxury yachts.", imageSrc: "http://img.b2bpic.net/free-photo/summer-terrace-landscape-wooden-building_1203-4725.jpg", imageAlt: "Corporate yacht event"}, + title: "Corporate Yacht Events", description: "Host professional meetings, product launches, and team-building events on our state-of-the-art luxury yachts.", imageSrc: "http://img.b2bpic.net/free-photo/summer-terrace-landscape-wooden-building_1203-4725.jpg?_wi=1", imageAlt: "Corporate yacht event"}, { - title: "Romantic Experiences", description: "Create magical romantic moments with private yacht cruises, champagne dinners, and personalized services for couples.", imageSrc: "http://img.b2bpic.net/free-photo/miami-night-scene_649448-854.jpg", imageAlt: "Romantic yacht experience"}, + title: "Romantic Experiences", description: "Create magical romantic moments with private yacht cruises, champagne dinners, and personalized services for couples.", imageSrc: "http://img.b2bpic.net/free-photo/miami-night-scene_649448-854.jpg?_wi=2", imageAlt: "Romantic yacht experience"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -130,15 +130,15 @@ export default function LandingPage() { tag="Packages" plans={[ { - id: "sunset", title: "Sunset Cruise", price: "From AED 1,500", period: "per person", imageSrc: "http://img.b2bpic.net/free-photo/miami-night-scene_649448-854.jpg", imageAlt: "Sunset cruise package", features: ["2-hour private yacht cruise", "Premium refreshments included", "Sunset viewing from deck", "Professional crew service"], + id: "sunset", title: "Sunset Cruise", price: "From AED 1,500", period: "per person", imageSrc: "http://img.b2bpic.net/free-photo/miami-night-scene_649448-854.jpg?_wi=3", imageAlt: "Sunset cruise package", features: ["2-hour private yacht cruise", "Premium refreshments included", "Sunset viewing from deck", "Professional crew service"], button: { text: "Book Now", href: "tel:+971522742852" }, }, { - id: "birthday", title: "Birthday Party", price: "From AED 3,500", period: "up to 15 guests", imageSrc: "http://img.b2bpic.net/free-photo/three-friends-enjoying-burgers-together-while-beach_23-2148666657.jpg", imageAlt: "Birthday party package", features: ["4-hour yacht celebration", "Catering and beverages", "DJ and entertainment", "Premium decorations"], + id: "birthday", title: "Birthday Party", price: "From AED 3,500", period: "up to 15 guests", imageSrc: "http://img.b2bpic.net/free-photo/three-friends-enjoying-burgers-together-while-beach_23-2148666657.jpg?_wi=2", imageAlt: "Birthday party package", features: ["4-hour yacht celebration", "Catering and beverages", "DJ and entertainment", "Premium decorations"], button: { text: "Book Now", href: "tel:+971522742852" }, }, { - id: "corporate", title: "Corporate Event", price: "From AED 5,000", period: "customizable", imageSrc: "http://img.b2bpic.net/free-photo/summer-terrace-landscape-wooden-building_1203-4725.jpg", imageAlt: "Corporate event package", features: ["Full-day yacht charter", "Meeting facilities onboard", "Catering service included", "Professional coordination"], + id: "corporate", title: "Corporate Event", price: "From AED 5,000", period: "customizable", imageSrc: "http://img.b2bpic.net/free-photo/summer-terrace-landscape-wooden-building_1203-4725.jpg?_wi=2", imageAlt: "Corporate event package", features: ["Full-day yacht charter", "Meeting facilities onboard", "Catering service included", "Professional coordination"], button: { text: "Request Quote", href: "tel:+971522742852" }, }, ]}