---
layout: default
---

<<<<<<< HEAD
# Content Slide

<div class="grid grid-cols-1 gap-6">
  <div>
    <h2 class="text-2xl font-bold mb-4 text-hatch-primary">Key Points</h2>
    <ul class="space-y-3 text-lg">
      <li class="flex items-center">
        <span class="w-2 h-2 bg-hatch-primary rounded-full mr-3"></span>
        First key point or topic
      </li>
      <li class="flex items-center">
        <span class="w-2 h-2 bg-hatch-primary rounded-full mr-3"></span>
        Second important point
      </li>
      <li class="flex items-center">
        <span class="w-2 h-2 bg-hatch-primary rounded-full mr-3"></span>
        Third key insight
      </li>
    </ul>
  </div>
  
  <div class="mt-8 p-6 bg-gray-50 rounded-lg border-l-4 border-hatch-primary">
    <h3 class="font-bold text-hatch-secondary mb-2">Next Steps</h3>
    <p class="text-gray-700">Add your content here or replace this slide with specific information for your presentation.</p>
=======
# Welcome

<div class="grid grid-cols-2 gap-8 mt-8">
  <div>
    <h2 class="text-2xl font-bold mb-4 text-hatch-primary">Key Topics</h2>
    <ul class="space-y-2">
      <li>• Strategic overview</li>
      <li>• Market analysis</li>
      <li>• Financial performance</li>
      <li>• Next steps</li>
    </ul>
  </div>
  <div>
    <h2 class="text-2xl font-bold mb-4 text-hatch-primary">Objectives</h2>
    <ul class="space-y-2">
      <li>• Present key findings</li>
      <li>• Review progress</li>
      <li>• Discuss opportunities</li>
      <li>• Align on priorities</li>
    </ul>
>>>>>>> 4b901da2b8e4bbb10dd10e20f9875a7c2344f872
  </div>
</div>

<style>
<<<<<<< HEAD
h1 {
  background-color: #00A651;
  background-image: linear-gradient(45deg, #00A651 10%, #004225 20%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  margin-bottom: 2rem;
}

.text-hatch-primary {
  color: #00A651;
}

.text-hatch-secondary {
  color: #004225;
}

.bg-hatch-primary {
  background-color: #00A651;
}

.border-hatch-primary {
  border-color: #00A651;
}
</style>
=======
.text-hatch-primary {
  color: #00A651;
}
</style>
>>>>>>> 4b901da2b8e4bbb10dd10e20f9875a7c2344f872
