/* ============================================================
   DATA — content for all pages
   ============================================================ */

const NAV = [
  { slug: 'home', label: 'Home' },
  { slug: 'about', label: 'About' },
  { slug: 'sermons', label: 'Sermons' },
  { slug: 'events', label: 'Events' },
  { slug: 'ministries', label: 'Ministries' },
  { slug: 'visit', label: 'Visit' },
  { slug: 'give', label: 'Give' },
  { slug: 'contact', label: 'Contact' },
];

const SERVICE_TIMES = [
  { label: 'Sunday Morning', time: '11:00 AM', note: 'Worship & Teaching' },
  { label: 'Sunday Evening', time: '6:30 PM', note: 'Evening Service' },
  { label: 'Tuesday', time: '8:00 PM', note: 'Midweek Gathering' },
];

const HERO_SLIDES = [
  {
    kicker: 'This Sunday',
    title: <>A place to <em>belong</em>,<br/>believe, and become.</>,
    lede: 'A family of believers in the heart of the community. Whoever you are, wherever you\'ve come from — you\'re welcome here.',
    img: 'https://images.unsplash.com/photo-1507692049790-de58290a4334?w=900&q=80',
    caption: { title: 'Sunday Worship, 10:30 AM', sub: 'All welcome — no need to book' },
    ctas: [
      { label: 'Plan a visit', href: '#/visit', kind: 'primary' },
      { label: 'Service times', href: '#/visit', kind: 'outline' },
    ],
  },
  {
    kicker: 'Latest Sermon',
    title: <>Walking by <em>faith</em>,<br/>not by sight.</>,
    lede: 'Part 4 of our series through 2 Corinthians. Catch up on the latest message or browse the full archive on our YouTube.',
    img: 'https://images.unsplash.com/photo-1438032005730-c779502df39b?w=900&q=80',
    caption: { title: '2 Corinthians · Part 4', sub: 'Pastor Mark — 27 min' },
    ctas: [
      { label: 'Watch latest', href: '#/sermons', kind: 'primary' },
      { label: 'Browse series', href: '#/sermons', kind: 'outline' },
    ],
  },
  {
    kicker: 'New to Bethany',
    title: <>What to expect<br/>on your <em>first visit</em>.</>,
    lede: 'We\'re an ordinary church with an extraordinary Saviour. Here\'s everything you need to know before coming along on Sunday.',
    img: 'https://images.unsplash.com/photo-1529634806980-85c3dd6d34ac?w=900&q=80',
    caption: { title: 'Coffee from 10:00 AM', sub: 'Families & children welcome' },
    ctas: [
      { label: 'New here?', href: '#/visit', kind: 'primary' },
      { label: 'Contact us', href: '#/contact', kind: 'outline' },
    ],
  },
];

const MINISTRIES = [
  {
    slug: 'children',
    tag: 'Ages 0–11',
    title: 'Children',
    blurb: 'Fun, faith-filled groups every Sunday morning for our youngest church family members — crèche through to Year 6.',
    img: 'https://images.unsplash.com/photo-1503454537195-1dcabb73ffb9?w=800&q=80',
    meta: 'Sundays · 10:30 AM',
  },
  {
    slug: 'youth',
    tag: 'Ages 11–18',
    title: 'Youth',
    blurb: 'A space for young people to ask honest questions, build friendships, and grow in faith together. Sunday groups + Friday socials.',
    img: 'https://images.unsplash.com/photo-1529156069898-49953e39b3ac?w=800&q=80',
    meta: 'Fridays · 7:00 PM',
  },
  {
    slug: 'parents-toddlers',
    tag: 'Ages 0–4',
    title: 'Parents & Toddlers',
    blurb: 'A warm, busy weekly gathering for parents, carers and little ones. Toys, craft, singing, tea, and a proper biscuit.',
    img: 'https://images.unsplash.com/photo-1484820540004-14229fe36ca4?w=800&q=80',
    meta: 'Tuesdays · 9:30 AM',
  },
  {
    slug: 'pickleball',
    tag: 'New · Community',
    title: 'Pickleball Club',
    blurb: 'Our brand-new community pickleball club. All levels welcome — bring a friend, borrow a paddle, join the fun.',
    img: 'https://images.unsplash.com/photo-1554068865-24cecd4e34b8?w=800&q=80',
    meta: 'Thursdays · 7:00 PM',
  },
  {
    slug: 'small-groups',
    tag: 'Mid-week',
    title: 'Small Groups',
    blurb: 'Life happens in small groups. Bible, prayer, and honest conversation in homes across the neighbourhood.',
    img: 'https://images.unsplash.com/photo-1529156069898-49953e39b3ac?w=800&q=80',
    meta: 'Various evenings',
  },
  {
    slug: 'seniors',
    tag: '60+',
    title: 'Golden Fellowship',
    blurb: 'Monthly lunch, chat, and thoughtful devotion for our older members. A highlight in many diaries.',
    img: 'https://images.unsplash.com/photo-1559526324-c1f275fbfa32?w=800&q=80',
    meta: 'First Wednesday',
  },
  {
    slug: 'outreach',
    tag: 'Mission',
    title: 'Local Outreach',
    blurb: 'Food bank partnership, street teams, and seasonal initiatives that put love into action across our town.',
    img: 'https://images.unsplash.com/photo-1469571486292-0ba58a3f068b?w=800&q=80',
    meta: 'Year round',
  },
  {
    slug: 'worship',
    tag: 'Sundays',
    title: 'Worship Team',
    blurb: 'Musicians, vocalists and tech volunteers serving the church through excellent, heart-led Sunday worship.',
    img: 'https://images.unsplash.com/photo-1516450360452-9312f5e86fc7?w=800&q=80',
    meta: 'Rehearsals mid-week',
  },
];

