import Link from "next/link" import { ArrowRight } from "lucide-react" import { Navigation } from "@/components/navigation" const FEEDBACK_FORM_URL = "https://airtable.com/app1zVQBQ4ao1u2eT/pagEMueYiXMJy2PT1/form" const ROADMAP_URL = "https://changemap.co/evaleval/evalcards/" export default function FeedbackPage() { return (
{/* HEADER --------------------------------------------------------- */}
Feedback

Help shape Evaluation Cards.

Evaluation Cards is a living research artifact, and your input directly steers where it goes next. There are two ways to get involved.

{/* TWO CHANNELS --------------------------------------------------- */}
{/* ROADMAP */}
Public roadmap

Suggest & upvote features

We keep a public roadmap where you can propose new features, upvote existing suggestions, and see what we're planning. If there's something you want to see prioritized, this is the place to make the case.

Open the roadmap
{/* GOOGLE FORM */}
Feedback form

Share feedback directly

For feature requests, edits, bug reports, or any other comments, you can reach us through our feedback form. It only takes a moment, and every submission is read.

Open the feedback form
{/* CTA ROW -------------------------------------------------------- */}
Back to home About Evaluation Cards
) }