diff --git a/artifacts/dental-app/src/components/Hero.tsx b/artifacts/dental-app/src/components/Hero.tsx index 340634c..f2df58d 100644 --- a/artifacts/dental-app/src/components/Hero.tsx +++ b/artifacts/dental-app/src/components/Hero.tsx @@ -80,55 +80,40 @@ export function Hero() {
my-dental-software.app
-
-
+
+
- Check John Smith + Check if John Smith is eligible for a crown
-
-
-
John Smith
-
Insurance: Delta Dental
-
-
- - -
+
+ Done. + John Smith (DOB: 10/12/1985) is eligible for D2740 (Crown - porcelain/ceramic) through Delta Dental. Copay is 20%. Remaining annual maximum: $1,250.
- - {/* Divider between conversations */} -
- - {/* Claims mockup */} -
-
-
- Claim John Smith for crown #30 -
-
-
-
-
-
John Smith
-
CDT Code: D2740 – Crown, porcelain/ceramic
-
Tooth Number: #30
+
+
+

Patient Summary

+
+
+
+
+
+
+
+
-
- - +
+
+
-
-
-
diff --git a/artifacts/dental-app/src/components/HowItWorks.tsx b/artifacts/dental-app/src/components/HowItWorks.tsx index a1c9f88..fd0f055 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 John Smith"' + desc: '"Check if John Smith is eligible for a crown"' }, { num: "02",