Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 51ee082a6c | |||
| 50c792f202 | |||
| 0b624f0465 | |||
| d786b861c1 | |||
| 543c4469b8 | |||
| 442fdf4a3c |
@@ -17,10 +17,10 @@ import { Zap, Home, Wrench, Clock, CheckCircle, Flame, Shield, Building2, Dollar
|
|||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "Reviews", id: "/reviews" },
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{ name: "Gallery", id: "/gallery" },
|
{ name: "Gallery", id: "gallery" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "cta-section" },
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@@ -62,7 +62,7 @@ export default function HomePage() {
|
|||||||
ratingText="5.0 Rating - 29 Reviews"
|
ratingText="5.0 Rating - 29 Reviews"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now: 469-410-2657", href: "tel:469-410-2657" },
|
{ 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"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -77,7 +77,7 @@ export default function HomePage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=1"
|
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"
|
imageAlt="Dynamite Plumbing professional team"
|
||||||
buttons={[{ text: "Learn Our Story", href: "/about" }]}
|
buttons={[{ text: "Learn Our Story", href: "#why-choose-us" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -115,7 +115,10 @@ export default function HomePage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[{ text: "Explore Services", href: "/services" }]}
|
buttons={[
|
||||||
|
{ text: "Explore Services", href: "#services" },
|
||||||
|
{ text: "Get Free Estimate", href: "#cta-section" },
|
||||||
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -199,10 +202,10 @@ export default function HomePage() {
|
|||||||
faqs={[
|
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: "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: "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?"
|
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" }}
|
ctaButton={{ text: "Call 469-410-2657", href: "tel:469-410-2657" }}
|
||||||
ctaIcon={Phone}
|
ctaIcon={Phone}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user