import { Text } from '@/ui/Text'; import { Box } from '@/ui/Box'; export function OnboardingHelpText() { return ( Your avatar will be AI-generated based on your photo and chosen suit color ); }