export type CartItem = { id: string; name: string; price: number; quantity: number; imageUrl: string; };