<?php
$currentPage  = 'blog';
$pageTitle    = 'Blog — Greasely Workshop Management Software';
$pageDesc     = 'Tips, guides, and news for running a smarter auto repair workshop — coming soon from the Greasely team.';
$pageKeywords = 'greasely blog, workshop management tips, auto repair shop advice';
include 'includes/header.php';
?>

<!-- Page Hero -->
<section class="page-hero" aria-label="Blog page">
  <div class="container">
    <div class="section-label" style="background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.25);color:#fff;" aria-hidden="true">Blog</div>
    <h1 class="page-hero__title">Tips for running a smarter workshop</h1>
    <p class="page-hero__sub">Guides, product news, and lessons from the workshops using Greasely every day.</p>
    <button class="btn btn-white btn-lg" onclick="openTrialModal()">Try Free for 2 Weeks</button>
  </div>
</section>

<section class="section" aria-labelledby="blog-heading">
  <div class="container">
    <h2 class="section-title" id="blog-heading" style="position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);">Blog</h2>
    <div class="empty-state">
      <div class="feature-icon feature-icon--lg" aria-hidden="true">
        <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/></svg>
      </div>
      <h3 class="empty-state__title">We're just getting started</h3>
      <p class="empty-state__text">Our first posts are on the way — workshop tips, product updates, and stories from real shops running Greasely. Check back soon, or get in touch if there's something you'd like us to cover.</p>
      <a href="/contact.php" class="btn btn-primary">Get in Touch</a>
    </div>
  </div>
</section>

<?php include 'includes/footer.php'; ?>
