www_tf_demo/templates/partials/about.html
2024-11-14 06:17:39 +01:00

48 lines
3.5 KiB
HTML

<div class="relative isolate overflow-hidden bg-transparent lg:py-24 py-16">
<div class="mx-auto max-w-7xl px-6 bg-transparent">
<div class="mx-auto max-w-2xl lg:mx-0">
<h2 class="text-base font-semibold leading-8 text-blue-600">FEATURES</h2>
<p class="mt-2 text-2xl font-bold tracking-tight text-black sm:text-4xl">🌍 Why Choose a Digital FreeZone</p>
<p class="mt-8 text-base font-light lg:text-xl text-gray-600">Our automated onboarding process, will ensure compliance with KYC and AML regulations at ease and efficiency.</p>
</div>
<dl class="mt-6 lg:mt-6 grid grid-cols-1 gap-8 sm:mt-16 sm:grid-cols-2 lg:grid-cols-2">
<div class="flex flex-col-reverse px-6 py-2">
<dt class="text-base font-light leading-tight mt-4 lg:mt-2 text-gray-600">A digital free zone fosters effortless collaboration among individuals and organizations by eliminating intermediaries.</dt>
<dd class="text-xl font-semibold leading-9 tracking-tight flex items-center gap-4"> <!-- Increased gap here -->
<span class="leading-6">🔹Fully Automated Onboarding</span>
</dd>
</div>
<div class="flex flex-col-reverse px-6 py-2">
<dt class="text-base font-light leading-tight smt-4 lg:mt-2 text-gray-600">Seamlessly manage both fiat and digital currencies with our comprehensive banking solutions compatible with Web3 technologies.</dt>
<dd class="text-xl font-semibold leading-9 tracking-tight flex items-center gap-4"> <!-- Increased gap here -->
<span class="leading-6">🔹 Banking & Web3 Compatible</span>
</dd>
</div>
<div class="flex flex-col-reverse px-6 py-2">
<dt class="text-base font-light leading-tight mt-4 lg:mt-2 text-gray-600">Experience hassle-free business operations, as we provide built-in legal and tax settlement services, simplifying legal obligations.</dt>
<dd class="text-xl font-semibold leading-9 tracking-tight flex items-center gap-4"> <!-- Increased gap here -->
<span class="leading-6">🔹 Built-in Legal & Tax Settlement</span>
</dd>
</div>
<div class="flex flex-col-reverse px-6 py-2">
<dt class="text-base font-light leading-tight lg:mt-2 text-gray-600">Ourworld FreeZone offers cost-effective and flexible company licenses, making it easier to kickstart your entrepreneurial journey.</dt>
<dd class="text-xl font-semibold leading-9 tracking-tight flex items-center gap-4"> <!-- Increased gap here -->
<span class="leading-6">🔹 Affordable & Flexible Licenses</span>
</dd>
</div>
<div class="flex flex-col-reverse px-6 py-2">
<dt class="text-base font-light leading-tight mt-4 lg:mt-2 text-gray-600">Ourworld FreeZone empowers businesses to operate within an independent economic environment, fostering growth and prosperity.</dt>
<dd class="text-xl font-semibold leading-9 tracking-tight flex items-center gap-4"> <!-- Increased gap here -->
<span class="leading-6">🔹 Sovereign Economic Jurisdiction</span>
</dd>
</div>
<div class="flex flex-col-reverse px-6 py-2">
<dt class="text-base font-light leading-tight mt-4 lg:mt-2 text-gray-600">Your Privacy, Your Data, Your Security. Our Quantum Safe Storage will empower you to safeguard your digital information.</dt>
<dd class="text-xl font-semibold leading-9 tracking-tight flex items-center gap-4"> <!-- Increased gap here -->
<span class="leading-6">🔹 Powered by Data Sovereign Tech</span>
</dd>
</div>
</dl>
</div>
</div>