2 Commits

Author SHA1 Message Date
d083af37c0 Update src/app/page.tsx 2026-04-25 22:49:39 +00:00
339d4c5491 Merge version_1 into main
Merge version_1 into main
2026-04-25 22:48:42 +00:00

View File

@@ -118,7 +118,7 @@ export default function LandingPage() {
{ id: "m4", icon: Star, title: "Going Above", value: "Always" }, { id: "m4", icon: Star, title: "Going Above", value: "Always" },
]} ]}
title="Why Neighbors Trust Us" title="Why Neighbors Trust Us"
description="We're not a big chain—we're your neighbors who happen to know everything about plumbing." description="We are a fully licensed and insured team, giving you complete peace of mind that your home and investment are in professional, protected hands."
/> />
</div> </div>
@@ -197,4 +197,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }