This repository has been archived on 2025-06-11. You can view files and clone it, but cannot push or open issues or pull requests.
www_ow_freezone/templates/partials/feature.html
sasha-astiadi 2c529632c1
Some checks are pending
www2.ourworld.tf / Deploy (push) Waiting to run
make new
2024-10-23 17:35:42 +02:00

55 lines
3.4 KiB
HTML

<div class="bg-white pb-24 pt-12 relative">
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-2xl sm:text-3xl lg:text-4xl font-bold tracking-tight text-gray-900 lg:mb-2">🇹🇿 Why Zanzibar?</h2>
<p class="text-base font-light lg:text-xl text-gray-600 mb-10 mt-6">With proactive business-friendly policies and Tanzania's robust economic growth, <br>Zanzibar emerges as a promising hub for innovation and investment in East Africa.</p>
</div>
<div class="mt-2 grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 bg-white border border-gray-200 rounded-lg overflow-hidden">
<!-- Feature 1 -->
<div class="flex flex-col items-start p-6 text-left border-b sm:border-b-0 sm:border-r border-gray-200">
<svg width="1em" height="1em" viewBox="0 0 48 48" class="w-12 h-12 mb-6 text-primary">
<g fill="#009688">
<path d="M22 35h4v11h-4z"></path>
<path d="m24 29.6l7 8.4H17z"></path>
</g>
<g fill="#009688">
<path d="M22 2h4v11h-4z"></path>
<path d="M24 18.4L17 10h14z"></path>
</g>
<g fill="#009688">
<path d="M2 22h11v4H2z"></path>
<path d="M18.4 24L10 31V17z"></path>
</g>
<g fill="#009688">
<path d="M35 22h11v4H35z"></path>
<path d="m29.6 24l8.4-7v14z"></path>
</g>
<circle cx="24" cy="24" r="3" fill="#F44336"></circle>
</svg>
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Strategic Location</h3>
<p class="text-base font-light text-gray-600 mb-4">Situated at the intersection of Africa and the Indian Ocean, Zanzibar boasts a rich cultural heritage and provides convenient access to both regional and global markets.</p>
</div>
<!-- Feature 2 -->
<div class="flex flex-col items-start p-6 text-left border-b sm:border-b-0 sm:mx-h-2 sm:border-r border-gray-200">
<svg width="1em" height="1em" viewBox="0 0 48 48" class="w-12 h-12 mb-6 text-primary">
<path d="M26 2L10 20h8v16l16-18h-8z" fill="#FFEB3B"></path>
</svg>
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Rapid Economic Growth</h3>
<p class="text-base font-light text-gray-600 mb-4">In recent years, Tanzania has maintained a robust economic growth rate averaging 6-7% annually, underscoring its strong economic potential and stability.</p>
</div>
<!-- Feature 3 -->
<div class="flex flex-col items-start p-6 text-left border-b sm:border-b-0 sm:border-r border-gray-200">
<svg width="1em" height="1em" viewBox="0 0 48 48" class="w-12 h-12 mb-6 text-primary">
<path fill="#00BCD4" d="M19 22h10v20H19zM32 8h10v34H32zM6 30h10v12H6z"></path>
<g fill="#3F51B5">
<path d="m11 8l10 10V8z"></path>
<path d="m9.394 22.437l-2.828-2.828l9.969-9.969l2.828 2.828z"></path>
</g>
</svg>
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Business-Friendly Policies</h3>
<p class="text-base text-gray-600 font-light mb-4">Tanzania was recognized among the top 10 most improved economies globally in 2020 by the World Bank, demonstrating a proactive approach in adapting agile business policies..</p>
</div>
</div>
</div>
</div>