// en/vendor_profile
export const vendor_profile = {
  page_title: 'Business Profile',
  vendor_logo_fallback_alt: 'Vendor logo',
  rejection_banner_title_hero: 'Hero image rejected',
  rejection_banner_title_logo: 'Logo rejected',
  rejection_banner_title_gallery: 'Gallery image rejected',
  rejection_banner_title_avatar: 'Profile image rejected',
  rejection_banner_replace_cta: 'Replace image',
} as const;
