<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="theme-color" content="#0061FD">
  <meta name="google-site-verification" content="4RX1JmfrVzMU4o_vmESZNt4NjpPMI0S7X4GonxcuM3I">
  <title><%= content_for(:title).presence || "GrowKit | List livestock, find nearby buyers" %></title>
  <meta name="description" content="<%= content_for(:description).presence || "GrowKit is an Android app for farmers and rural sellers in India. List livestock and find nearby buyers." %>">
  <meta name="robots" content="index,follow">
  <link rel="canonical" href="https://growkitapp.space<%= request.path %>">
  <meta property="og:type" content="website">
  <meta property="og:site_name" content="GrowKit">
  <meta property="og:title" content="<%= content_for(:title).presence || "GrowKit" %>">
  <meta property="og:description" content="<%= content_for(:description).presence || "GrowKit is an Android app for farmers and rural sellers in India. List livestock and find nearby buyers." %>">
  <meta property="og:url" content="https://growkitapp.space<%= request.path %>">
  <meta property="og:image" content="https://growkitapp.space/brand/growkit-icon.png">
  <meta name="twitter:card" content="summary">
  <meta name="twitter:title" content="<%= content_for(:title).presence || "GrowKit" %>">
  <meta name="twitter:description" content="<%= content_for(:description).presence || "GrowKit is an Android app for farmers and rural sellers in India. List livestock and find nearby buyers." %>">
  <meta name="twitter:image" content="https://growkitapp.space/brand/growkit-icon.png">
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "GrowKit",
    "url": "https://growkitapp.space/",
    "logo": "https://growkitapp.space/brand/growkit-icon.png",
    "email": "support@growkit.space",
    "telephone": "+916305885342"
  }
  </script>
  <link rel="icon" href="/brand/growkit-icon.png" type="image/png">
  <link rel="apple-touch-icon" href="/brand/growkit-icon.png">
  <link rel="stylesheet" href="/brand/site.css?v=15">
</head>
<body>
<div class="page">
  <header class="top">
    <a class="brand" href="/">
      <img class="mark" src="/brand/growkit-icon.png" alt="" width="58" height="58">
      <span class="brand-text">
        <img class="word" src="/brand/growkit-wordmark.png" alt="GrowKit" width="168" height="36">
        <span class="sub">Livestock. Nearby buyers.</span>
      </span>
    </a>
    <% active = { "home" => "home", "privacy_policy" => "privacy", "terms_of_service" => "terms", "about" => "about" }[action_name] %>
    <nav>
      <a href="/" class="<%= "is-active" if active == "home" %>">Home</a>
      <a href="/privacy-policy" class="<%= "is-active" if active == "privacy" %>">Privacy</a>
      <a href="/terms-of-service" class="<%= "is-active" if active == "terms" %>">Terms</a>
      <a href="/about-growkit" class="<%= "is-active" if active == "about" %>">About</a>
    </nav>
  </header>

  <%= yield %>

  <section class="support">
    <h2>Support</h2>
    <p>Questions or account help.</p>
    <div class="support-row">
      <a href="tel:+916305885342">
        <svg viewBox="0 0 24 24" aria-hidden="true"><path d="M8 4h3l1 4-2 1a12 12 0 0 0 5 5l1-2 4 1v3a2 2 0 0 1-2 2A15 15 0 0 1 6 6a2 2 0 0 1 2-2z" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linejoin="round"/></svg>
        <span>Call</span>
        <small>+91 63058 85342</small>
      </a>
      <a href="https://wa.me/916305885342">
        <svg viewBox="0 0 24 24" aria-hidden="true"><path fill="currentColor" d="M12 2.6a8.9 8.9 0 0 0-7.6 13.4L3.2 21.2l5.3-1.4A8.9 8.9 0 1 0 12 2.6z"/><path fill="#fff" d="M8.6 8.3c-.16 0-.42.06-.64.3-.22.24-.84.82-.84 2s.86 2.3.98 2.47c.12.16 1.7 2.6 4.1 3.5.58.22 1.03.35 1.38.45.58.17 1.1.15 1.52.09.46-.07 1.4-.57 1.6-1.12.2-.55.2-1.02.14-1.12-.06-.1-.22-.16-.46-.28-.23-.11-1.4-.69-1.6-.77-.21-.08-.36-.12-.52.12-.16.23-.6.77-.74.92-.14.16-.27.18-.5.06-.23-.12-.98-.36-1.87-1.15-.69-.62-1.16-1.38-1.3-1.61-.13-.23-.01-.36.1-.47.1-.1.23-.27.35-.4.12-.14.15-.23.23-.39.08-.16.04-.3-.02-.41-.06-.12-.53-1.27-.72-1.74-.2-.45-.4-.39-.53-.4-.13 0-.28 0-.43 0z"/></svg>
        <span>WhatsApp</span>
        <small>+91 63058 85342</small>
      </a>
      <a href="mailto:support@growkit.space">
        <svg viewBox="0 0 24 24" aria-hidden="true"><rect x="3" y="6" width="18" height="12" rx="2" fill="none" stroke="currentColor" stroke-width="1.8"/><path d="M4 7l8 6 8-6" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linejoin="round"/></svg>
        <span>Email</span>
        <small>support@growkit.space</small>
      </a>
    </div>
  </section>

  <footer class="site">
    <img class="foot-word" src="/brand/growkit-wordmark.png" alt="GrowKit">
    <p><a href="/">Home</a> · <a href="/privacy-policy">Privacy</a> · <a href="/terms-of-service">Terms</a> · <a href="/about-growkit">About</a></p>
    <p>&copy; 2026 GrowKit. All rights reserved.</p>
  </footer>
</div>
</body>
</html>
