Update content in Hero and HowItWorks components
Replit-Commit-Author: Agent
This commit is contained in:
@@ -85,7 +85,7 @@ export function Hero() {
|
|||||||
<div className="flex gap-4">
|
<div className="flex gap-4">
|
||||||
<div className="w-8 h-8 rounded-full bg-primary/10 flex-shrink-0" />
|
<div className="w-8 h-8 rounded-full bg-primary/10 flex-shrink-0" />
|
||||||
<div className="bg-white p-4 rounded-2xl rounded-tl-sm shadow-sm border border-border text-sm max-w-md">
|
<div className="bg-white p-4 rounded-2xl rounded-tl-sm shadow-sm border border-border text-sm max-w-md">
|
||||||
Check if John Smith is eligible for a crown
|
Check John Smith
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex gap-4 justify-end">
|
<div className="flex gap-4 justify-end">
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ export function HowItWorks() {
|
|||||||
{
|
{
|
||||||
num: "01",
|
num: "01",
|
||||||
title: "Type your task in plain English",
|
title: "Type your task in plain English",
|
||||||
desc: '"Check if John Smith is eligible for a crown"'
|
desc: '"Check John Smith"'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
num: "02",
|
num: "02",
|
||||||
|
|||||||
Reference in New Issue
Block a user