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

Stripe connected 🎉

Your Stripe account is now linked. We can now automate payments and reconciliation for you.

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