diff --git a/vibn-frontend/_onboarding/onboarding-entrepreneur.tsx b/vibn-frontend/_onboarding/onboarding-entrepreneur.tsx index 2525352..83122ca 100644 --- a/vibn-frontend/_onboarding/onboarding-entrepreneur.tsx +++ b/vibn-frontend/_onboarding/onboarding-entrepreneur.tsx @@ -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", }, ];