import Link from "next/link"; import { SubmissionForm } from "@/components/forms/SubmissionForm"; export const metadata = { title: "Ask a Question" }; export default function AskPage() { return ( <>

Ask a question.

Not ready to submit your full profile yet? Send us a quick question. We will help you understand whether Paprika may be a fit.

Start Here Ask a Question
); }