Files
www_ow_freezone/templates/partials/benefits.html
samtaggart 7f1e048e35
Some checks failed
www2.ourworld.tf / Deploy (push) Has been cancelled
Updates to copy
2025-09-11 12:23:29 +03:00

52 lines
1.9 KiB
HTML

<!-- Hero Section -->
<div id="services" class="relative bg-white" style="scroll-margin-top: 5rem; scroll-behavior: smooth;">
<div class="mx-auto max-w-7xl px-4 grid grid-cols-1 lg:grid-cols-2 gap-4 lg:gap-8 items-start py-12">
<!-- Left Column (Image Section) -->
<div class="relative overflow-hidden lg:h-full">
<div class="image-container">
<img class="object-cover w-full h-full rounded-md mx-1" src="/images/benefits.webp" alt="Image description">
</div>
</div>
<!-- Right Column (Text Section) -->
<div class="relative sm:py-24 lg:py-12 lg:px-8 px-4">
<div class="max-w-xl mx-auto">
<h2 class="text-base font-semibold leading-7 text-blue-600">SERVICES</h2>
<p class="mt-2 text-3xl font-bold tracking-tight text-black sm:text-4xl">Simple. Streamlined. Secure.</p>
<div class="mt-4 font-light text-lg leading-7 tracking-tight text-gray-600">
<p class="text-base font-light lg:text-xl text-gray-600 mb-10 mt-6">For the entrepreneur, the digital nomad, or any company, we provide a revolutionary platform where you can obtain a digital company license, a bank account supporting both fiat and cryptocurrencies, and handle your legal requirements and taxes, all within a single, streamlined platform. <br><br>
Say goodbye to complexities and hello to a new era of simplicity and efficiency, empowering your business to thrive like never before.
</p>
</div>
<div class="mt-10 flex lg:gap-x-6 gap-x-3">
</div>
</div>
</div>
</div>
</div>
<style>
.image-container {
position: relative;
left: 0;
width: 90%;
height: 90%;
}
.image-container::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 90%;
height: 90%;
}
/* Reset margin and padding for the entire page if needed */
body, html {
margin: 0;
padding: 0;
}
</style>