<div class="">
  <div class="mx-auto max-w-7xl px-6 lg:px-8 py-10">
    <div class="mx-auto max-w-2xl lg:mx-0">
      <h2 class="text-base font-semibold leading-7 text-indigo-400 mb-4">BLOG</h2>
      <h2 class="tracking-tight">What's New</h2>
    </div>
    <div class="mx-auto mt-8 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-4">
      <article class="flex flex-col items-start justify-between">
        <div class="relative w-full">
          <img src="home/img/cyberwall.png" alt="" class="w-full rounded-xl bg-gray-100 object-cover aspect-[2/1] lg:aspect-[16/9]">
          <div class="absolute inset-0 rounded-2xl ring-1 ring-inset ring-gray-900/10"></div>
        </div>
        <div class="max-w-xl">
          <div class="mt-8 flex items-center gap-x-4 text-xs">
            <time datetime="2020-03-16" class="text-gray-500">March 20, 2024</time>
            <a href="/blog/cyberwall/" class="relative z-10 rounded-full bg-gray-10 px-3 py-1.5 font-medium hover:bg-gray-100">Blog</a>
          </div>
          <div class="group relative">
            <h3 class="mt-3 text-lg font-semibold leading-6  group-hover:text-gray-600">
              <a href="/blog/cyberwall/">
                <span class="absolute inset-0"></span>
                <h4 class="font-semibold">An Antidote for the Cyber Pandemic</h4>
              </a>
            </h3>
            <p class="mt-5 line-clamp-3 text-sm leading-6">In today's interconnected world, the rise of cyber threats presents a significant challenge...</p>
          </div>
      </article>
      <article class="flex flex-col items-start justify-between">
        <div class="relative w-full">
          <img src="home/img/revolutionizing_data_center.png" alt="" class="w-full rounded-xl bg-gray-100 object-cover aspect-[2/1] lg:aspect-[16/9]">
          <div class="absolute inset-0 rounded-2xl ring-1 ring-inset ring-gray-900/10"></div>
        </div>
        <div class="max-w-xl">
          <div class="mt-8 flex items-center gap-x-4 text-xs">
            <time datetime="2020-03-16" class="text-gray-500">February 10, 2024</time>
            <a href="/blog/revolutionizing_data_center" class="relative z-10 rounded-full bg-gray-10 px-3 py-1.5 font-medium hover:bg-gray-100">Blog</a>
          </div>
          <div class="group relative">
            <h3 class="mt-3 text-lg font-semibold leading-6  group-hover:text-gray-600">
              <a href="/blog/revolutionizing_data_center">
                <span class="absolute inset-0"></span>
                <h4 class="font-semibold">Revolutionizing Data Center Design: Exploring Tier S</h4>
              </a>
            </h3>
            <p class="mt-5 line-clamp-3 text-sm leading-6">The Tier S model is designed to exceed the capabilities of traditional data centers...</p>
          </div>
      </article>
      <article class="flex flex-col items-start justify-between">
        <div class="relative w-full">
          <img src="home/img/tf9_dunia_yetu.png" alt="" class="w-full rounded-xl bg-gray-100 object-cover aspect-[2/1] lg:aspect-[16/9]">
          <div class="absolute inset-0 rounded-2xl ring-1 ring-inset ring-gray-900/10"></div>
        </div>
        <div class="max-w-xl">
          <div class="mt-8 flex items-center gap-x-4 text-xs">
            <time datetime="2020-03-16" class="text-gray-500">Mar 16, 2020</time>
            <a href="/blog/tf9_dunia_yetu" class="relative z-10 rounded-full bg-gray-10 px-3 py-1.5 font-medium hover:bg-gray-100">News</a>
          </div>
          <div class="group relative">
            <h3 class="mt-3 text-lg font-semibold leading-6  group-hover:text-gray-600">
              <a href="/blog/tf9_dunia_yetu">
                <span class="absolute inset-0"></span>
                <h4 class="font-semibold">TF Announces a Sovereign Internet for Tanzania</h4>
              </a>
            </h3>
            <p class="mt-5 line-clamp-3 text-sm leading-6">Dunia Yetu Formally Announced in Dar Es Salaam, in partnership with Tanzania's ICT Commission...</p>
          </div>
      </article>
      <article class="flex flex-col items-start justify-between">
        <div class="relative w-full">
          <img src="home/img/tf9_depin_hub.png" alt="" class="w-full rounded-xl bg-gray-100 object-cover aspect-[2/1] lg:aspect-[16/9]">
          <div class="absolute inset-0 rounded-2xl ring-1 ring-inset ring-gray-900/10"></div>
        </div>
        <div class="max-w-xl">
          <div class="mt-8 flex items-center gap-x-4 text-xs">
            <time datetime="2020-03-16" class="text-gray-500">December 15, 2023</time>
            <a href="/blog/tf9_depin_hub" class="relative z-10 rounded-full bg-gray-10 px-3 py-1.5 font-medium hover:bg-gray-100">News</a>
          </div>
          <div class="group relative">
            <h3 class="mt-3 text-lg font-semibold leading-6  group-hover:text-gray-600">
              <a href="/blog/tf9_depin_hub">
                <span class="absolute inset-0"></span>
                <h4 class="font-semibold">ThreeFold Listed on DePIN Hub</h4>
              </a>
            </h3>
            <p class="mt-5 line-clamp-3 text-sm leading-6">ThreeFold are now listed on DePIN (Decentralized Physical Infrastructure Networks)....</p>
          </div>
      </article>
    </div>
  </div>
</div>