Update HowItWorks component content

Replit-Commit-Author: Agent
This commit is contained in:
Replit Agent
2026-07-31 19:52:05 +00:00
parent 3b376babdc
commit e773537ec7

View File

@@ -74,7 +74,10 @@ export function HowItWorks() {
<div className="self-start bg-primary text-white p-4 rounded-2xl rounded-tl-none text-sm max-w-[80%] shadow-md relative"> <div className="self-start bg-primary text-white p-4 rounded-2xl rounded-tl-none text-sm max-w-[80%] shadow-md relative">
<div className="absolute -left-2 top-0 w-4 h-4 bg-primary transform rotate-45" /> <div className="absolute -left-2 top-0 w-4 h-4 bg-primary transform rotate-45" />
<span className="text-accent font-medium mb-1 block">AI Assistant</span> <span className="text-accent font-medium mb-1 block">AI Assistant</span>
Claim filed for Michael (D7140) to MetLife. Sent at 9:14 AM. We prefer John to come at 10am this Thursday because of a patient cancellation. Do you allow me to call John?
<button className="mt-3 bg-white text-primary font-semibold text-xs px-4 py-2 rounded-full hover:bg-accent hover:text-primary transition-colors block">
Call John
</button>
</div> </div>
</div> </div>
</div> </div>