|
1 |
| -<div |
2 |
| - class="flex w-full flex-col-reverse justify-between gap-64 px-8 py-24 pt-2 md:px-12 md:pt-6 lg:flex-row-reverse lg:px-32" |
3 |
| -> |
4 |
| - <!-- <div class="relative hidden h-[60vh] w-2/3 min-w-max max-w-xl rounded-lg shadow-2xl xl:block"> --> |
5 |
| - <!-- <div --> |
6 |
| - <!-- class="custom-gradient absolute inset-0 -z-50 rounded-xl border-4 border-white p-4 shadow-2xl blur-xl" --> |
7 |
| - <!-- > --> |
8 |
| - <!-- </div> --> |
9 |
| - <!-- <div class="absolute inset-0 rounded-xl bg-white p-4 opacity-30 backdrop-blur-lg"></div> --> |
10 |
| - <!-- <div class="absolute inset-0 rounded-xl bg-gradient-to-b from-white/20 p-4 backdrop-blur-lg"> --> |
11 |
| - <!-- </div> --> |
12 |
| - <!-- </div> --> |
13 |
| - <div> |
14 |
| - <h1 class="z-30 bg-[url('/rectangle.svg')] bg-contain bg-no-repeat text-6xl font-bold"> |
15 |
| - Transform your content into viral shorts |
16 |
| - </h1> |
17 |
| - <p class="py-7 text-2xl"> |
18 |
| - Increase your audience reach with high quality shorts video content tailored for your brand. |
19 |
| - Expand your reach through all social media platforms. |
20 |
| - </p> |
21 |
| - <a href="#pricing" |
22 |
| - ><button class="btn btn-accent btn-lg rounded-full normal-case">Short now</button></a |
23 |
| - > |
| 1 | +<div class="min-h-[80vh] xl:min-h-[85vh]"> |
| 2 | + <div |
| 3 | + class="flex w-full flex-col-reverse justify-between gap-64 px-8 py-24 pt-2 md:px-12 md:pt-6 lg:flex-row-reverse lg:px-32" |
| 4 | + > |
| 5 | + <!-- <div class="relative hidden h-[60vh] w-2/3 min-w-max max-w-xl rounded-lg shadow-2xl xl:block"> --> |
| 6 | + <!-- <div --> |
| 7 | + <!-- class="custom-gradient absolute inset-0 -z-50 rounded-xl border-4 border-white p-4 shadow-2xl blur-xl" --> |
| 8 | + <!-- > --> |
| 9 | + <!-- </div> --> |
| 10 | + <!-- <div class="absolute inset-0 rounded-xl bg-white p-4 opacity-30 backdrop-blur-lg"></div> --> |
| 11 | + <!-- <div class="absolute inset-0 rounded-xl bg-gradient-to-b from-white/20 p-4 backdrop-blur-lg"> --> |
| 12 | + <!-- </div> --> |
| 13 | + <!-- </div> --> |
| 14 | + <div> |
| 15 | + <h1 class="z-30 bg-[url('/rectangle.svg')] bg-contain bg-no-repeat text-6xl font-bold"> |
| 16 | + Transform your content into viral shorts |
| 17 | + </h1> |
| 18 | + <p class="py-7 text-2xl"> |
| 19 | + Increase your audience reach with high quality shorts video content tailored for your brand. |
| 20 | + Expand your reach through all social media platforms. |
| 21 | + </p> |
| 22 | + <a href="#pricing" |
| 23 | + ><button class="btn btn-accent btn-lg rounded-full normal-case">Short now</button></a |
| 24 | + > |
| 25 | + </div> |
| 26 | + </div> |
| 27 | + <div |
| 28 | + class="absolute bottom-0 -z-10 h-screen min-h-screen w-full translate-y-48 overflow-visible bg-[url('/hero-left-bg.svg')] bg-contain bg-bottom bg-no-repeat" |
| 29 | + > |
24 | 30 | </div>
|
25 |
| -</div> |
26 |
| -<div |
27 |
| - class="absolute bottom-0 -z-10 h-screen min-h-screen w-full translate-y-48 overflow-visible bg-[url('/hero-left-bg.svg')] bg-contain bg-bottom bg-no-repeat" |
28 |
| -> |
29 | 31 | </div>
|
30 | 32 | <style>
|
31 | 33 | .custom-gradient {
|
|
0 commit comments