diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c61d286..4db7420 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Mako Plumbing & Heating | Emergency Plumbing Services on Long Island", description: "24/7 emergency plumbing and heating services on Long Island. Licensed, fully insured, fast response, upfront pricing. Serving Nassau County & Queens since 2013."}; + title: "Mako Plumbing & Heating | Emergency Plumbing Services on Long Island", description: "24/7 emergency plumbing and heating services on Long Island. Licensed, fully insured, fast response, upfront pricing. Serving Nassau County & Queens since 2013." +}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index f456cc8..4d65213 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Phone, Shield } from "lucide-react"; +import { Phone, Shield, Star } from "lucide-react"; import Link from "next/link"; export default function HomePage() { @@ -38,7 +38,8 @@ export default function HomePage() { { name: "Testimonials", id: "testimonials" }, ]} button={{ - text: "Call Now: 516-285-9879", href: "tel:516-285-9879"}} + text: "Call Now: 516-285-9879", href: "tel:516-285-9879" + }} animateOnLoad={true} /> @@ -51,18 +52,23 @@ export default function HomePage() { background={{ variant: "downward-rays-static" }} avatars={[ { - src: "http://img.b2bpic.net/free-vector/set-vintage-worker-day-stickers_23-2147616058.jpg", alt: "professional plumber certificate license badge"}, + src: "http://img.b2bpic.net/free-vector/set-vintage-worker-day-stickers_23-2147616058.jpg", alt: "professional plumber certificate license badge" + }, { - src: "http://img.b2bpic.net/free-vector/business-deal-with-umbrella-background_23-2147554511.jpg", alt: "trusted service provider checkmark seal"}, + src: "http://img.b2bpic.net/free-vector/business-deal-with-umbrella-background_23-2147554511.jpg", alt: "trusted service provider checkmark seal" + }, { - src: "http://img.b2bpic.net/free-vector/24-hour-timer-clock-dotted-arrow_78370-1096.jpg", alt: "fast emergency response icon speed"}, + src: "http://img.b2bpic.net/free-vector/24-hour-timer-clock-dotted-arrow_78370-1096.jpg", alt: "fast emergency response icon speed" + }, ]} avatarText="Serving Nassau County & Queens Since 2013" buttons={[ { - text: "Emergency Call", href: "tel:516-285-9879"}, + text: "Emergency Call", href: "tel:516-285-9879" + }, { - text: "Book Service", href: "#contact"}, + text: "Book Service", href: "#contact" + }, ]} buttonAnimation="slide-up" avatarGroupClassName="relative" @@ -76,13 +82,17 @@ export default function HomePage() { tag="Credentials" metrics={[ { - id: "1", value: "12+", description: "Years of professional plumbing and heating service excellence"}, + id: "1", value: "12+", description: "Years of professional plumbing and heating service excellence" + }, { - id: "2", value: "100%", description: "Fully licensed and insured for your complete peace of mind"}, + id: "2", value: "100%", description: "Fully licensed and insured for your complete peace of mind" + }, { - id: "3", value: "24/7", description: "Emergency response available any time, day or night"}, + id: "3", value: "24/7", description: "Emergency response available any time, day or night" + }, { - id: "4", value: "$0", description: "No hidden fees—transparent, upfront pricing always"}, + id: "4", value: "$0", description: "No hidden fees—transparent, upfront pricing always" + }, ]} metricsAnimation="slide-up" useInvertedBackground={true} @@ -95,26 +105,32 @@ export default function HomePage() { features={[ { id: "plumbing", label: "Plumbing", title: "Complete plumbing solutions for every need", items: [ - "Drain cleaning and unclogging", "Water pressure repairs", "Toilet and urinal repairs", "Water filtration systems", "Frozen pipe thawing"], + "Drain cleaning and unclogging", "Water pressure repairs", "Toilet and urinal repairs", "Water filtration systems", "Frozen pipe thawing" + ], buttons: [ { - text: "Learn More", href: "#services"}, + text: "Learn More", href: "#services" + }, ], }, { id: "heating", label: "Heating", title: "Professional heating system services", items: [ - "Boiler repair and service", "Water heating solutions", "Tankless water heaters", "Radiant floor heating", "Carbon monoxide detection"], + "Boiler repair and service", "Water heating solutions", "Tankless water heaters", "Radiant floor heating", "Carbon monoxide detection" + ], buttons: [ { - text: "Learn More", href: "#services"}, + text: "Learn More", href: "#services" + }, ], }, { id: "specialty", label: "Specialty", title: "Specialized installations and upgrades", items: [ - "Gas piping installation", "Outdoor shower systems", "Cabana and bathhouse plumbing", "Custom water treatment", "Emergency 24/7 response"], + "Gas piping installation", "Outdoor shower systems", "Cabana and bathhouse plumbing", "Custom water treatment", "Emergency 24/7 response" + ], buttons: [ { - text: "Learn More", href: "#services"}, + text: "Learn More", href: "#services" + }, ], }, ]} @@ -134,13 +150,17 @@ export default function HomePage() { tag="Our Promise" bulletPoints={[ { - title: "Professional Licensed Plumbers", description: "Every technician is fully licensed, insured, and trained to handle any plumbing or heating challenge with expertise."}, + title: "Professional Licensed Plumbers", description: "Every technician is fully licensed, insured, and trained to handle any plumbing or heating challenge with expertise." + }, { - title: "Same-Day Emergency Service", description: "When you need us most, we're there. Our 24/7 emergency response team is ready to solve your problem fast."}, + title: "Same-Day Emergency Service", description: "When you need us most, we're there. Our 24/7 emergency response team is ready to solve your problem fast." + }, { - title: "Clean, Courteous Technicians", description: "We respect your home. Our technicians arrive clean, professional, and ready to work with minimal disruption."}, + title: "Clean, Courteous Technicians", description: "We respect your home. Our technicians arrive clean, professional, and ready to work with minimal disruption." + }, { - title: "Upfront, Honest Pricing", description: "No hidden fees. We provide clear estimates upfront so you know exactly what to expect before work begins."}, + title: "Upfront, Honest Pricing", description: "No hidden fees. We provide clear estimates upfront so you know exactly what to expect before work begins." + }, ]} imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721551.jpg" imageAlt="professional plumber team working together" @@ -156,20 +176,27 @@ export default function HomePage() { @@ -182,17 +209,23 @@ export default function HomePage() { sideDescription="Have questions about our services? Find answers to common inquiries about our plumbing and heating offerings." faqs={[ { - id: "1", title: "Do you offer emergency plumbing service?", content: "Yes! We offer 24/7 emergency plumbing service for Nassau County and Queens. Call us immediately at 516-285-9879 for any emergency."}, + id: "1", title: "Do you offer emergency plumbing service?", content: "Yes! We offer 24/7 emergency plumbing service for Nassau County and Queens. Call us immediately at 516-285-9879 for any emergency." + }, { - id: "2", title: "Are your technicians licensed and insured?", content: "Absolutely. All our technicians are fully licensed and insured. We are a fully licensed and insured plumbing service."}, + id: "2", title: "Are your technicians licensed and insured?", content: "Absolutely. All our technicians are fully licensed and insured. We are a fully licensed and insured plumbing service." + }, { - id: "3", title: "What service areas do you cover?", content: "We provide comprehensive plumbing and heating services covering Nassau County and Queens, serving numerous local communities."}, + id: "3", title: "What service areas do you cover?", content: "We provide comprehensive plumbing and heating services covering Nassau County and Queens, serving numerous local communities." + }, { - id: "4", title: "How quickly can you respond to urgent calls?", content: "We prioritize emergency calls and aim to respond quickly. Call us at 516-285-9879 to speak with our team about your urgent needs."}, + id: "4", title: "How quickly can you respond to urgent calls?", content: "We prioritize emergency calls and aim to respond quickly. Call us at 516-285-9879 to speak with our team about your urgent needs." + }, { - id: "5", title: "Do you provide upfront pricing?", content: "Yes. We believe in transparent, upfront pricing with no hidden fees. We'll provide a clear estimate before work begins."}, + id: "5", title: "Do you provide upfront pricing?", content: "Yes. We believe in transparent, upfront pricing with no hidden fees. We'll provide a clear estimate before work begins." + }, { - id: "6", title: "What heating services do you offer?", content: "We offer comprehensive heating services including boiler repair and service, water heating solutions, tankless water heaters, and radiant floor heating."}, + id: "6", title: "What heating services do you offer?", content: "We offer comprehensive heating services including boiler repair and service, water heating solutions, tankless water heaters, and radiant floor heating." + }, ]} faqsAnimation="slide-up" textPosition="left" @@ -206,13 +239,17 @@ export default function HomePage() {