import { Chip, Heading, Text, VStack } from '@cdx-ui/components'; import { BeachAccess, CurrencyExchange, FinanceMode, Rainy, Travel } from '@cdx-ui/icons'; export function SavingsGoalPrompt() { return ( Let's start with what matters to you. You mentioned that you want to grow your savings. What are you saving for? {}}> Building my retirement fund {}}> Emergency savings {}}> Reinvesting in my business {}}> Travel or experiences {}}> Long-term wealth building ); }