From 7fa45ea6fc1e546aeec0a9bff565c81d97c7e863 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:53:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 81 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 55 insertions(+), 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27f7b2e..cbe3011 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,8 @@ import FeatureBento from "@/components/sections/feature/FeatureBento"; import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; +import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterCard from "@/components/sections/footer/FooterCard"; import { Zap, Home, Wrench, Clock, CheckCircle, Flame, Shield, Building2, DollarSign, Heart, Phone, Mail, MapPin } from "lucide-react"; @@ -51,13 +53,9 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg?_wi=1", - imageAlt: "plumber professional service repair", - }, + imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg", imageAlt: "Professional plumber at work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg?_wi=1", - imageAlt: "plumbing installation pipes modern", - }, + imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg", imageAlt: "Modern plumbing installation"}, ]} mediaAnimation="slide-up" rating={5} @@ -77,8 +75,8 @@ export default function HomePage() { tag="Locally Owned & Operated" tagIcon={Home} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=1" - imageAlt="team plumber professional worker" + imageSrc="http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg" + imageAlt="Dynamite Plumbing professional team" buttons={[{ text: "Learn Our Story", href: "/about" }]} buttonAnimation="slide-up" useInvertedBackground={false} @@ -93,30 +91,21 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - title: "Plumbing Repairs", - description: "Fast, honest diagnosis and repair of leaks, clogs, and fixture problems.", - bentoComponent: "icon-info-cards", - items: [ + title: "Plumbing Repairs", description: "Fast, honest diagnosis and repair of leaks, clogs, and fixture problems.", bentoComponent: "icon-info-cards", items: [ { icon: Wrench, label: "Emergency Service", value: "24/7" }, { icon: Clock, label: "Quick Response", value: "30 min" }, { icon: CheckCircle, label: "Guaranteed Work", value: "100%" }, ], }, { - title: "Gas Line Installation", - description: "Expert gas line installation and maintenance by licensed professionals.", - bentoComponent: "icon-info-cards", - items: [ + title: "Gas Line Installation", description: "Expert gas line installation and maintenance by licensed professionals.", bentoComponent: "icon-info-cards", items: [ { icon: Flame, label: "Safe Install", value: "Certified" }, { icon: Shield, label: "Code Compliant", value: "Inspected" }, { icon: Zap, label: "Reliable", value: "Tested" }, ], }, { - title: "Rental Property Plumbing", - description: "Maintenance and repair packages tailored for property managers.", - bentoComponent: "icon-info-cards", - items: [ + title: "Rental Property Plumbing", description: "Maintenance and repair packages tailored for property managers.", bentoComponent: "icon-info-cards", items: [ { icon: Building2, label: "Multiple Units", value: "Handled" }, { icon: DollarSign, label: "Fair Pricing", value: "Flat Rate" }, { icon: Zap, label: "Priority Support", value: "Fast" }, @@ -167,12 +156,12 @@ export default function HomePage() {
+
+
+ +
+ +
+