<?php
// Dummy blog posts. Phase 2: WordPress-style CMS or DB.

return [
    [
        'id' => 1, 'slug' => 'welcome-new-members-march',
        'title' => 'Welcome to our new March members',
        'date' => '2026-03-28',
        'excerpt' => 'Seven new businesses joined the Buy Local community this month — meet them, and hear what drew them to the movement.',
        'body' => "<p>March has been a standout month for growth at Buy Local Lowveld. Seven businesses across hospitality, retail, and professional services have joined us, and each one brings something distinctive to the local economy.</p><p>In this post we introduce the newcomers, share what motivated them to join, and give you the shortcut to their directory listings.</p><p><em>[Demo content — the real post will be authored by the Buy Local team in the Phase 2 CMS.]</em></p>",
    ],
    [
        'id' => 2, 'slug' => 'why-local-supply-chains-matter',
        'title' => 'Why local supply chains matter more than ever',
        'date' => '2026-03-15',
        'excerpt' => 'Global shipping costs, load-shedding, and changing consumer tastes have made "local" more than a marketing slogan. Here\'s the data.',
        'body' => "<p>The pandemic years taught South African business owners an uncomfortable lesson: long supply chains break, and when they break, small local players without backup suppliers get hurt first.</p><p>This post walks through three recent case studies in the Lowveld where switching a portion of supply to local vendors saved businesses money, time, or both.</p><p><em>[Demo content.]</em></p>",
    ],
    [
        'id' => 3, 'slug' => 'member-spotlight-bushveld-builders',
        'title' => 'Member spotlight: Bushveld Builders',
        'date' => '2026-02-22',
        'excerpt' => 'From a one-man operation in 2014 to a 30-person team building premium homes across Mbombela. We sit down with the founder.',
        'body' => "<p>Bushveld Builders has quietly become one of the most trusted residential construction names in Mbombela. We sat down with founder Sipho Mathebula to hear how the business scaled without losing the craftsmanship that built its reputation.</p><p><em>[Demo content.]</em></p>",
    ],
    [
        'id' => 4, 'slug' => 'event-recap-february-mixer',
        'title' => 'Event recap: February members\' mixer',
        'date' => '2026-02-10',
        'excerpt' => 'Over 80 members gathered at Kruger Craft Coffee for our quarterly networking mixer. Photos, key takeaways, and what\'s next.',
        'body' => "<p>Our February mixer was the largest yet, with over 80 members and two guest speakers. Thank you to Kruger Craft Coffee for hosting.</p><p><em>[Demo content.]</em></p>",
    ],
];
