From d17882bee98cdf4debaf16676e64ae88638db98a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:51:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5f2fc2..8a5ebc4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -205,8 +205,7 @@ export default function HomePage() { id: "1", badge: "Standard", price: "Custom", subtitle: "Perfect for single airline operations", buttons: [ { text: "Request Demo", href: "#contact" }, { text: "Learn More", href: "#features" }, - ], - features: [ + ], features: [ "Multi-tier approval workflow", "Role-based access control", "Real-time notifications", "Document management", "Basic reporting & exports", "Email support"], }, { @@ -214,8 +213,7 @@ export default function HomePage() { price: "Custom", subtitle: "For large-scale operations with custom needs", buttons: [ { text: "Contact Sales", href: "#contact" }, { text: "Schedule Call", href: "#contact" }, - ], - features: [ + ], features: [ "Everything in Standard", "Advanced analytics & dashboards", "Custom integrations", "API access", "Priority support", "Dedicated account manager", "24/7 technical support", "Custom training programs"], }, ]} -- 2.49.1