diff --git a/frontend/src/pages/LandingPage.jsx b/frontend/src/pages/LandingPage.jsx index a767e8a..432651d 100644 --- a/frontend/src/pages/LandingPage.jsx +++ b/frontend/src/pages/LandingPage.jsx @@ -443,18 +443,25 @@ export default function LandingPage() {

A clinical assistant built for pediatric providers. Voice-to-note documentation, age-specific well visit workflows, developmental milestones, vaccine schedules, - catch-up planners, and automatic ICD-10 billing codes — all in one tool. + catch-up planners, automatic ICD-10 billing codes, and a full pediatric + calculators & bedside emergency reference — all in one tool.

{[ - '🩺 Well visit planner from newborn through adolescence', - '📋 Developmental milestone tracking across 4 domains', - '💉 Full AAP/ACIP vaccine schedule with catch-up planner', - '🎙 AI scribe — speak, get a structured note', - '💊 Automatic ICD-10 and CPT billing codes', + { text: '🩺 Well visit planner from newborn through adolescence' }, + { text: '📋 Developmental milestone tracking across 4 domains' }, + { text: '💉 Full AAP/ACIP vaccine schedule with catch-up planner' }, + { text: '🎙 AI scribe — speak, get a structured note' }, + { text: '💊 Automatic ICD-10 and CPT billing codes' }, + { text: '🚨 Bedside calculators — weight-based dosing, emergency pathways (sepsis, status epilepticus, RSI, burns, anaphylaxis)', badge: 'NEW' }, ].map((item, i) => (
- {item} + {item.text} + {item.badge && ( + + {item.badge} + + )}
))}
@@ -476,6 +483,7 @@ export default function LandingPage() { { icon: '🎙', label: 'AI Scribe', sub: 'Voice-to-note' }, { icon: '💊', label: 'ICD-10', sub: 'Auto-suggested' }, { icon: '📋', label: 'SOAP Notes', sub: 'Structured' }, + { icon: '🚨', label: 'Bedside', sub: 'Dosing + pathways' }, ].map((item, i) => (