Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a4a9b4f13e | |||
| 6ebe71c303 | |||
| 748db1e6a9 | |||
| 8cec90d69a | |||
| 5d6191bae8 | |||
| 73b3e171c8 | |||
| dcfdc3ebf8 |
@@ -39,11 +39,11 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="Patterson Plumbing & Heating"
|
logoText="Reliable Emergency Plumbing & HVAC Services available 24/7"
|
||||||
description="Fast, Honest Plumbing & Heating Service. Experienced technicians, fair pricing, and 7-day availability including weekends. We get it done right the first time."
|
description="Don't let a breakdown ruin your day. Our expert technicians are ready 24/7 to solve your plumbing and HVAC emergencies fast. Fair pricing, guaranteed work, and immediate response when you need us most."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Schedule Service", href: "/contact" },
|
{ text: "Schedule Service", href: "/contact" },
|
||||||
{ text: "Call Now", href: "tel:5550123" },
|
{ text: "Call Now", href: "tel:+12283968698" },
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-manual-worker-industrial-production-line-facility_637285-4875.jpg", imageAlt: "Professional plumbing service" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-manual-worker-industrial-production-line-facility_637285-4875.jpg", imageAlt: "Professional plumbing service" },
|
||||||
@@ -121,4 +121,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user