3 Commits

Author SHA1 Message Date
5ecfb3f754 Merge version_6 into main
Merge version_6 into main
2026-03-27 09:21:43 +00:00
9b42db567f Update src/app/page.tsx 2026-03-27 09:21:40 +00:00
7b7628bec0 Merge version_5 into main
Merge version_5 into main
2026-03-27 09:20:58 +00:00

View File

@@ -39,7 +39,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="Fast & Reliable Plumbing" logoText="Professional Plumbing Services, Available 24/7"
description="24/7 Emergency Plumbing • Licensed & Insured • Same-Day Service. Serving your city and surrounding areas." description="24/7 Emergency Plumbing • Licensed & Insured • Same-Day Service. Serving your city and surrounding areas."
buttons={[ buttons={[
{ text: "Call Now", href: "tel:5550199" }, { text: "Call Now", href: "tel:5550199" },
@@ -126,4 +126,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }