Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-03-03 19:34:48 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,8 @@ import "./styles/variables.css";
import "./globals.css";
export const metadata: Metadata = {
title: "All Dade Plumbing - Miami's Trusted Plumbing Experts", description: "Fast. Professional. Reliable. Serving Miami-Dade with 5-Star Service. Licensed & Insured | 24/7 Emergency Service"};
title: "All Dade Plumbing - Miami's Trusted Plumbing Experts", description: "Fast. Professional. Reliable. Serving Miami-Dade with 5-Star Service. Licensed & Insured | 24/7 Emergency Service"
};
export default function RootLayout({
children,

View File

@@ -223,7 +223,7 @@ export default function LandingPage() {
<div id="cta" data-section="cta">
<MediaAbout
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."
description="Our experienced technicians are ready to solve your plumbing problems right now. Call (305) 273-8788 for fast, professional, and affordable plumbing solutions. Same-day service available."
buttons={[
{ text: "Call (305) 273-8788 Now", onClick: () => handlePhoneCall("(305)273-8788") }
]}