import Link from "next/link"; import { SubmissionForm } from "@/components/forms/SubmissionForm"; export const metadata = { title: "Start Here" }; export default function StartPage() { return ( <>

Start here.

Tell us a little about your background, goals, and timeline, whether you are actively preparing or just starting to explore. No need to have everything figured out. A quick summary is enough to start.

Start Here Ask a Question
); }