diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2ffb1ad..21c7a98 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -43,7 +43,7 @@ export default function AboutPage() { description="With over 15 years of experience serving Hunt County, we've built our reputation on honesty, reliability, and superior craftsmanship. Every job receives the same attention to detail and commitment to excellence. We're locally owned and operated, and proud to be part of the communities we serve." tag="Your Local Plumbing Experts" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=6" + imageSrc="http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg" imageAlt="team plumber professional worker" buttons={[{ text: "Get In Touch", href: "/contact" }]} buttonAnimation="slide-up" diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 4af4664..c414f90 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -43,7 +43,7 @@ export default function GalleryPage() { description="Browse our portfolio of successful plumbing projects throughout Hunt County. From emergency repairs to complete installations, see the quality and professionalism we bring to every job." tag="Quality Workmanship" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg" imageAlt="plumbing installation pipes modern" buttons={[{ text: "Schedule a Consultation", href: "/contact" }]} buttonAnimation="slide-up" @@ -59,33 +59,24 @@ export default function GalleryPage() { tagAnimation="slide-up" features={[ { - title: "Kitchen & Bath Renovations", - description: "Complete plumbing systems for modern kitchen and bathroom upgrades.", - bentoComponent: "media-stack", - items: [ - { imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg?_wi=2", 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=3", imageAlt: "Modern plumbing installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=3", imageAlt: "Team plumber professional worker" }, + title: "Kitchen & Bath Renovations", description: "Complete plumbing systems for modern kitchen and bathroom upgrades.", bentoComponent: "media-stack", items: [ + { 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", imageAlt: "Modern plumbing installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg", imageAlt: "Team plumber professional worker" }, ], }, { - title: "Emergency Water Damage", - description: "Swift response and professional repairs for water damage situations.", - bentoComponent: "media-stack", - items: [ - { imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg?_wi=3", 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=4", imageAlt: "Modern plumbing installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=4", imageAlt: "Team plumber professional worker" }, + title: "Emergency Water Damage", description: "Swift response and professional repairs for water damage situations.", bentoComponent: "media-stack", items: [ + { 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", imageAlt: "Modern plumbing installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg", imageAlt: "Team plumber professional worker" }, ], }, { - title: "New Construction Rough-In", - description: "Complete plumbing systems for new residential and commercial construction.", - bentoComponent: "media-stack", - items: [ - { imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg?_wi=4", 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=5", imageAlt: "Modern plumbing installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=5", imageAlt: "Team plumber professional worker" }, + title: "New Construction Rough-In", description: "Complete plumbing systems for new residential and commercial construction.", bentoComponent: "media-stack", items: [ + { 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", imageAlt: "Modern plumbing installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg", imageAlt: "Team plumber professional worker" }, ], }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d82ff88..1efe44d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,25 +5,14 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const raleway = Raleway({ - variable: "--font-raleway", - subsets: ["latin"], + variable: "--font-raleway", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Dynamite Plumbing | Reliable Plumbing Services in Hunt County, TX", - description: "Professional plumbing services in Hunt County, TX. Fast response, honest pricing, quality workmanship. Call 469-410-2657 for 24/7 emergency plumbing.", - keywords: "plumbing services Hunt County, emergency plumber Greenville TX, plumbing repairs, gas line installation", - openGraph: { - title: "Dynamite Plumbing | Reliable Plumbing Services Hunt County, TX", - description: "Fast, honest plumbing services in Hunt County. 5.0 rated. Emergency 24/7. Call now for free estimate.", - siteName: "Dynamite Plumbing", - type: "website", - }, + title: "Dynamite Plumbing | Reliable Plumbing Services in Hunt County, TX", description: "Professional plumbing services in Hunt County, TX. Fast response, honest pricing, quality workmanship. Call 469-410-2657 for 24/7 emergency plumbing.", keywords: "plumbing services Hunt County, emergency plumber Greenville TX, plumbing repairs, gas line installation", openGraph: { + title: "Dynamite Plumbing | Reliable Plumbing Services Hunt County, TX", description: "Fast, honest plumbing services in Hunt County. 5.0 rated. Emergency 24/7. Call now for free estimate.", siteName: "Dynamite Plumbing", type: "website"}, twitter: { - card: "summary", - title: "Dynamite Plumbing - Hunt County, TX", - description: "Professional plumbing services. Fast response, honest pricing. Call 469-410-2657", - }, + card: "summary", title: "Dynamite Plumbing - Hunt County, TX", description: "Professional plumbing services. Fast response, honest pricing. Call 469-410-2657"}, robots: { index: true, follow: true, 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() {