From 40e1ffe72fd582ef5010b4d494eb78e0a94fa7fc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:12:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1562bf3..b595b04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,9 +90,9 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="slide-up" products={[ - { id: "1", name: "Gulfstream G650ER", price: "$8,500/hr", imageSrc: "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-451.jpg", imageAlt: "Gulfstream G650ER luxury jet" }, - { id: "2", name: "Bombardier Global 7500", price: "$9,200/hr", imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg", imageAlt: "Bombardier Global 7500 executive aircraft" }, - { id: "3", name: "Airbus ACJ320neo", price: "$11,000/hr", imageSrc: "http://img.b2bpic.net/free-photo/passengers-flying-economy-class-with-airplane-sunset-waiting-arrive-vacation-travel-holiday-destination-travelling-by-plane-with-international-airline-service-aircraft-jet_482257-48462.jpg", imageAlt: "Airbus ACJ320neo premium airliner" } + { id: "1", name: "Gulfstream G650ER", price: "$8,500/hr", imageSrc: "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-451.jpg?_wi=1", imageAlt: "Gulfstream G650ER luxury jet" }, + { id: "2", name: "Bombardier Global 7500", price: "$9,200/hr", imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=1", imageAlt: "Bombardier Global 7500 executive aircraft" }, + { id: "3", name: "Airbus ACJ320neo", price: "$11,000/hr", imageSrc: "http://img.b2bpic.net/free-photo/passengers-flying-economy-class-with-airplane-sunset-waiting-arrive-vacation-travel-holiday-destination-travelling-by-plane-with-international-airline-service-aircraft-jet_482257-48462.jpg?_wi=1", imageAlt: "Airbus ACJ320neo premium airliner" } ]} gridVariant="three-columns-all-equal-width" animationType="blur-reveal" @@ -117,29 +117,29 @@ export default function LandingPage() { { title: "Executive Charter", description: "Flexible scheduling with departure at your convenience. Avoid commercial airport crowds and enjoy direct routing to your destination.", icon: Plane, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-451.jpg", imageAlt: "Executive charter aircraft" }, - { imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg", imageAlt: "Luxury jet cabin" } + { imageSrc: "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-451.jpg?_wi=2", imageAlt: "Executive charter aircraft" }, + { imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=2", imageAlt: "Luxury jet cabin" } ] }, { title: "Membership Programs", description: "Exclusive membership tiers offering guaranteed availability, discounted rates, and priority booking. Choose the plan that matches your flying profile.", icon: Briefcase, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg", imageAlt: "Premium membership benefits" }, - { imageSrc: "http://img.b2bpic.net/free-photo/passengers-flying-economy-class-with-airplane-sunset-waiting-arrive-vacation-travel-holiday-destination-travelling-by-plane-with-international-airline-service-aircraft-jet_482257-48462.jpg", imageAlt: "Exclusive member access" } + { imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=3", imageAlt: "Premium membership benefits" }, + { imageSrc: "http://img.b2bpic.net/free-photo/passengers-flying-economy-class-with-airplane-sunset-waiting-arrive-vacation-travel-holiday-destination-travelling-by-plane-with-international-airline-service-aircraft-jet_482257-48462.jpg?_wi=2", imageAlt: "Exclusive member access" } ] }, { title: "Cargo & Special Services", description: "Specialized handling for high-value cargo, medical evacuations, and emergency response. Our logistics team coordinates every detail with precision.", icon: Package, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/passengers-flying-economy-class-with-airplane-sunset-waiting-arrive-vacation-travel-holiday-destination-travelling-by-plane-with-international-airline-service-aircraft-jet_482257-48462.jpg", imageAlt: "Cargo aircraft services" }, - { imageSrc: "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-451.jpg", imageAlt: "Specialized cargo handling" } + { imageSrc: "http://img.b2bpic.net/free-photo/passengers-flying-economy-class-with-airplane-sunset-waiting-arrive-vacation-travel-holiday-destination-travelling-by-plane-with-international-airline-service-aircraft-jet_482257-48462.jpg?_wi=3", imageAlt: "Cargo aircraft services" }, + { imageSrc: "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-451.jpg?_wi=3", imageAlt: "Specialized cargo handling" } ] }, { title: "Concierge Services", description: "From ground transportation to catering, our dedicated concierge team manages every aspect of your journey. Travel how you deserve to travel.", icon: Users, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg", imageAlt: "Premium concierge team" }, - { imageSrc: "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-451.jpg", imageAlt: "Luxury ground services" } + { imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=4", imageAlt: "Premium concierge team" }, + { imageSrc: "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-451.jpg?_wi=4", imageAlt: "Luxury ground services" } ] } ]} @@ -185,12 +185,12 @@ export default function LandingPage() { tagIcon={Star} tagAnimation="slide-up" testimonials={[ - { id: "1", name: "James Mitchell", handle: "CEO, Global Tech Ventures", testimonial: "APEX AIR has transformed how I travel for business. The flexibility, comfort, and professionalism are unmatched. I wouldn't trust my time to anyone else.", imageSrc: "http://img.b2bpic.net/free-photo/male-executive-with-glasses_1098-760.jpg", imageAlt: "James Mitchell" }, - { id: "2", name: "Sarah Chen", handle: "CFO, Investment Capital Partners", testimonial: "From booking to landing, every detail is handled with excellence. The concierge team anticipates every need. This is what luxury aviation should be.", imageSrc: "http://img.b2bpic.net/free-photo/confident-blond-businesswoman-suit-smiles-camera-sits-outdoors-near-office-buildings_1258-116714.jpg", imageAlt: "Sarah Chen" }, + { id: "1", name: "James Mitchell", handle: "CEO, Global Tech Ventures", testimonial: "APEX AIR has transformed how I travel for business. The flexibility, comfort, and professionalism are unmatched. I wouldn't trust my time to anyone else.", imageSrc: "http://img.b2bpic.net/free-photo/male-executive-with-glasses_1098-760.jpg?_wi=1", imageAlt: "James Mitchell" }, + { id: "2", name: "Sarah Chen", handle: "CFO, Investment Capital Partners", testimonial: "From booking to landing, every detail is handled with excellence. The concierge team anticipates every need. This is what luxury aviation should be.", imageSrc: "http://img.b2bpic.net/free-photo/confident-blond-businesswoman-suit-smiles-camera-sits-outdoors-near-office-buildings_1258-116714.jpg?_wi=1", imageAlt: "Sarah Chen" }, { id: "3", name: "Michael Rodriguez", handle: "Founder, International Consulting Group", testimonial: "Privacy, punctuality, and professionalism. APEX AIR delivers on all fronts. My board meetings start on schedule because they deliver on time, every time.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-waiting_23-2147996570.jpg", imageAlt: "Michael Rodriguez" }, { id: "4", name: "Elena Volkov", handle: "Managing Partner, European Investment Consortium", testimonial: "We've chartered with dozens of companies. APEX AIR sets the standard. Their attention to detail and commitment to excellence is simply exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-magazine-drinking-coffee_23-2148415808.jpg", imageAlt: "Elena Volkov" }, - { id: "5", name: "David Park", handle: "President, Asia Pacific Operations", testimonial: "The responsiveness and dedication of the team is remarkable. Every charter feels like a personalized experience. Highly recommended for discerning travelers.", imageSrc: "http://img.b2bpic.net/free-photo/male-executive-with-glasses_1098-760.jpg", imageAlt: "David Park" }, - { id: "6", name: "Victoria Laurent", handle: "Director, Luxury Real Estate", testimonial: "Flying with APEX AIR isn't just about transportation—it's about arriving in style and comfort. An investment worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/confident-blond-businesswoman-suit-smiles-camera-sits-outdoors-near-office-buildings_1258-116714.jpg", imageAlt: "Victoria Laurent" } + { id: "5", name: "David Park", handle: "President, Asia Pacific Operations", testimonial: "The responsiveness and dedication of the team is remarkable. Every charter feels like a personalized experience. Highly recommended for discerning travelers.", imageSrc: "http://img.b2bpic.net/free-photo/male-executive-with-glasses_1098-760.jpg?_wi=2", imageAlt: "David Park" }, + { id: "6", name: "Victoria Laurent", handle: "Director, Luxury Real Estate", testimonial: "Flying with APEX AIR isn't just about transportation—it's about arriving in style and comfort. An investment worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/confident-blond-businesswoman-suit-smiles-camera-sits-outdoors-near-office-buildings_1258-116714.jpg?_wi=2", imageAlt: "Victoria Laurent" } ]} animationType="blur-reveal" textboxLayout="default"