edit img
This commit is contained in:
@@ -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">
|
||||
<!-- 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">
|
||||
<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>
|
||||
<p class="text-base text-gray-500 mb-4">Secure a profitable investment while working towards global mobility and independence.</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">
|
||||
<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>
|
||||
<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>
|
||||
<!-- 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">
|
||||
<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>
|
||||
<p class="text-base text-gray-500 mb-4">Gain residency with the potential to achieve citizenship for you and your family.</p>
|
||||
</div>
|
||||
<!-- Feature 4 -->
|
||||
<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>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user