Skip to content

Commit 520e894

Browse files
committed
feat: reduce cta text
1 parent 717de4f commit 520e894

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/components/Cta.astro

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@ import Button from "./Button.astro";
33
---
44

55
<section id="cta" class="max-w-4xl mx-auto py-16 md:py-24 px-4">
6-
<div class="rounded-3xl flex flex-col items-center text-center px-12 py-20 inset-shadow">
6+
<div
7+
class="rounded-3xl flex flex-col items-center text-center px-6 md:px-12 py-20 inset-shadow"
8+
>
79
<h1
810
class="text-4xl md:text-5xl font-rubric font-extrabold capitalize text-white mb-3"
911
>
1012
Ready to get started?
1113
</h1>
1214
<p class="mb-6">
13-
If you are interested in working with us or learning more about our
14-
services, please get in touch with us today. We would love to chat with you
15-
and discuss how we can help you with your software development needs.We look
16-
forward to hearing from you soon!
15+
Whether you want to build a new app, website, or software solution, we can
16+
help you achieve your goals. Contact us today and let’s talk about your
17+
project!
1718
</p>
1819
<Button size="lg">Schedule a call</Button>
1920
</div>

0 commit comments

Comments
 (0)