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

All set! 🚀

Your Xero organisation is now securely linked. We can now automatically create invoices and mark them as paid when Stripe payments succeed.

{/* Progress Card */}

Setup complete

{/* Step 1 - Login */}

Email verified

Authentication complete

{/* Step 2 - Stripe */}

Stripe connected

Payment monitoring active

{/* Step 3 - Xero */}

Xero connected

Invoice automation enabled

{/* What's next */}

What happens now

  • ✓ Configure your Xero account codes in the dashboard
  • ✓ Make a test Stripe payment to verify everything works
  • ✓ Watch as invoices automatically appear in Xero
{/* CTA */}

Go to your dashboard

Configure your account codes and start using the automation.

Open dashboard →
); }