Revise copy for agentic workflow (#93)

This commit is contained in:
Brian Hackett
2025-04-03 10:13:44 -07:00
committed by GitHub
parent 6e5d09976e
commit f39baaa5a9

View File

@@ -366,10 +366,10 @@ export const BaseChat = React.forwardRef<HTMLDivElement, BaseChatProps>(
{!chatStarted && (
<div id="intro" className="mt-[16vh] max-w-chat mx-auto text-center px-4 lg:px-0">
<h1 className="text-3xl lg:text-6xl font-bold text-bolt-elements-textPrimary mb-4 animate-fade-in">
Get unstuck
Get what you want
</h1>
<p className="text-md lg:text-xl mb-8 text-bolt-elements-textSecondary animate-fade-in animation-delay-200">
Fix tough bugs and get your app working right.
Build, test, and fix your app all from one prompt
</p>
</div>
)}