/* global React */

// All men / menswear photography
const M_IMAGES = {
  // Hero — sharp tailored portrait
  hero: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=1800&q=80",
  editor: "/assets/jt.png",

  // Build — tailored menswear hero
  buildHero: "https://images.unsplash.com/photo-1593032465175-481ac7f401a0?w=1600&q=80",

  // Wear — denim, layering, off-duty tailoring (men)
  wear1: "https://images.unsplash.com/photo-1516257984-b1b4d707412e?w=1200&q=80", // raw denim guy
  wear2: "https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?w=1200&q=80", // layered men
  wear3: "https://images.unsplash.com/photo-1552374196-1ab2a1c593e8?w=1200&q=80", // tailored off-duty men

  // Finish — accessories & shoes (men)
  fin1: "https://images.unsplash.com/photo-1614252369475-531eba835eb1?w=900&q=80", // leather belt
  fin2: "https://images.unsplash.com/photo-1543163521-1bf539c55dd2?w=900&q=80", // brown loafers
  fin3: "https://images.unsplash.com/photo-1524805444758-089113d48a6d?w=900&q=80", // mens watch
  fin4: "https://images.unsplash.com/photo-1607522370275-f14206abe5d3?w=900&q=80", // mens shoes/socks

  // Seasonal — outdoor men
  spring: "https://images.unsplash.com/photo-1490578474895-699cd4e2cf59?w=1200&q=80",
  fall: "https://images.unsplash.com/photo-1516826957135-700dedea698c?w=1200&q=80",

  // Bridge to women
  women: "https://images.unsplash.com/photo-1490481651871-ab68de25d43d?w=1600&q=80",

  // Lookbook — runway / sidewalk men
  look1: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=900&q=80",
  look2: "https://images.unsplash.com/photo-1516257984-b1b4d707412e?w=900&q=80",
  look3: "https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?w=900&q=80",
  look4: "https://images.unsplash.com/photo-1552374196-1ab2a1c593e8?w=900&q=80",
  look5: "https://images.unsplash.com/photo-1593032465175-481ac7f401a0?w=900&q=80",
  look6: "https://images.unsplash.com/photo-1490578474895-699cd4e2cf59?w=900&q=80",
  look7: "https://images.unsplash.com/photo-1516826957135-700dedea698c?w=900&q=80",
  look8: "https://images.unsplash.com/photo-1488161628813-04466f872be2?w=900&q=80",
};
window.M_IMAGES = M_IMAGES;

const M_L2_MENU = [
  { n: "01", nm: "Build", ct: "10 guides", id: "build", href: "/en/men/build/" },
  { n: "02", nm: "Wear", ct: "20 guides", id: "wear", href: "/en/men/wear/" },
  { n: "03", nm: "Fit", ct: "14 guides", id: "fit", href: "/en/men/fit/" },
  { n: "04", nm: "Finish", ct: "8 guides", id: "finish", href: "/en/men/finish/" },
  { n: "05", nm: "Seasonal", ct: "5 drops", id: "seasonal", href: "/en/men/seasonal/" },
];
window.M_L2_MENU = M_L2_MENU;
