design: update status-option card descriptions for research and existing-project stages

This commit is contained in:
2026-06-08 12:24:51 -07:00
parent 1756778a54
commit a1fd81c8bb

View File

@@ -173,12 +173,12 @@ const STATUS_OPTIONS = [
{
id: "research",
label: "I've done some research I can share",
desc: "I have PDFs, wireframes, landing copy, or user interviews to help guide the build.",
desc: "I've had some chats with AI, or made some documents I can share to get started.",
},
{
id: "existing",
label: "I've already built some of the project",
desc: "I have an existing repo, database schema, or mockups to import.",
desc: "I can share some code, designs or connect a repo",
},
];