File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments