export function formatPrice(amount) { return `USD ${amount.toFixed(2)}`; }