/* global window */

window.TEAM_DATA = [
  {
    id: 'josiah',
    slug: 'josiah-cole',
    name: 'Josiah Cole',
    jobTitle: 'Co-Founder, CTO & Webmaster',
    photo: 'assets/josiah-cole-cape-cod-website-designer.jpg',
    email: 'josiah@colewebdev.com',
    sameAs: ['https://www.linkedin.com/in/josiahcole/'],
    heroSub: 'Building websites professionally for over 20 years — development, hosting, SEO, and applied AI.',
    bio: [
      'Josiah has been building websites professionally for over 20 years — since the early days of the web, through every platform shift since. He handles design, development, hosting infrastructure, and anything that requires getting into the code.',
      "An early adopter by nature, he continuously evaluates new tools and technology so COLEwebdev's clients don't have to figure it out themselves — including applied AI, where he leads how the studio uses AI to build client tools and stay current on AI search behavior.",
      'He writes and maintains the technical guides on this site — SEO, Core Web Vitals, platform comparisons, accessibility, and anything that requires understanding how the web actually works under the hood.',
    ],
    expertise: ['Web Development', 'WordPress', 'SEO & Technical SEO', 'Hosting & Infrastructure', 'Applied AI Integration', 'Core Web Vitals'],
  },
  {
    id: 'desiree',
    slug: 'desiree-cole',
    name: 'Desiree Cole',
    jobTitle: 'Co-Founder, CEO & Web Diva',
    photo: 'assets/desiree-cole-webdiva-cape-cod-website-designer.jpg',
    email: 'desiree@colewebdev.com',
    sameAs: ['https://www.facebook.com/colewebdev', 'https://www.instagram.com/colewebdev'],
    heroSub: '20+ years of web design, marketing, and business development for Cape Cod small businesses.',
    bio: [
      'Desiree brings 20+ years of web design, marketing, and business development to every project. She leads client relationships, drives the creative direction, and makes sure every site actually serves the business goals behind it.',
      "Recognized by the Cape Cod business community for her work both in and outside the studio — including Networker of the Year from the Eastham Chamber of Commerce and a 40 Under 40 honor from Cape & Plymouth Business — she's the reason clients keep coming back, and referring their friends.",
      'She writes the business-facing guides on this site — the questions owners actually ask before hiring someone: what a website should cost, when it\'s worth redesigning, and how to tell a good web designer from a bad one.',
    ],
    expertise: ['Web Design Strategy', 'Client Relationships', 'Creative Direction', 'Business Development', 'Branding'],
  },
];
