interface BundleBox { name: string; imageUrl: string; suitableFor: string[]; maxProducts: number; }