/* global React */

// Women's edition image library. Different from main IMAGES so the lane has its own visual identity.
const W_IMAGES = {
  // Hero / cover
  hero: "https://images.unsplash.com/photo-1490481651871-ab68de25d43d?w=1600&q=80",
  editor: "/assets/nelly.png",

  // Build
  buildHero: "https://images.unsplash.com/photo-1551803091-e20673f15770?w=1600&q=80",

  // Wear
  wear1: "https://images.unsplash.com/photo-1487222477894-8943e31ef7b2?w=1200&q=80",
  wear2: "https://images.unsplash.com/photo-1509631179647-0177331693ae?w=1200&q=80",
  wear3: "https://images.unsplash.com/photo-1469334031218-e382a71b716b?w=1200&q=80",

  // Finish
  fin1: "https://images.unsplash.com/photo-1485231183945-fffde7cc051e?w=900&q=80",
  fin2: "https://images.unsplash.com/photo-1525507119028-ed4c629a60a3?w=900&q=80",
  fin3: "https://images.unsplash.com/photo-1496747611176-843222e1e57c?w=900&q=80",
  fin4: "https://images.unsplash.com/photo-1581338834647-b0fb40704e21?w=900&q=80",

  // Seasonal
  spring: "https://images.unsplash.com/photo-1492707892479-7bc8d5a4ee93?w=1200&q=80",
  fall: "https://images.unsplash.com/photo-1539109136881-3be0616acf4b?w=1200&q=80",

  // Bridge to men
  men: "https://images.unsplash.com/photo-1617137968427-85924c800a22?w=1600&q=80",

  // Lookbook (women)
  look1: "https://images.unsplash.com/photo-1490481651871-ab68de25d43d?w=900&q=80",
  look2: "https://images.unsplash.com/photo-1525507119028-ed4c629a60a3?w=900&q=80",
  look3: "https://images.unsplash.com/photo-1487222477894-8943e31ef7b2?w=900&q=80",
  look4: "https://images.unsplash.com/photo-1469334031218-e382a71b716b?w=900&q=80",
  look5: "https://images.unsplash.com/photo-1492707892479-7bc8d5a4ee93?w=900&q=80",
  look6: "https://images.unsplash.com/photo-1496747611176-843222e1e57c?w=900&q=80",
  look7: "https://images.unsplash.com/photo-1539109136881-3be0616acf4b?w=900&q=80",
  look8: "https://images.unsplash.com/photo-1581338834647-b0fb40704e21?w=900&q=80",
};
window.W_IMAGES = W_IMAGES;
