diff --git a/src/app/page.tsx b/src/app/page.tsx
index a3d5c44..98e2837 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -56,36 +44,16 @@ export default function LandingPage() {
@@ -94,19 +62,9 @@ export default function LandingPage() {
@@ -118,27 +76,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
features={[
- {
- title: "World Class Catering",
- description: "Gourmet dining tailored to your preferences, sourced from the finest ingredients globally.",
- imageSrc: "http://img.b2bpic.net/free-photo/sitting-boy-waiting-restaurant_23-2148018743.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160568.jpg",
- buttonText: "Discover",
- },
- {
- title: "Privacy & Comfort",
- description: "Expansive, soundproofed cabins designed for ultimate productivity or relaxation during your journey.",
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-disposable-coffee-cup-using-mobile-phone_107420-64840.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area-airport-terminal_107420-95858.jpg",
- buttonText: "Discover",
- },
- {
- title: "Premium Concierge",
- description: "Our team handles every logistical detail, ensuring you receive personalized care before you board.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-white-protection-suit-disinfecting-sanitizing-subway-train-interior-stop-spreading-highly-contagious-corona-virus_342744-482.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-modern-parked-monoplane-propeller_181624-3366.jpg",
- buttonText: "Discover",
- },
+ { title: "World Class Catering", description: "Gourmet dining tailored to your preferences, sourced from the finest ingredients globally.", imageSrc: "http://img.b2bpic.net/free-photo/sitting-boy-waiting-restaurant_23-2148018743.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160568.jpg", buttonText: "Discover" },
+ { title: "Privacy & Comfort", description: "Expansive, soundproofed cabins designed for ultimate productivity or relaxation during your journey.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-disposable-coffee-cup-using-mobile-phone_107420-64840.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area-airport-terminal_107420-95858.jpg", buttonText: "Discover" },
+ { title: "Premium Concierge", description: "Our team handles every logistical detail, ensuring you receive personalized care before you board.", imageSrc: "http://img.b2bpic.net/free-photo/man-white-protection-suit-disinfecting-sanitizing-subway-train-interior-stop-spreading-highly-contagious-corona-virus_342744-482.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-modern-parked-monoplane-propeller_181624-3366.jpg", buttonText: "Discover" },
]}
title="Why Choose Henaglobal?"
description="Excellence in every detail, from takeoff to touchdown."
@@ -152,48 +92,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Ultra-Long Range Jet",
- price: "Contact for Quote",
- variant: "Large Cabin",
- imageSrc: "http://img.b2bpic.net/free-photo/luxury-design-private-jet-flying-clouds-ai-generated-image_511042-1764.jpg",
- },
- {
- id: "2",
- name: "Light Executive Jet",
- price: "Contact for Quote",
- variant: "Short Haul",
- imageSrc: "http://img.b2bpic.net/free-photo/luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-wearing-sunglasses-summer-vacation-tropical-beach_285396-6380.jpg",
- },
- {
- id: "3",
- name: "Super Mid-Size Jet",
- price: "Contact for Quote",
- variant: "Efficiency",
- imageSrc: "http://img.b2bpic.net/free-photo/private-airplanes-field_158595-5747.jpg",
- },
- {
- id: "4",
- name: "Global Business Jet",
- price: "Contact for Quote",
- variant: "Intercontinental",
- imageSrc: "http://img.b2bpic.net/free-photo/luxury-office-chair-modern-glass-building-generated-by-ai_188544-13768.jpg",
- },
- {
- id: "5",
- name: "Private Charter",
- price: "Contact for Quote",
- variant: "VIP",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-airplane_23-2151113188.jpg",
- },
- {
- id: "6",
- name: "Premium Light Jet",
- price: "Contact for Quote",
- variant: "Agility",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-would-be-seated-airport-with-clock-by-side-suitcase_1122-992.jpg",
- },
+ { id: "1", name: "Ultra-Long Range Jet", price: "Contact for Quote", variant: "Large Cabin", imageSrc: "http://img.b2bpic.net/free-photo/luxury-design-private-jet-flying-clouds-ai-generated-image_511042-1764.jpg" },
+ { id: "2", name: "Light Executive Jet", price: "Contact for Quote", variant: "Short Haul", imageSrc: "http://img.b2bpic.net/free-photo/luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-wearing-sunglasses-summer-vacation-tropical-beach_285396-6380.jpg" },
+ { id: "3", name: "Super Mid-Size Jet", price: "Contact for Quote", variant: "Efficiency", imageSrc: "http://img.b2bpic.net/free-photo/private-airplanes-field_158595-5747.jpg" },
+ { id: "4", name: "Global Business Jet", price: "Contact for Quote", variant: "Intercontinental", imageSrc: "http://img.b2bpic.net/free-photo/luxury-office-chair-modern-glass-building-generated-by-ai_188544-13768.jpg" },
+ { id: "5", name: "Private Charter", price: "Contact for Quote", variant: "VIP", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-airplane_23-2151113188.jpg" },
+ { id: "6", name: "Premium Light Jet", price: "Contact for Quote", variant: "Agility", imageSrc: "http://img.b2bpic.net/free-photo/woman-would-be-seated-airport-with-clock-by-side-suitcase_1122-992.jpg" },
]}
title="The Henaglobal Fleet"
description="Choose the perfect aircraft for your mission."
@@ -207,21 +111,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
- {
- id: "1",
- value: "150+",
- description: "Global Destinations",
- },
- {
- id: "2",
- value: "24/7",
- description: "Concierge Support",
- },
- {
- id: "3",
- value: "99.9%",
- description: "On-Time Performance",
- },
+ { id: "1", value: "150+", description: "Global Destinations" },
+ { id: "2", value: "24/7", description: "Concierge Support" },
+ { id: "3", value: "99.9%", description: "On-Time Performance" },
]}
title="Global Excellence"
description="Trusted by elite leaders across the globe."
@@ -230,50 +122,16 @@ export default function LandingPage() {