From 73fad3914cd1e468819efe97e2900cbb2e94e57d Mon Sep 17 00:00:00 2001 From: Replit Agent Date: Fri, 31 Jul 2026 15:59:51 +0000 Subject: [PATCH] Update content in Hero and HowItWorks components Replit-Commit-Author: Agent --- artifacts/dental-app/src/components/Hero.tsx | 2 +- artifacts/dental-app/src/components/HowItWorks.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/artifacts/dental-app/src/components/Hero.tsx b/artifacts/dental-app/src/components/Hero.tsx index f2df58d..c3c94bf 100644 --- a/artifacts/dental-app/src/components/Hero.tsx +++ b/artifacts/dental-app/src/components/Hero.tsx @@ -85,7 +85,7 @@ export function Hero() {
- Check if John Smith is eligible for a crown + Check John Smith
diff --git a/artifacts/dental-app/src/components/HowItWorks.tsx b/artifacts/dental-app/src/components/HowItWorks.tsx index fd0f055..a1c9f88 100644 --- a/artifacts/dental-app/src/components/HowItWorks.tsx +++ b/artifacts/dental-app/src/components/HowItWorks.tsx @@ -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",