This commit is contained in:
2026-06-23 13:50:57 -05:00
parent 7aa82f337c
commit a3e0f4b29f

View File

@@ -140,7 +140,7 @@ export default function Services() {
<h2 className="text-3xl font-bold text-white font-display mb-6">Need a custom solution?</h2>
<p className="text-gray-400 mb-8 max-w-2xl mx-auto">If you don't see the specific service you need listed, give us a call. We likely handle it.</p>
<Link href="/contact-us" className="inline-flex items-center gap-3 bg-[color:var(--brand)] text-white px-8 py-4 font-bold uppercase tracking-widest hover:bg-[color:var(--brand-strong)] transition rounded shadow-lg shadow-red-900/20">
Get a Free Quote <ArrowRight size={20} />
Contact Us Today <ArrowRight size={20} />
</Link>
</div>
</section>