import type { Metadata } from "next"; import WaitlistForm from "@/components/marketing/WaitlistForm"; import Link from "next/link"; export const metadata: Metadata = { title: "Join the Waitlist — Route Commerce", description: "Sign up for early access to Route Commerce, the all-in-one platform for fresh produce wholesale distribution.", openGraph: { title: "Join the Waitlist — Route Commerce", description: "Sign up for early access to Route Commerce, the all-in-one platform for fresh produce wholesale distribution.", }, }; export default function WaitlistPage() { return (
{/* Header */}
Route Commerce
{/* Main Content */}
{/* Left - Hero */}
Early Access

Join 500+ farms on the waitlist

Be among the first to access Route Commerce when we launch. Early members get priority onboarding and special pricing.

{/* Social proof */}
500+
Farms Waiting
12+
States Covered
Q2
Launch Target
{/* Testimonial */}

“I've been waiting for a platform like this. The wholesale portal alone will save us hours every week.”

M
Maria S.
Sunny Acres Farm, California
{/* Right - Form */}

Reserve Your Spot

No credit card required. We'll notify you when it's your turn.

{/* FAQ Section */}

Frequently Asked Questions

{[ { q: "When will Route Commerce launch?", a: "We're targeting Q2 launch. Early waitlist members will get access first." }, { q: "Is there a free trial?", a: "Yes! Early access members get 30 days free on any plan." }, { q: "What's included in the free trial?", a: "Full access to all features including products, orders, stops management, and communications." }, { q: "Can I refer friends?", a: "Yes! You'll get a unique referral link after joining. Both you and your friend get bonus months when they sign up." }, ].map((item, i) => (

{item.q}

{item.a}

))}
{/* Footer */}
); }