add home 10
This commit is contained in:
parent
a9a0ea8211
commit
97937cf324
@ -29,7 +29,7 @@
|
||||
|
||||
<!-- Home Section 1 -->
|
||||
<header class="mb-12 relative min-h-[500px] flex items-center bg-cover bg-center" style="background-image: url('/home/img/backgrounds/home_bg.webp');">
|
||||
<div class="absolute inset-0 bg-black bg-opacity-30"></div>
|
||||
<div class="absolute inset-0 bg-black bg-opacity-50"></div>
|
||||
<div class="relative z-10 w-full py-48">
|
||||
<div class="container mx-auto px-4 mb-4">
|
||||
<div class="max-w-3xl">
|
||||
@ -396,6 +396,17 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Home Section 10 -->
|
||||
<section class="relative w-screen min-h-[600px] overflow-hidden -mx-[50vw] left-[50%] right-[50%] flex items-center justify-center bg-cover bg-center" style="background-image: url('/home/img/backgrounds/cta.webp');">
|
||||
<div class="absolute inset-0 bg-black bg-opacity-30"></div>
|
||||
<div class="container mx-auto px-4 relative z-10">
|
||||
<div class="flex flex-col items-center text-center max-w-4xl mx-auto">
|
||||
<h2 class="hero-heading-2 mb-8">Simplify. Collaborate. Own.<br>Join The Circl.</h2>
|
||||
<button class="main-button">Join the waitlist</button>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user