// ============================================================
// WASIED · CMS content store - what the admin can edit
// Mirrors what's shown on the public marketing site.
// ============================================================

const CMS = {
  // ---------- Homepage hero ----------
  hero: {
    eyebrow: '4,9 / 5 · 27 avis publics',
    titleLine1: "L'infrastructure complète",
    titleLine2: 'pour bâtir sur',
    titleAccent: "Garry's Mod.",
    lede: "Hébergement haute performance, développement custom, formations et catalogue d'addons. Quatre services maintenus depuis 2018, sur une seule plateforme.",
    ctaPrimaryLabel: "Découvrir l'hébergement",
    ctaPrimaryHref: '/hosting',
    ctaSecondaryLabel: 'Demander un devis',
    ctaSecondaryHref: '/quote',
    metaLine: '140+ commandes · 50+ devs formés · Belgique',
  },

  // ---------- Stats ----------
  stats: [
    { value: '8', unit: 'ans', label: "d'expérience Garry's Mod" },
    { value: '140+', unit: '', label: 'commandes livrées' },
    { value: '50+', unit: '', label: 'développeurs formés' },
    { value: '4,9', unit: '/5', label: 'sur 27 avis publics' },
  ],

  // ---------- Clients marquee ----------
  clientsCaption: 'Ils ont fait confiance à Wasied · 190+ clients depuis 2018',
  clients: [
    'spacev', 'kogui', 'raalii', 'nono', 'damie2pain', 'wolfcoco', 'onesidious',
    'rhalfex', 'louisonn', 'cocoapero', 'osef', 'floconavoine', 'anikiyuri',
    'mkprod', 'toyze', 'ladif', 'zapz', 'geonight', 'dvrk', 'sainox', 'stracss',
    'somedeos', 'shibaz', 'dydy', 'mathieu', 'snk',
  ],

  // ---------- Presentation media (videos + images shown on portfolio/showcase) ----------
  media: [
    { id: 'm1', type: 'video', title: 'Démo · Addon braquage banque', client: 'spacev', tag: 'Addon', duration: '1:24', thumb: 'gradient-cyan', published: true },
    { id: 'm2', type: 'video', title: 'Refonte HUD principal', client: 'damie2pain', tag: 'UI', duration: '0:52', thumb: 'gradient-green', published: true },
    { id: 'm3', type: 'video', title: 'Système de métiers v3', client: 'raalii', tag: 'Gamemode', duration: '2:10', thumb: 'gradient-indigo', published: true },
    { id: 'm4', type: 'image', title: 'Menu de jobs moderne', client: 'Addon public', tag: 'UI', duration: null, thumb: 'gradient-amber', published: true },
    { id: 'm5', type: 'image', title: 'Inventaire grid drag-and-drop', client: 'Addon public', tag: 'Inventory', duration: null, thumb: 'gradient-purple', published: true },
    { id: 'm6', type: 'video', title: 'Anti-cheat en action', client: 'onesidious', tag: 'Sécurité', duration: '1:38', thumb: 'gradient-red', published: false },
  ],

  // ---------- Showcase tabs (homepage "un seul dashboard") ----------
  showcaseEnabled: { hosting: true, orders: true, formations: true, billing: true },

  // ---------- SEO / meta ----------
  seo: {
    title: "Wasied - L'infrastructure des créateurs Garry's Mod",
    description: "Hébergement, développement custom, formations et addons pour Garry's Mod. Opéré par Maxime depuis 2018.",
    ogImage: 'auto',
  },

  // ---------- Site-wide ----------
  site: {
    hireStatus: 'available',
    maintenanceMode: false,
    announcement: '',
  },
};

window.CMS = CMS;
