/**
 * The house's enquiry channel.
 * `enquiry@genesis-global.com.sg` is the address published on the original
 * Genesis website. Replace with the Hong Kong channel when confirmed.
 */
export const ENQUIRY_EMAIL = "enquiry@genesis-global.com.sg";

export const ENTITY = "Genesis Global Gems & Jewellery (Hong Kong) Limited";

export const ENQUIRY_TYPES = [
  "Private Appointment",
  "Exceptional Gemstones",
  "High Jewellery",
  "Bespoke Creation",
  "The Star of Genesis",
  "Media & Press",
  "Partnership",
  "General Enquiry",
] as const;
