Update content in Hero and HowItWorks components

Replit-Commit-Author: Agent
This commit is contained in:
Replit Agent
2026-07-31 15:59:51 +00:00
parent dd2a20075c
commit 73fad3914c
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ export function Hero() {
<div className="flex gap-4">
<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">
Check if John Smith is eligible for a crown
Check John Smith
</div>
</div>
<div className="flex gap-4 justify-end">

View File

@@ -5,7 +5,7 @@ export function HowItWorks() {
{
num: "01",
title: "Type your task in plain English",
desc: '"Check if John Smith is eligible for a crown"'
desc: '"Check John Smith"'
},
{
num: "02",