// Tobeads — shared mock data
//
// Community gallery builds, consumed by GalleryPage in
// src/pages/arcade-pages.jsx. The live bead palettes and the photo→bead
// pipeline now live in src/lib/beadBrands.jsx and src/lib/color.jsx; the
// older PiBead palette/product/template mocks were removed.

window.GALLERY = [
  { id: 'g1', author: '@momoko.diy',   project: 'Mochi the cat',     beads: 2241, gradient: 'ph-grad-1' },
  { id: 'g2', author: '@pixeldad',     project: 'Family of four',    beads: 6420, gradient: 'ph-grad-3' },
  { id: 'g3', author: '@neon.studio',  project: 'Arcade marquee',    beads: 1890, gradient: 'ph-grad-5' },
  { id: 'g4', author: '@knit.and.bead',project: 'Coastal sunset',    beads: 3210, gradient: 'ph-grad-2' },
  { id: 'g5', author: '@arcade.jules', project: 'Pac sprite tribute',beads: 980,  gradient: 'ph-grad-4' },
  { id: 'g6', author: '@type.lab',     project: 'PIXEL banner',      beads: 1740, gradient: 'ph-grad-6' },
];
