Personalized Skincare Routine Generator
Create your ideal AM & PM routine in a few simple steps.
Your personalized routine will appear here after you fill out your skin profile.
Based on your profile: ${skinType} Skin with concerns in ${concerns.length > 0 ? concerns.join(', ') : 'None specified'}.
`; const createRoutineHtml = (items, theme) => items.map((item, index) => `${index + 1}
${item.product}
${item.reason}
☀️ AM Routine (Morning)
- ${createRoutineHtml(routine.am, 'blue')}
🌙 PM Routine (Evening)
- ${createRoutineHtml(routine.pm, 'indigo')}
