import Link from "next/link"; export default function StripeSuccessPage() { return (

Stripe connected 🎉

Your Stripe account is now linked. We can now detect successful payments and automatically reconcile invoices in Xero.

{/* Progress */}
  1. ✔ Logged in
  2. ✔ Stripe connected
  3. → Connect Xero
{/* Primary CTA */}
Continue → Connect Xero
); }