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",