const EVENTS = [
  { d: 27, mo: 'Apr', day: 'Sun', time: '10:30 AM', title: 'Sunday Worship — Communion Service', loc: 'Main Auditorium', cat: 'Service' },
  { d: 29, mo: 'Apr', day: 'Tue', time: '9:30 AM', title: 'Parents & Toddlers', loc: 'Church Hall', cat: 'Family' },
  { d: 1,  mo: 'May', day: 'Thu', time: '7:00 PM', title: 'Pickleball Club — Beginners Night', loc: 'Church Hall', cat: 'Community' },
  { d: 3,  mo: 'May', day: 'Sat', time: '9:00 AM', title: 'Men\'s Breakfast', loc: 'The Vestry', cat: 'Fellowship' },
  { d: 4,  mo: 'May', day: 'Sun', time: '6:30 PM', title: 'Evening Prayer Gathering', loc: 'Main Auditorium', cat: 'Prayer' },
  { d: 10, mo: 'May', day: 'Sat', time: '11:00 AM', title: 'Community Coffee Morning', loc: 'Church Courtyard', cat: 'Community' },
  { d: 17, mo: 'May', day: 'Sat', time: '2:00 PM', title: 'Youth Group Day Trip', loc: 'Meet at Church', cat: 'Youth' },
  { d: 24, mo: 'May', day: 'Sat', time: '7:00 PM', title: 'Worship Night', loc: 'Main Auditorium', cat: 'Worship' },
];

const EVENT_CATS = ['All', 'Service', 'Family', 'Community', 'Prayer', 'Fellowship', 'Youth', 'Worship'];

const SERIES = [
  { title: '2 Timothy', sub: 'Raising Church Leaders', playlistId: 'PLxVpzkHW49KFLpU9xJaA7yRYgUOSlFlVV', tone: 1 },
  { title: 'The Gospel According to Jacob', sub: 'Genesis 25–35', playlistId: 'PLxVpzkHW49KEY19VGPPnnYuFrFiBfBgC5', tone: 2 },
  { title: 'Why Jesus?', sub: 'Topical', playlistId: 'PLxVpzkHW49KF_k3BwZFAe-j9FLmgLOEwS', tone: 3 },
  { title: '2 Samuel', sub: "Look to God's King", playlistId: 'PLxVpzkHW49KFvuz_LC4UhMNniYOPYB9D8', tone: 4 },
  { title: 'Kingdom Living', sub: 'Matthew 4–7', playlistId: 'PLxVpzkHW49KFqRuNk2XjWEdVS2lbby1Mc', tone: 5 },
  { title: 'Big Gospel Words', sub: 'Communion series', playlistId: 'PLxVpzkHW49KFP2qfX_jX2aga0vDPwRVkz', tone: 6 },
  { title: 'The Holy Spirit', sub: 'Topical', playlistId: 'PLxVpzkHW49KG9r6ZbLFV6tnOvrcXoWs0O', tone: 1 },
  { title: 'Free In Christ', sub: 'Galatians', playlistId: 'PLxVpzkHW49KGjh3-ucS_DEYQJ2jCXMXw6', tone: 2 },
  { title: 'Contend for the Faith', sub: 'Jude', playlistId: 'PLxVpzkHW49KHU3Or6SpgwkKJmD9hDqL5H', tone: 3 },
  { title: 'Single Minded, Whole Hearted', sub: 'James', playlistId: 'PLxVpzkHW49KHKYSypj55IEvKp4XIY7nu0', tone: 4 },
  { title: 'Haggai', sub: 'Old Testament', playlistId: 'PLxVpzkHW49KFJ9Iqbl4jGPJ7ztOGTFPqH', tone: 5 },
  { title: 'Human', sub: 'What God says about who we are', playlistId: 'PLxVpzkHW49KHRSl5pVkQlYfMnF_EgU36r', tone: 6 },
  { title: 'Believe and Have Life', sub: 'John', playlistId: 'PLxVpzkHW49KGens4IBGBRZCRrBX-F3ZvI', tone: 1 },
  { title: '2 Thessalonians', sub: 'New Testament', playlistId: 'PLxVpzkHW49KFTDd5AdVbmyG7HICw952K6', tone: 2 },
  { title: 'Honouring God', sub: '1 Samuel', playlistId: 'PLxVpzkHW49KHor1FXj1NMvQSnC4TXkcI3', tone: 3 },
  { title: 'Holiness & Hope', sub: '1 Peter · In a hostile world', playlistId: 'PLxVpzkHW49KGikVs8MDYI8XA08sy7k-S9', tone: 4 },
  { title: 'Stepping Out with a Saving God', sub: 'Exodus', playlistId: 'PLxVpzkHW49KHkTzL_5YDYcmtlbIpvV5yM', tone: 5 },
  { title: 'Investigating Jesus', sub: 'Luke', playlistId: 'PLxVpzkHW49KHCGyQbiOnpkRbl9JuYdkER', tone: 6 },
  { title: 'To the Ends of the Earth', sub: 'Acts', playlistId: 'PLxVpzkHW49KE-EnV9VENh-EhRPFkM9Pkh', tone: 1 },
];

