2 Commits

Author SHA1 Message Date
73b3e171c8 Update src/app/page.tsx 2026-04-18 15:25:55 +00:00
dcfdc3ebf8 Merge version_2 into main
Merge version_2 into main
2026-04-18 15:23:57 +00:00

View File

@@ -39,8 +39,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Patterson Plumbing & Heating"
description="Fast, Honest Plumbing & Heating Service. Experienced technicians, fair pricing, and 7-day availability including weekends. We get it done right the first time."
logoText="Reliable Emergency Plumbing & HVAC Services available 24/7"
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={[
{ text: "Schedule Service", href: "/contact" },
{ text: "Call Now", href: "tel:5550123" },
@@ -121,4 +121,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}