diff --git a/frontend/src/pages/LandingPage.jsx b/frontend/src/pages/LandingPage.jsx index 42af2e7..8597be7 100644 --- a/frontend/src/pages/LandingPage.jsx +++ b/frontend/src/pages/LandingPage.jsx @@ -100,7 +100,7 @@ function ContactForm() { return (
-
+
-
+
{FEATURES.map((f, i) => (
{ e.currentTarget.style.transform = 'translateY(-3px)'; e.currentTarget.style.boxShadow = '0 8px 32px rgba(0,0,0,0.12)' }} @@ -429,7 +429,7 @@ export default function LandingPage() { {/* ── AI Scribe section ──────────────────────────────────────────────── */}
-
+
Also from PedsHub @@ -442,7 +442,7 @@ export default function LandingPage() { age-specific well visit workflows, developmental milestones, vaccine schedules, catch-up planners, and automatic ICD-10 billing codes — all in one tool.

-
+
{[ '🩺 Well visit planner from newborn through adolescence', '📋 Developmental milestone tracking across 4 domains', @@ -450,8 +450,8 @@ export default function LandingPage() { '🎙 AI scribe — speak, get a structured note', '💊 Automatic ICD-10 and CPT billing codes', ].map((item, i) => ( -
- {item} +
+ {item}
))}
@@ -465,7 +465,7 @@ export default function LandingPage() { Open AI Scribe ↗
-
+
{[ { icon: '📅', label: 'Well Visits', sub: '2wk → 18yr' }, { icon: '🧠', label: 'Milestones', sub: '2mo → 5yr' }, @@ -477,7 +477,7 @@ export default function LandingPage() {
e.currentTarget.style.background = 'rgba(255,255,255,0.09)'}