"use client" import { useIntersection } from "@/hooks/use-intersection" import { GlitchText } from "@/components/glitch-text" export function WhyLolSection() { const { ref, isVisible } = useIntersection(0.2) return (
} className="relative py-24 px-6 scanlines overflow-hidden" data-in-view={isVisible} > {/* Gradient background shift */}
The first rule of Flight Club is: tell EVERYONE about Flight Club.

We put {`"lol"`} in the domain because laughing is what you do when the alternative is crying into your $1,100 same-day ticket to see your mom in the hospital.

The airline industry made{" "} $29 billion in profit last year. They employ teams of PhDs to build pricing algorithms that extract maximum revenue from your urgency, your grief, your inflexible schedule.

We think the correct response to that is a collective structure that makes their extraction irrelevant. And also: lol.

{`This isn't a startup. There's no VC money. There's no exit strategy. It's just people pooling resources to protect each other from systems designed to pick them clean.`}

The airlines built an asymmetric weapon: they know your price sensitivity better than you do, and they use it against you in real time. We{`'`}re building the collective shield.

) }