/** Official Ujjain Simhastha Mahakumbh event details */
export const EVENT = {
  nameEn: "Ujjain Simhastha Mahakumbh",
  nameHi: "उज्जैन सिंहस्थ महाकुंभ",
  shortName: "Simhastha Mahakumbh",
  brandName: "Mahakal Simhastha",
  year: 2028,
  /** Visitor arrival / registration window (inclusive) */
  startDate: "2028-04-01",
  endDate: "2028-06-15",
  startLabelEn: "1 April 2028",
  endLabelEn: "15 June 2028",
  startLabelHi: "1 अप्रैल 2028",
  endLabelHi: "15 जून 2028",
  dateRangeEn: "1 April – 15 June 2028",
  dateRangeHi: "1 अप्रैल – 15 जून 2028",
  city: "Ujjain",
  state: "Madhya Pradesh",
  river: "Shipra",
  riverHi: "शिप्रा",
  locationEn: "Shipra river, Ujjain, Madhya Pradesh",
  locationHi: "शिप्रा तट, उज्जैन, मध्य प्रदेश",
  passPrefix: "KM2028",
  /** Short hero line — one language role only */
  heroSupport:
    "Sacred bathing on the Shipra. Register once, carry your pass to Mahakal Nagari.",
  /** Register page support */
  registerSupport:
    "Aadhaar and OTP verification issues your digital Kumbh Pass for the Simhastha season.",
  /** Footer blurb */
  footerBlurb:
    "Visitor registration for devotees travelling to Ujjain for Simhastha on the Shipra.",
  /** Longer about copy for Explore page (not for hero) */
  aboutEn:
    "Simhastha Mahakumbh returns to Ujjain from 1 April to 15 June 2028. Pilgrims gather on the Shipra for snan, darshan at Mahakaleshwar, and the living traditions of Lord Shiva’s city. Visitor arrival dates outside this window are not accepted.",
} as const;
