Update src/app/page.tsx

This commit is contained in:
2026-03-03 14:53:05 +00:00
parent 26af9aad40
commit 7fa45ea6fc

View File

@@ -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() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
testimonials={[
{ id: "1", name: "John Martinez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "portrait professional man headshot" },
{ id: "2", name: "Sarah Thompson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "portrait professional woman headshot" },
{ id: "3", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "portrait professional man headshot" },
{ id: "4", name: "Lisa Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "portrait professional woman headshot" },
{ id: "5", name: "David Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "portrait professional man headshot" },
{ id: "6", name: "Jennifer Lee", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=3", imageAlt: "portrait professional woman headshot" },
{ id: "1", name: "John Martinez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "John Martinez" },
{ id: "2", name: "Sarah Thompson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Sarah Thompson" },
{ id: "3", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" },
{ id: "4", name: "Lisa Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Lisa Rodriguez" },
{ id: "5", name: "David Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Wilson" },
{ id: "6", name: "Jennifer Lee", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Jennifer Lee" },
]}
cardTitle="Trusted by hundreds of satisfied customers across Hunt County"
cardTag="Real Reviews from Real Customers"
@@ -182,6 +171,46 @@ export default function HomePage() {
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Common Questions"
description="Get answers to frequently asked questions about our plumbing services, pricing, and availability."
tag="FAQ"
tagAnimation="slide-up"
faqs={[
{ id: "1", title: "Do you offer emergency plumbing services?", content: "Yes! We provide 24/7 emergency plumbing services for Hunt County. Call us immediately for burst pipes, gas leaks, or other urgent issues. We guarantee a 30-minute response time." },
{ id: "2", title: "How much does a typical plumbing repair cost?", content: "Pricing varies based on the problem and complexity. We provide free estimates for all jobs so you know the cost upfront before we start work. No surprises, no hidden fees—just honest pricing." },
{ id: "3", title: "Are you licensed and insured?", content: "Absolutely. We are fully licensed, insured, and bonded. You can trust that all work is completed to code and backed by our commitment to quality." },
{ id: "4", title: "Do you service rental properties?", content: "Yes, we work with property managers and landlords. We offer maintenance packages and priority scheduling for rental property repairs." },
{ id: "5", title: "What payment methods do you accept?", content: "We accept cash, check, credit cards, and financing options. Talk to us about flexible payment arrangements for larger jobs." },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg"
imageAlt="Professional plumber providing customer support"
mediaAnimation="slide-up"
mediaPosition="left"
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="cta-section" data-section="cta-section">
<ContactFaq
faqs={[
{ id: "1", title: "What areas do you serve?", content: "We proudly serve Greenville, Commerce, Quinlan, Royse City, and all surrounding areas in Hunt County, Texas." },
{ id: "2", title: "How quickly can you respond?", content: "For emergency calls, we typically respond within 30 minutes. For scheduled appointments, we work around your availability with flexible scheduling." },
{ id: "3", title: "Do you guarantee your work?", content: "Yes. We stand behind every job with a 100% satisfaction guarantee. If you're not happy, we'll make it right." },
]}
ctaTitle="Ready to Get Your Plumbing Fixed?"
ctaDescription="Call now for immediate assistance or schedule your free estimate. We're here to help."
ctaButton={{ text: "Call 469-410-2657", href: "tel:469-410-2657" }}
ctaIcon={Phone}
useInvertedBackground={true}
animationType="slide-up"
accordionAnimationType="smooth"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Dynamite Plumbing"