import Link from "next/link"; import Step from "./Step"; export default function SignUpUserSteps() { return (

    Head over to the{" "} Login {" "} page and sign up your first user. It's okay if this is just you for now. Your awesome idea will have plenty of users later!

); }