This commit is contained in:
2025-08-26 15:49:04 +02:00
parent 0e6eca974b
commit 8d2135ead8
12 changed files with 101 additions and 40 deletions

View File

@@ -147,15 +147,15 @@ export default function ServicesPage() {
))}
{/* Bottom CTA */}
<section className="py-16 sm:py-24">
<section className="bg-navy py-16 sm:py-24">
<div className="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 className="text-2xl font-semibold">Ready to Get Started?</h2>
<p className="mt-3">
<h2 className="text-2xl font-semibold text-cloud">Ready to Get Started?</h2>
<p className="mt-3 text-cloud/90">
Contact us today to learn how our services can help you achieve your goals.
</p>
<div className="mt-6 flex flex-col sm:flex-row gap-3 justify-center">
<a href="/contact" className="px-5 py-3 border rounded-md">Schedule Free Consultation</a>
<a href="tel:+13618887711" className="px-5 py-3 border rounded-md">Call (361) 888-7711</a>
<a href="/contact" className="px-5 py-3 border border-cloud text-cloud rounded-md hover:bg-cloud hover:text-navy transition-colors">Schedule Free Consultation</a>
<a href="tel:+13618887711" className="px-5 py-3 border border-cloud text-cloud rounded-md hover:bg-cloud hover:text-navy transition-colors">Call (361) 888-7711</a>
</div>
</div>
</section>