|
|
|
|
@@ -17,10 +17,10 @@ import { Zap, Home, Wrench, Clock, CheckCircle, Flame, Shield, Building2, Dollar
|
|
|
|
|
export default function HomePage() {
|
|
|
|
|
const navItems = [
|
|
|
|
|
{ name: "Home", id: "/" },
|
|
|
|
|
{ name: "Services", id: "/services" },
|
|
|
|
|
{ name: "Reviews", id: "/reviews" },
|
|
|
|
|
{ name: "Gallery", id: "/gallery" },
|
|
|
|
|
{ name: "Contact", id: "/contact" },
|
|
|
|
|
{ name: "Services", id: "services" },
|
|
|
|
|
{ name: "Reviews", id: "testimonials" },
|
|
|
|
|
{ name: "Gallery", id: "gallery" },
|
|
|
|
|
{ name: "Contact", id: "cta-section" },
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
|
@@ -62,7 +62,7 @@ export default function HomePage() {
|
|
|
|
|
ratingText="5.0 Rating - 29 Reviews"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Call Now: 469-410-2657", href: "tel:469-410-2657" },
|
|
|
|
|
{ text: "Request Free Estimate", href: "/contact" },
|
|
|
|
|
{ text: "Request Free Estimate", href: "#cta-section" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
@@ -77,7 +77,7 @@ export default function HomePage() {
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=1"
|
|
|
|
|
imageAlt="Dynamite Plumbing professional team"
|
|
|
|
|
buttons={[{ text: "Learn Our Story", href: "/about" }]}
|
|
|
|
|
buttons={[{ text: "Learn Our Story", href: "#why-choose-us" }]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
@@ -115,7 +115,10 @@ export default function HomePage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[{ text: "Explore Services", href: "/services" }]}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Explore Services", href: "#services" },
|
|
|
|
|
{ text: "Get Free Estimate", href: "#cta-section" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -199,10 +202,10 @@ export default function HomePage() {
|
|
|
|
|
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." },
|
|
|
|
|
{ id: "3", title: "Do you guarantee your work?", content: "Yes. We stand behind every job with a 100% satisfaction guarantee. If you are not happy, we will 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."
|
|
|
|
|
ctaDescription="Call now for immediate assistance or schedule your free estimate. We are here to help."
|
|
|
|
|
ctaButton={{ text: "Call 469-410-2657", href: "tel:469-410-2657" }}
|
|
|
|
|
ctaIcon={Phone}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
@@ -224,4 +227,4 @@ export default function HomePage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|