Update HowItWorks component content
Replit-Commit-Author: Agent
This commit is contained in:
@@ -64,7 +64,7 @@ export function HowItWorks() {
|
|||||||
<div className="flex flex-col gap-6 h-[400px]">
|
<div className="flex flex-col gap-6 h-[400px]">
|
||||||
{/* Chat Mockup */}
|
{/* Chat Mockup */}
|
||||||
<div className="self-end bg-secondary p-4 rounded-2xl rounded-tr-none text-sm max-w-[80%]">
|
<div className="self-end bg-secondary p-4 rounded-2xl rounded-tr-none text-sm max-w-[80%]">
|
||||||
Can you pull up today's schedule and highlight any cancellations?
|
Check if John Smith is eligible for a crown
|
||||||
</div>
|
</div>
|
||||||
<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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user