// industry.jsx — preset bundles of demo content, swappable via Tweaks

const PRESETS = {
  classes: {
    publicService: "Yoga Flow",
    publicTagline: "Choose your class and reserve your spot. Spaces are limited — book early.",
    serviceLabel: "Class",
    revenueLabel: "Revenue",
    revenue: "£1,840",
    events: [
      { name: "Yoga Flow",              duration: 60, color: "#a78bfa" },
      { name: "HIIT",                   duration: 45, color: "#f59e9e" },
      { name: "Pilates",                duration: 60, color: "#6ee7a3" },
      { name: "Yoga Flow — 4-Week Term",duration: 60, color: "#7aa7ff" },
    ],
    upcomingBookings: [
      { date: "May 12, 2026 9:00 AM",  event: "Yoga Flow", guest: "Alex Johnson",  status: "Confirmed" },
      { date: "May 12, 2026 9:00 AM",  event: "Yoga Flow", guest: "Taylor Morgan", status: "Confirmed" },
      { date: "May 13, 2026 6:00 AM",  event: "HIIT",      guest: "Jamie Lee",     status: "Confirmed" },
      { date: "May 13, 2026 10:00 AM", event: "Pilates",   guest: "Casey Smith",   status: "Confirmed" },
      { date: "May 14, 2026 9:00 AM",  event: "Yoga Flow", guest: "Riley Brown",   status: "Confirmed" },
    ],
  },

  generic: {
    publicService: "Discovery Call",
    publicTagline: "Choose a time that works best for you.",
    serviceLabel: "Event Type",
    revenueLabel: "Revenue",
    revenue: "$4,320",
    events: [
      { name: "Discovery Call",   duration: 30, color: "#efa403" },
      { name: "Strategy Session", duration: 60, color: "#7aa7ff" },
      { name: "Onboarding Call",  duration: 45, color: "#a78bfa" },
      { name: "Customer Check-in",duration: 30, color: "#6ee7a3" },
    ],
    upcomingBookings: [
      { date: "May 12, 2026 10:00 AM", event: "Discovery Call",    guest: "Alex Johnson",  status: "Confirmed" },
      { date: "May 12, 2026 1:30 PM",  event: "Strategy Session",  guest: "Taylor Morgan", status: "Confirmed" },
      { date: "May 13, 2026 9:00 AM",  event: "Discovery Call",    guest: "Jamie Lee",     status: "Pending"   },
      { date: "May 13, 2026 3:00 PM",  event: "Onboarding Call",   guest: "Casey Smith",   status: "Confirmed" },
      { date: "May 14, 2026 11:00 AM", event: "Customer Check-in", guest: "Riley Brown",   status: "Confirmed" },
    ],
  },

  hair: {
    publicService: "Cut & Finish",
    publicTagline: "Pick a chair time that suits you. We'll handle the rest.",
    serviceLabel: "Service",
    revenueLabel: "Takings",
    revenue: "£3,860",
    events: [
      { name: "Cut & Finish",        duration: 45, color: "#efa403" },
      { name: "Full Colour",         duration: 120, color: "#f59e9e" },
      { name: "Highlights",          duration: 150, color: "#a78bfa" },
      { name: "Blow-dry & Style",    duration: 30, color: "#6ee7a3" },
    ],
    upcomingBookings: [
      { date: "May 12, 2026 10:00 AM", event: "Cut & Finish",     guest: "Alex Johnson",  status: "Confirmed" },
      { date: "May 12, 2026 1:30 PM",  event: "Full Colour",      guest: "Taylor Morgan", status: "Confirmed" },
      { date: "May 13, 2026 9:00 AM",  event: "Highlights",       guest: "Jamie Lee",     status: "Pending"   },
      { date: "May 13, 2026 3:00 PM",  event: "Blow-dry & Style", guest: "Casey Smith",   status: "Confirmed" },
      { date: "May 14, 2026 11:00 AM", event: "Cut & Finish",     guest: "Riley Brown",   status: "Confirmed" },
    ],
  },

  nails: {
    publicService: "Gel Manicure",
    publicTagline: "Choose a time that works best for you.",
    serviceLabel: "Treatment",
    revenueLabel: "Takings",
    revenue: "£2,440",
    events: [
      { name: "Gel Manicure",     duration: 60, color: "#efa403" },
      { name: "Classic Manicure", duration: 30, color: "#f59e9e" },
      { name: "Pedicure",         duration: 45, color: "#a78bfa" },
      { name: "Nail Art",         duration: 75, color: "#6ee7a3" },
    ],
    upcomingBookings: [
      { date: "May 12, 2026 10:00 AM", event: "Gel Manicure",    guest: "Alex Johnson",  status: "Confirmed" },
      { date: "May 12, 2026 1:30 PM",  event: "Pedicure",        guest: "Taylor Morgan", status: "Confirmed" },
      { date: "May 13, 2026 9:00 AM",  event: "Classic Manicure",guest: "Jamie Lee",     status: "Pending"   },
      { date: "May 13, 2026 3:00 PM",  event: "Nail Art",        guest: "Casey Smith",   status: "Confirmed" },
      { date: "May 14, 2026 11:00 AM", event: "Gel Manicure",    guest: "Riley Brown",   status: "Confirmed" },
    ],
  },

  beauty: {
    publicService: "Signature Facial",
    publicTagline: "A little time for you. Pick a slot below.",
    serviceLabel: "Treatment",
    revenueLabel: "Takings",
    revenue: "£4,910",
    events: [
      { name: "Signature Facial", duration: 60, color: "#efa403" },
      { name: "Deep Tissue Massage", duration: 60, color: "#a78bfa" },
      { name: "Brow Wax & Tint",  duration: 30, color: "#f59e9e" },
      { name: "Lash Lift",        duration: 45, color: "#6ee7a3" },
    ],
    upcomingBookings: [
      { date: "May 12, 2026 10:00 AM", event: "Signature Facial",   guest: "Alex Johnson",  status: "Confirmed" },
      { date: "May 12, 2026 1:30 PM",  event: "Deep Tissue Massage",guest: "Taylor Morgan", status: "Confirmed" },
      { date: "May 13, 2026 9:00 AM",  event: "Brow Wax & Tint",    guest: "Jamie Lee",     status: "Pending"   },
      { date: "May 13, 2026 3:00 PM",  event: "Lash Lift",          guest: "Casey Smith",   status: "Confirmed" },
      { date: "May 14, 2026 11:00 AM", event: "Signature Facial",   guest: "Riley Brown",   status: "Confirmed" },
    ],
  },

  pool: {
    publicService: "Adult Swim Lesson",
    publicTagline: "Reserve your lane or class. Pick a time below.",
    serviceLabel: "Session",
    revenueLabel: "Takings",
    revenue: "£2,180",
    events: [
      { name: "Adult Swim Lesson", duration: 30, color: "#efa403" },
      { name: "Kids Class",        duration: 45, color: "#7aa7ff" },
      { name: "Lane Hire",         duration: 60, color: "#a78bfa" },
      { name: "Private Coaching",  duration: 45, color: "#6ee7a3" },
    ],
    upcomingBookings: [
      { date: "May 12, 2026 10:00 AM", event: "Adult Swim Lesson", guest: "Alex Johnson",  status: "Confirmed" },
      { date: "May 12, 2026 1:30 PM",  event: "Kids Class",        guest: "Taylor Morgan", status: "Confirmed" },
      { date: "May 13, 2026 9:00 AM",  event: "Lane Hire",         guest: "Jamie Lee",     status: "Pending"   },
      { date: "May 13, 2026 3:00 PM",  event: "Private Coaching",  guest: "Casey Smith",   status: "Confirmed" },
      { date: "May 14, 2026 11:00 AM", event: "Adult Swim Lesson", guest: "Riley Brown",   status: "Confirmed" },
    ],
  },
};

window.PRESETS = PRESETS;
