Werkfruit

<section style="padding:3rem; max-width:800px; margin:auto; text-align:center; font-family:sans-serif">
  <h1 style="font-size:2.4rem; color:#2e7d32;">Vraag hier jouw gratis proefbox aan</h1>
  <p style="margin-top:1rem; font-size:1.1rem; color:#444">
    Laat jouw team kennismaken met vers, gezond en lokaal fruit van Farmtoko. 
    Geen verplichtingen – gewoon proeven.
  </p>
  
  <img src="https://www.farmtoko.nl/images/fruitbox.jpg" alt="Farmtoko Proefbox" style="margin-top:2rem; max-width:100%; border-radius:12px">

  <form method="POST" action="#" style="margin-top:2rem; text-align:left">
    <label for="bedrijf">Bedrijfsnaam</label><br>
    <input type="text" id="bedrijf" name="bedrijf" required style="width:100%; padding:0.75rem; margin-bottom:1rem;">

    <label for="naam">Naam contactpersoon</label><br>
    <input type="text" id="naam" name="naam" required style="width:100%; padding:0.75rem; margin-bottom:1rem;">

    <label for="email">E-mailadres</label><br>
    <input type="email" id="email" name="email" required style="width:100%; padding:0.75rem; margin-bottom:1rem;">

    <label for="telefoon">Telefoonnummer</label><br>
    <input type="tel" id="telefoon" name="telefoon" required style="width:100%; padding:0.75rem; margin-bottom:1.5rem;">

    <button type="submit" style="background:#43a047; color:white; padding:0.75rem 2rem; border:none; border-radius:5px; font-size:1rem; cursor:pointer;">
      Verstuur aanvraag
    </button>
  </form>

  <p style="margin-top:2rem; font-size:0.95rem; color:#777">
    We nemen binnen 24 uur contact met je op om de levering af te stemmen.
  </p>
</section>