From b10e83300ad40e3fdd35434b166318c7b0e9aa74 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 01:08:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 205 +++++++++++++++-------------------------------- 1 file changed, 64 insertions(+), 141 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 195a463..be392e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,9 @@ import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; import SplitAbout from "@/components/sections/about/SplitAbout"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; +import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterBase from "@/components/sections/footer/FooterBase"; +import { Phone } from "lucide-react"; import Link from "next/link"; export default function HomePage() { @@ -36,9 +38,7 @@ 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,31 +51,20 @@ 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" - useInvertedBackground={false} /> @@ -86,25 +75,13 @@ 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} @@ -116,57 +93,27 @@ export default function HomePage() {