5 Commits

Author SHA1 Message Date
ce662bb0d2 Update src/app/page.tsx 2026-03-03 19:42:53 +00:00
edce17ca65 Update src/app/page.tsx 2026-03-03 19:34:44 +00:00
a8b5452a8d Update src/app/layout.tsx 2026-03-03 19:34:43 +00:00
e6e59f5a07 Update src/app/page.tsx 2026-03-03 19:32:16 +00:00
3542d4a4e9 Merge version_2 into main
Merge version_2 into main
2026-03-03 18:40:31 +00:00
2 changed files with 11 additions and 9 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

@@ -11,6 +11,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Award, Wrench, TrendingUp, Star, Clock, Shield } from "lucide-react";
import Link from "next/link";
const handlePhoneCall = (phoneNumber: string) => {
window.location.href = `tel:${phoneNumber}`;
@@ -47,7 +48,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Call (305) 273-8788", onClick: () => handlePhoneCall("(305)273-8788")
text: "Call (305) 273-8788", onClick: () => handlePhoneCall("(305) 273-8788")
}}
animateOnLoad={true}
className="bg-white shadow-sm"
@@ -65,7 +66,7 @@ export default function LandingPage() {
tagIcon={Award}
background={{ variant: "plain" }}
buttons={[
{ text: "Call Now (305) 273-8788", onClick: () => handlePhoneCall("(305)273-8788") },
{ text: "Call Now (305) 273-8788", onClick: () => handlePhoneCall("(305) 273-8788") },
{ text: "Request a Free Estimate", onClick: handleEstimateRequest }
]}
imageSrc="http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg?_wi=1"
@@ -90,7 +91,7 @@ export default function LandingPage() {
{
id: 1,
tag: "24/7 Emergency", title: "Emergency Plumbing", subtitle: "Available around the clock", description: "Need urgent plumbing help? Our emergency team responds quickly to leaks, burst pipes, and other critical issues. Same-day service available.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", imageAlt: "Emergency plumbing service", buttons: [
{ text: "Call Now", onClick: () => handlePhoneCall("(305)273-8788") }
{ text: "Call Now", onClick: () => handlePhoneCall("(305) 273-8788") }
]
},
{
@@ -108,7 +109,7 @@ export default function LandingPage() {
{
id: 4,
tag: "Installation & Repair", title: "Water Heater Service", subtitle: "Hot water when you need it", description: "From repairs to full replacements, we service all water heater types. Professional installation ensures optimal performance and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Water heater installation and repair", buttons: [
{ text: "Call Now", onClick: () => handlePhoneCall("(305)273-8788") }
{ text: "Call Now", onClick: () => handlePhoneCall("(305) 273-8788") }
]
},
{
@@ -222,10 +223,10 @@ 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 (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") }
{ text: "Call (305) 273-8788 Now", onClick: () => handlePhoneCall("(305) 273-8788") }
]}
useInvertedBackground={true}
className="py-20 md:py-28 bg-blue-600 text-white"
@@ -279,7 +280,7 @@ export default function LandingPage() {
},
{
title: "Contact", items: [
{ label: "Call: (305) 273-8788", onClick: () => handlePhoneCall("(305)273-8788") },
{ label: "Call: (305) 273-8788", onClick: () => handlePhoneCall("(305) 273-8788") },
{ label: "12225 SW 128th St Unit #111", href: "#" },
{ label: "Miami, FL 33186", href: "#" },
{ label: "Open Closes 5 PM", href: "#" }