// data.jsx — image library + nav config (exported to window for cross-file use)

const IMG = (id, w = 1600) =>
  `https://images.unsplash.com/photo-${id}?w=${w}&q=80&auto=format&fit=crop`;

const PHOTOS = {
  families: [
    { id: 'f4',  src: 'families/6P5A0551-Edit-2.jpg.webp',    w: 4, h: 3, cap: 'Motherhood Portrait with Children · Rogers, NWA' },
    { id: 'f0',  src: 'families/IMG_1077-Edit.webp',           w: 4, h: 3, cap: 'New Parents with Newborn · Pinnacle Hills Studio, Rogers AR' },
    { id: 'f1',  src: 'families/IMG_2927+(2).jpg.webp',        w: 4, h: 3, cap: 'Newborn & Family Portrait · Pinnacle Hills Studio, Rogers AR' },
    { id: 'f2',  src: 'families/IMG_7875-Edit+(1).jpg.webp',   w: 2, h: 3, cap: 'Pregnancy Announcement Session · Bentonville, NWA' },
    { id: 'f3',  src: 'families/IMG_6224-Edit-2.jpg.webp',     w: 4, h: 3, cap: 'Sibling Studio Portrait · Fayetteville, Arkansas' },
    { id: 'f5',  src: 'families/IMG_9937.jpg.webp',            w: 2, h: 3, cap: 'In-Home Couples Session · Bentonville, Arkansas' },
    { id: 'f6',  src: 'families/IMG_6944.jpg.webp',            w: 4, h: 5, cap: 'Father & Newborn Daughter · Pinnacle Hills, Rogers' },
    { id: 'f7',  src: 'families/IMG_6384.jpg.webp',            w: 3, h: 2, cap: 'Newborn Studio Portrait · Northwest Arkansas' },
    { id: 'f8',  src: 'families/6P5A3094-2.webp',              w: 3, h: 2, cap: 'New Family Portrait with Newborn · Bella Vista, AR' },
    { id: 'f9',  src: 'families/6P5A7044-2.webp',              w: 3, h: 2, cap: 'Big Sister & Newborn · Springdale, NWA' },
    { id: 'f10', src: 'families/IMG_0187-Edit-Edit.jpg.webp',  w: 6, h: 5, cap: 'Family of Four with Newborn · Fayetteville, Arkansas' },
    { id: 'f11', src: 'families/6P5A5616-2.webp',              w: 3, h: 2, cap: 'Newborn Color Portrait · Pinnacle Hills Studio, Rogers' },
    { id: 'f12', src: 'families/6P5A9546.webp',                w: 3, h: 2, cap: 'New Parents with Newborn Daughter · Bentonville, NWA' },
  ],
  maternity: [
    { id: 'm1', src: 'maternity/Maternity-14.jpg.webp',        w: 4, h: 5, cap: 'Fine Art Maternity Portrait · Pinnacle Hills Studio, Rogers AR' },
    { id: 'm2', src: 'maternity/Maternity-06.jpg.webp',        w: 4, h: 5, cap: 'Studio Maternity Session · Rogers, Northwest Arkansas' },
    { id: 'm3', src: 'maternity/6P5A4906-floral.webp',         w: 4, h: 5, cap: 'Couture Maternity Gown · Bentonville, Arkansas' },
    { id: 'm4', src: 'maternity/Maternity-11.jpg.webp',        w: 4, h: 5, cap: 'Black & White Maternity Portrait · Fayetteville, NWA' },
    { id: 'm5', src: 'maternity/IMG_7634-Edit.webp',           w: 4, h: 5, cap: 'Editorial Maternity Portrait · Pinnacle Hills, Rogers' },
    { id: 'm6', src: 'maternity/6P5A3237-Edit.jpg.webp',       w: 3, h: 4, cap: 'Expecting Couple Portrait · Bella Vista, NWA' },
    { id: 'm7', src: 'maternity/Maternity-08.jpg.webp',        w: 4, h: 3, cap: 'Family Maternity Silhouette · Springdale, Arkansas' },
    { id: 'm8', src: 'maternity/6P5A8279-Edit-Edit.webp',      w: 3, h: 4, cap: 'Timeless Maternity Portrait · Bentonville, NWA' },
    { id: 'm9', src: 'maternity/Maternity-09.jpg.webp',        w: 4, h: 3, cap: 'Studio Maternity Session · Northwest Arkansas' },
  ],
  headshots: [
    { id: 'h8',  src: 'branding/6P5A7464-2.webp',    w: 2, h: 3, cap: 'Editorial Brand Portrait · Bella Vista, Arkansas' },
    { id: 'h1',  src: 'branding/6P5A0339.webp',      w: 3, h: 4, cap: 'Personal Brand Portrait · Bentonville, AR' },
    { id: 'h2',  src: 'branding/6P5A0161-3.webp',    w: 3, h: 4, cap: 'Attorney Branding Session · Fayetteville, Arkansas' },
    { id: 'h3',  src: 'branding/6P5A1989-2.webp',    w: 2, h: 3, cap: 'Creative Brand Photography · Rogers, NWA' },
    { id: 'h4',  src: 'branding/6P5A4402.webp',      w: 2, h: 3, cap: 'Professional Headshot · Pinnacle Hills, Rogers' },
    { id: 'h5',  src: 'branding/6P5A8505.webp',      w: 2, h: 3, cap: 'Law Firm Branding · Bentonville, Northwest Arkansas' },
    { id: 'h6',  src: 'branding/6P5A1266.webp',      w: 3, h: 2, cap: 'Artist Studio Portrait · Fayetteville, AR' },
    { id: 'h7',  src: 'branding/6P5A3226-2.webp',    w: 2, h: 3, cap: 'Activewear Brand Campaign · Springdale, NWA' },
    { id: 'h9',  src: 'branding/6P5A9214.webp',      w: 2, h: 3, cap: 'Brand Details · Northwest Arkansas Studio' },
    { id: 'h10', src: 'branding/IMG_9900-Edit.webp', w: 2, h: 3, cap: 'Brand Portrait · Northwest Arkansas Studio' },
  ],
};

const HOME_HERO_IMAGE = 'assets/hero-family.jpg';

const HERO_IMAGES = [
  'assets/hero-family.jpg',
  'assets/hero-maternity.webp',
  IMG('1604542031658-5799ca5d7936', 2400),
  IMG('1502086223501-7ea6ecd79368', 2400),
  IMG('1511895426328-dc8714191300', 2400),
];

const NAV_LINKS = [
  { id: 'home',       label: 'Home',       href: '#/' },
  { id: 'portfolio',  label: 'Portfolio',  href: '#/portfolio' },
  { id: 'about',      label: 'About',      href: '#/about' },
  { id: 'investment', label: 'Investment', href: '#/investment' },
  { id: 'contact',    label: 'Inquire',    href: '#/contact' },
];

Object.assign(window, { IMG, PHOTOS, HERO_IMAGES, HOME_HERO_IMAGE, NAV_LINKS });