const SERMONS = [
  { title: 'Afflicted But Not Crushed', series: '2 Corinthians · Pt 4', speaker: 'Pastor Mark Davies', date: 'Apr 20, 2026', duration: '38:12', img: 'https://images.unsplash.com/photo-1507692049790-de58290a4334?w=600&q=80' },
  { title: 'The Ministry of Reconciliation', series: '2 Corinthians · Pt 3', speaker: 'Pastor Mark Davies', date: 'Apr 13, 2026', duration: '41:05', img: 'https://images.unsplash.com/photo-1445445290350-c69f9346d5f1?w=600&q=80' },
  { title: 'Treasure in Jars of Clay', series: '2 Corinthians · Pt 2', speaker: 'Joel Richards', date: 'Apr 6, 2026', duration: '35:48', img: 'https://images.unsplash.com/photo-1476231682828-37e571bc172f?w=600&q=80' },
  { title: 'A New Covenant', series: '2 Corinthians · Pt 1', speaker: 'Pastor Mark Davies', date: 'Mar 30, 2026', duration: '39:22', img: 'https://images.unsplash.com/photo-1501594907352-04cda38ebc29?w=600&q=80' },
  { title: 'Blessed Are the Merciful', series: 'Beatitudes · Pt 5', speaker: 'Sarah Lim', date: 'Mar 23, 2026', duration: '32:17', img: 'https://images.unsplash.com/photo-1512389142860-9c449e58a543?w=600&q=80' },
  { title: 'Blessed Are the Meek', series: 'Beatitudes · Pt 4', speaker: 'Pastor Mark Davies', date: 'Mar 16, 2026', duration: '36:44', img: 'https://images.unsplash.com/photo-1523803326055-13445f07bb48?w=600&q=80' },
];

const BELIEFS = [
  { n: '01', title: 'The Scriptures', p: 'We believe the Bible is God\'s Word — inspired, trustworthy, and our final authority for faith and life.' },
  { n: '02', title: 'One God, Three Persons', p: 'We worship one true God eternally existing in three persons — Father, Son, and Holy Spirit — equal in power and glory.' },
  { n: '03', title: 'Jesus Christ', p: 'We believe in the deity of our Lord Jesus Christ, His virgin birth, sinless life, atoning death, bodily resurrection, and coming again.' },
  { n: '04', title: 'Salvation by Grace', p: 'Salvation is by grace alone, through faith alone, in Christ alone. It cannot be earned — only received with open hands.' },
  { n: '05', title: 'The Church', p: 'The church is a family of believers — baptised on profession of faith, gathering to worship, grow, serve, and reach the world.' },
  { n: '06', title: 'Baptism & Communion', p: 'We practise believers\' baptism by full immersion, and regularly share the Lord\'s Supper as a family of faith.' },
];

const TEAM = [
  { name: 'Mark Davies', role: 'Senior Pastor', img: 'https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&q=80' },
  { name: 'Joel Richards', role: 'Associate Pastor', img: 'https://images.unsplash.com/photo-1544005313-94ddf0286df2?w=400&q=80' },
  { name: 'Sarah Lim', role: 'Youth & Families', img: 'https://images.unsplash.com/photo-1580489944761-15a19d654956?w=400&q=80' },
  { name: 'David Okafor', role: 'Music & Worship', img: 'https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=400&q=80' },
];

Object.assign(window, { NAV, SERVICE_TIMES, HERO_SLIDES, MINISTRIES, EVENTS, EVENT_CATS, SERIES, SERMONS, BELIEFS, TEAM });
