This commit is contained in:
sasha-astiadi 2024-06-27 16:41:32 +02:00
parent 344e433694
commit 722805770b
6 changed files with 5 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

View File

@ -5,7 +5,7 @@
<div class="mx-auto max-w-2xl text-center"> <div class="mx-auto max-w-2xl text-center">
<p class="text-base font-semibold leading-7 text-indigo-600">ABOUT</p> <p class="text-base font-semibold leading-7 text-indigo-600">ABOUT</p>
<h2 class="mt-2 text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl">A Venture Creator</h2> <h2 class="mt-2 text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl">A Venture Creator</h2>
<p class="mt-6 text-lg leading-8 text-gray-600">is a company or organization that creates and develops new businesses, typically in the form of startups. Support includes providing funding, resources, and mentorship.</p> <p class="mt-6 text-lg leading-8 text-gray-600">OurWorld is a venture creator; a company or organization that creates and develops new businesses, typically in the form of startups. Support includes providing funding, resources, and mentorship.</p>
</div> </div>
</div> </div>

View File

@ -10,25 +10,25 @@
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4 bg-white border border-gray-200 rounded-lg overflow-hidden"> <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4 bg-white border border-gray-200 rounded-lg overflow-hidden">
<!-- Feature 1 --> <!-- 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"> <div class="flex flex-col items-start p-6 text-left border-b sm:border-b-0 sm:border-r border-gray-200">
<img src="images/planet.png" alt="Icon 1" class="mb-2 h-16 w-16"> <img src="images/invest.png" alt="Icon 1" class="mb-2 h-16 w-16">
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Profitable Ventures</h3> <h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Profitable Ventures</h3>
<p class="text-base text-gray-500 mb-4">Secure a profitable investment while working towards global mobility and independence.</p> <p class="text-base text-gray-500 mb-4">Secure a profitable investment while working towards global mobility and independence.</p>
</div> </div>
<!-- Feature 2 --> <!-- 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"> <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">
<img src="images/people.png" alt="Icon 2" class="mb-2 h-16 w-16"> <img src="images/secure.png" alt="Icon 2" class="mb-2 h-16 w-16">
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Economic Security</h3> <h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Economic Security</h3>
<p class="text-base text-gray-500 mb-4">Ventures meet the economic and social criteria set by respective governments, ensuring the security of your investment.</p> <p class="text-base text-gray-500 mb-4">Ventures meet the economic and social criteria set by respective governments, ensuring the security of your investment.</p>
</div> </div>
<!-- Feature 3 --> <!-- 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"> <div class="flex flex-col items-start p-6 text-left border-b sm:border-b-0 sm:border-r border-gray-200">
<img src="images/open.png" alt="Icon 3" class="mb-2 h-16 w-16"> <img src="images/visa.png" alt="Icon 3" class="mb-2 h-16 w-16">
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Golden Visa</h3> <h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Golden Visa</h3>
<p class="text-base text-gray-500 mb-4">Gain residency with the potential to achieve citizenship for you and your family.</p> <p class="text-base text-gray-500 mb-4">Gain residency with the potential to achieve citizenship for you and your family.</p>
</div> </div>
<!-- Feature 4 --> <!-- Feature 4 -->
<div class="flex flex-col items-start p-6 text-left"> <div class="flex flex-col items-start p-6 text-left">
<img src="images/authentic.png" alt="Icon 4" class="mb-2 h-16 w-16"> <img src="images/global.png" alt="Icon 4" class="mb-2 h-16 w-16">
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Global Mobility</h3> <h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Global Mobility</h3>
<p class="text-base text-gray-500 mb-4">Expand your opportunities with enhanced global mobility, allowing greater access to international markets and opportunities.</p> <p class="text-base text-gray-500 mb-4">Expand your opportunities with enhanced global mobility, allowing greater access to international markets and opportunities.</p>
</div> </div>