// English translations — conversations UI and demo messages
// Kept in a second file to avoid bloating translations-en.jsx

window.TRANSLATIONS = window.TRANSLATIONS || {};
window.TRANSLATIONS.en = window.TRANSLATIONS.en || {};

window.TRANSLATIONS.en.convUI = {
  niche_kitchen:    "Kitchen",
  niche_flooring:   "Flooring",
  niche_wellness:   "Wellness",
  niche_landscaping: "Garden",
  niche_roofing:    "Roofing",

  enquired_ago:        "enquired",
  months_ago:          "mo. ago",
  chat_enquired_note:  "enquired 6 months ago",

  demo_msg1: "got a cheaper quote",
  demo_msg2: "Worth checking what's behind the number. Detailing and finish are usually where the gap is.",
  demo_msg3: "yeah, I can already see some corners cut",
};
