Skip to content

Commit d122056

Browse files
committed
Add cta-01
1 parent 172449d commit d122056

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

contents/blocks/cta-01/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<section class="py-16 bg-indigo-600">
2+
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
3+
<h2 class="font-manrope text-5xl text-white text-center font-bold mb-14">Subscribe Newsletter </h2>
4+
<div class="flex items-center justify-center flex-col gap-4 sm:flex-row">
5+
<input type="text" name="email" class="py-2.5 px-5 h-14 w-full md:max-w-md border border-gray-300 bg-indigo-500 shadow-sm rounded-full text-lg text-white focus:outline-none placeholder:text-indigo-200" placeholder="Your mail id..">
6+
<button class="h-14 py-3.5 px-7 bg-white shadow-sm rounded-full text-indigo-600 font-semibold">Subscribe</button>
7+
</div>
8+
9+
</div>
10+
</section>
11+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "cta-01",
3+
"name": "CTA-01",
4+
"categories": [
5+
"call-to-action"
6+
],
7+
"author": "Windbase Team"
8+
}

contents/blocks/cta-01/preview.png

4.88 KB
Loading

0 commit comments

Comments
 (0)