From 5fc75edeb9b7126a613a1c07b24425ffc1f9a039 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 20:08:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 305 ++++++++--------------------------------------- 1 file changed, 49 insertions(+), 256 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eeb8976..4e3fb35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,10 +8,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroSplit from '@/components/sections/hero/HeroSplit'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import { CheckCircle, Clock, Leaf, Wallet } from "lucide-react"; export default function LandingPage() { @@ -33,36 +30,23 @@ export default function LandingPage() { @@ -70,16 +54,15 @@ export default function LandingPage() {
@@ -142,19 +113,16 @@ export default function LandingPage() { metrics={[ { icon: Wallet, - label: "Cost Savings", - value: "Up to 70%", + label: "Cost Savings", value: "Up to 70%" }, { icon: Leaf, - label: "Carbon Reduced", - value: "Avg 30%", + label: "Carbon Reduced", value: "Avg 30%" }, { icon: Clock, - label: "Time Efficiency", - value: "3x Faster", - }, + label: "Time Efficiency", value: "3x Faster" + } ]} metricsAnimation="slide-up" /> @@ -167,189 +135,30 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Connect & Share", - subtitle: "Match with travelers on similar routes to effortlessly fill empty seats and split costs.", - category: "For Travelers", - value: "Community", + id: "f1", title: "Connect & Share", subtitle: "Match with travelers on similar routes to effortlessly fill empty seats and split costs.", category: "For Travelers", value: "Community" }, { - id: "f2", - title: "Significant Savings", - subtitle: "Drastically reduce your travel expenses compared to traditional commercial or private flights.", - category: "For Travelers", - value: "Affordable", + id: "f2", title: "Significant Savings", subtitle: "Drastically reduce your travel expenses compared to traditional commercial or private flights.", category: "For Travelers", value: "Affordable" }, { - id: "f3", - title: "Eco-Conscious Travel", - subtitle: "Lower your carbon footprint by contributing to more efficient private flight utilization.", - category: "For Eco-Minded", - value: "Sustainable", + id: "f3", title: "Eco-Conscious Travel", subtitle: "Lower your carbon footprint by contributing to more efficient private flight utilization.", category: "For Eco-Minded", value: "Sustainable" }, { - id: "f4", - title: "Monetize Empty Seats", - subtitle: "Private jet owners can easily list unused capacity and generate passive income.", - category: "For Jet Owners", - value: "Profitable", + id: "f4", title: "Monetize Empty Seats", subtitle: "Private jet owners can easily list unused capacity and generate passive income.", category: "For Jet Owners", value: "Profitable" }, { - id: "f5", - title: "Time-Saving Journeys", - subtitle: "Bypass commercial airport hassles and enjoy direct, efficient travel on your schedule.", - category: "For Business", - value: "Efficient", + id: "f5", title: "Time-Saving Journeys", subtitle: "Bypass commercial airport hassles and enjoy direct, efficient travel on your schedule.", category: "For Business", value: "Efficient" }, { - id: "f6", - title: "Seamless Experience", - subtitle: "Our intuitive app ensures easy booking, communication, and journey management.", - category: "For All", - value: "Convenient", - }, + id: "f6", title: "Seamless Experience", subtitle: "Our intuitive app ensures easy booking, communication, and journey management.", category: "For All", value: "Convenient" + } ]} title="Benefits for Every Traveler" description="Pax connects you with a community of like-minded individuals, making private flight more accessible, sustainable, and profitable." /> -
- -
-
- -
- -
- -
@@ -421,16 +216,14 @@ export default function LandingPage() { logoAlt="Pax Logo" logoText="Pax" leftLink={{ - text: "Privacy Policy", - href: "#", + text: "Privacy Policy", href: "#" }} rightLink={{ - text: "Terms of Service", - href: "#", + text: "Terms of Service", href: "#" }} /> ); -} +} \ No newline at end of file