import Link from "next/link"; export default function StripeSuccessPage() { return (
{/* Navigation */}
{/* Success Animation */}

Stripe connected! 🎉

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

{/* Progress Card */}

Setup progress

{/* Step 1 - Login */}

Email verified

Authentication complete

{/* Step 2 - Stripe */}

Stripe connected

Payment monitoring active

{/* Step 3 - Xero */}
3

Connect Xero

One final step to enable automation

{/* CTA */}

Ready for the final step?

Now connect your Xero organisation to complete the setup and start automating invoices.

Continue to Xero →
); }