diff --git a/apps/web/src/app/become-host/page.tsx b/apps/web/src/app/become-host/page.tsx new file mode 100644 index 00000000..72443674 --- /dev/null +++ b/apps/web/src/app/become-host/page.tsx @@ -0,0 +1,65 @@ +import Link from 'next/link'; +export default function BecomeHostPage() { + + return ( +
+
+
+

+ Become a Host +

+

+ Share your property on StellarRent and start earning today +

+
+ +
+

+ 🚧 Host Onboarding in Progress +

+

+ Our team is building a seamless host onboarding experience. The full verification and property listing process will launch soon in Phase 2. +

+
+ +
+
+

+ ✓ Verify Your Identity +

+

+ Complete a secure identity verification process (coming soon) +

+
+ +
+

+ ✓ Set Up Payments +

+

+ Configure your payment method to receive earnings (coming soon) +

+
+ +
+

+ ✓ List Your Property +

+

+ Add your property details and start hosting (coming soon) +

+
+
+ +
+ + Back to Dashboard + +
+
+
+ ); +}