Compare commits

...

4 Commits

Author SHA1 Message Date
0799715fff REPLKACE IMG
Some checks are pending
www2.ourworld.tf / Deploy (push) Waiting to run
ourworld.tf / Deploy (push) Waiting to run
2024-11-06 13:34:07 +01:00
926ddf3a57 TYPO 2024-11-06 13:33:57 +01:00
8aa131a56b CHANGE IMG 2024-11-06 13:33:50 +01:00
e6a48bbc7f EDIT FIX MARGIN 2024-11-06 13:33:44 +01:00
4 changed files with 4 additions and 4 deletions

BIN
static/images/presale.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 KiB

View File

@ -1,8 +1,8 @@
<div class="relative isolate overflow-hidden py-12 bg-blue-100 mx-auto"> <div class="relative isolate overflow-hidden py-12 bg-blue-100 mx-auto">
<div class="flex flex-col justify-center items-center max-w-2xl mx-auto py-16 text-center h-full"> <div class="flex flex-col justify-center items-center max-w-2xl mx-auto py-16 px-4 lg:px-0 text-center h-full">
<div class="text-center"> <div class="text-center">
<h1 class="mt-4 text-3xl lg:text-4xl font-bold leading-8 tracking-tight text-black mb-4">🏛️ About ODFZ</h1> <h1 class="mt-4 text-3xl lg:text-4xl font-bold leading-8 tracking-tight text-black mb-4">🏛️ About ODFZ</h1>
<p class="mt-6 text-lg lg:text-xl mx-auto leading-8 text-gray-600 font-light mx-10"><span class="font-semibold">OurWorld Digital FreeZone</span> offer cutting-edge digital infrastructure, simplified financial transactions, and competitive tax structures to foster innovation and economic growth. With a clear regulatory framework and robust dispute resolution, we ensure a stable environment for businesses to thrive, removing complexity and enabling effortless global expansion.</p> <p class="mt-6 text-lg lg:text-xl mx-2 leading-8 text-gray-600 font-light"><span class="font-semibold">OurWorld Digital FreeZone</span> offer cutting-edge digital infrastructure, simplified financial transactions, and competitive tax structures to foster innovation and economic growth. With a clear regulatory framework and robust dispute resolution, we ensure a stable environment for businesses to thrive, removing complexity and enabling effortless global expansion.</p>
</div> </div>
</div> </div>
</div> </div>

View File

@ -10,7 +10,7 @@
<div class="absolute inset-y-0 left-0 -z-10 w-full overflow-hidden ring-1 ring-white/5 lg:w-1/2"> <div class="absolute inset-y-0 left-0 -z-10 w-full overflow-hidden ring-1 ring-white/5 lg:w-1/2">
<!-- Placeholder for decorative SVG or background --> <!-- Placeholder for decorative SVG or background -->
</div> </div>
<h2 class="text-base font-semibold leading-7 text-blue-600">BENEFITS</h2> <h2 class="text-base font-semibold leading-7 text-blue-600">CONTACT US</h2>
<h2 class="mt-2 text-3xl font-bold tracking-tight text-blac">📬 Get in touch</h2> <h2 class="mt-2 text-3xl font-bold tracking-tight text-blac">📬 Get in touch</h2>
<p class="mt-6 text-lg leading-8 text-gray-600">At OurWorld Digital FreeZone (ODFZ), we are eager to hear from you! Whether you have questions about our innovative platform and programs, need assistance with onboarding, or are interested in exploring collaboration opportunities, we are here to help. .</p> <p class="mt-6 text-lg leading-8 text-gray-600">At OurWorld Digital FreeZone (ODFZ), we are eager to hear from you! Whether you have questions about our innovative platform and programs, need assistance with onboarding, or are interested in exploring collaboration opportunities, we are here to help. .</p>
<dl class="mt-10 space-y-4 text-base leading-7 text-gray-600"> <dl class="mt-10 space-y-4 text-base leading-7 text-gray-600">

View File

@ -24,7 +24,7 @@
<!-- Left Column (Image Section) --> <!-- Left Column (Image Section) -->
<div class="relative overflow-hidden lg:h-full"> <div class="relative overflow-hidden lg:h-full">
<div class="image-container"> <div class="image-container">
<img class="object-cover w-full h-full rounded-md mx-1" src="/images/benefits.webp" alt="Image description"> <img class="object-cover w-full h-full rounded-md mx-1" src="/images/presale.jpg" alt="Image description">
</div> </div>
</div> </div>
</div> </div>