Loading...
Complete SaaS boilerplate with authentication, payments, and admin dashboard
export default function HomePage() { return ( <main className="mx-auto max-w-4xl py-24"> <h1 className="text-5xl font-bold tracking-tight"> Ship your SaaS this week. </h1> <p className="mt-4 text-lg text-muted-foreground"> Auth, billing, and a dashboard wired up out of the box. </p> </main> );}