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/ourpass.html
sasha-astiadi 118e405318 rm svg
2024-06-21 14:29:03 +02:00

40 lines
2.8 KiB
HTML

<div class="overflow-hidden bg-white py-24 sm:py-32">
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<div class="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
<div class="flex items-start justify-end lg:order-first">
<img src="invest/img/owpass4.png" alt="Product screenshot" class="w-[48rem] max-w-none rounded-xl shadow-xl ring-1 ring-gray-400/10 sm:w-[57rem]" width="2432" height="1442">
</div>
<div class="lg:ml-auto lg:pl-4 lg:pt-4 lg:col-start-2 lg:col-span-1">
<div class="lg:max-w-lg lg:mx-auto">
<h2 class="text-base font-semibold leading-7 text-indigo-600">INVEST</h2>
<p class="mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">Introducing OurPass</p>
<p class="mt-6 text-lg leading-8 text-gray-600">A strategic investment with the opportunity for global mobility, residency and citizenship in multiple countries.</p>
<dl class="mt-10 max-w-xl space-y-8 text-base leading-7 text-gray-600 lg:max-w-none">
<div class="relative pl-9">
<dt class="inline font-semibold text-gray-900">
Sovereign Investment Program
</dt>
<dd class="inline">Secure a profitable investment while working towards global mobility with residency programs.</dd>
</div>
<div class="relative pl-9">
<dt class="inline font-semibold text-gray-900">
Economic Security
</dt>
<dd class="inline">Investments are carefully vetted to meet the economic and social criteria set by respective governments, ensuring the security of your investment and your path to citizenship.</dd>
</div>
<div class="relative pl-9">
<dt class="inline font-semibold text-gray-900">
Golden Visa and Citizenship
</dt>
<dd class="inline">OurPass facilitates the issuance of Golden Visas, leading to permanent residency and eventually, citizenship.</dd>
</div>
</dl>
<div class="mt-8 flex items-center gap-x-6">
<a href="/invest" class="rounded-md bg-black px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</div>