Update src/app/page.tsx

This commit is contained in:
2026-03-03 19:32:16 +00:00
parent 3542d4a4e9
commit e6e59f5a07

View File

@@ -222,8 +222,8 @@ export default function LandingPage() {
<div id="cta" data-section="cta">
<MediaAbout
title="Need a Plumber in Miami Today?"
description="Same-day service available. Our experienced technicians are ready to solve your plumbing problems right now. Call us for fast, professional, and affordable plumbing solutions."
title="Get Same-Day Plumbing Service Now (305) 273-8788"
description="Our experienced technicians are ready to solve your plumbing problems right now. Call <span className='font-bold text-blue-200 hover:text-white transition-colors cursor-pointer' onClick={() => handlePhoneCall('(305)273-8788')}>(305) 273-8788</span> for fast, professional, and affordable plumbing solutions. Same-day service available."
buttons={[
{ text: "Call (305) 273-8788 Now", onClick: () => handlePhoneCall("(305)273-8788") }
]}