create cta
This commit is contained in:
@@ -440,6 +440,27 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="bg-[#1d1d1d]">
|
||||||
|
<div class="w-full bg-[#5b6bf5] h-[10rem] rounded-[2rem] flex items-center justify-between px-8">
|
||||||
|
<!-- Text on the left -->
|
||||||
|
<p class="text-white text-xl font-semibold">
|
||||||
|
Get everything your team needs to be successful
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<!-- Button on the right -->
|
||||||
|
<button
|
||||||
|
class="bg-[#d0ff23] rounded-full p-4 hover:bg-lime-400 transition flex items-center justify-center animate-blink"
|
||||||
|
aria-label="Read more"
|
||||||
|
>
|
||||||
|
<!-- Arrow icon SVG -->
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-black" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="3">
|
||||||
|
<path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7" />
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user