3 Commits

Author SHA1 Message Date
e0f1ad5010 Update src/app/page.tsx 2026-04-08 22:01:58 +00:00
9da1c6a882 Merge version_2 into main
Merge version_2 into main
2026-04-08 22:01:11 +00:00
1aa47a20a5 Merge version_2 into main
Merge version_2 into main
2026-04-08 21:53:45 +00:00

View File

@@ -115,6 +115,8 @@ export default function LandingPage() {
title="Decades of Plumbing Excellence"
description="Lone Star Plumbing has served homeowners with integrity and precision. We are committed to fixing issues correctly the first time, from slab leaks to water heater installations."
bulletPoints={[
{
title: "Licensed & Insured", description: "Fully certified professionals you can trust with your home.", icon: ShieldCheck},
{
title: "Expert Diagnosis", description: "We identify and solve complex plumbing challenges others can't."},
{
@@ -139,7 +141,7 @@ export default function LandingPage() {
title: "Leak Detection & Repair", description: "Expert solutions for slab leaks and pipe bursts."},
{
icon: Flame,
title: "Water Heater Services", description: "Installation and repair for tank and tankless systems."},
title: "Water Heater Services", description: "Installation and repair for tank and tankless systems"},
{
icon: Trash2,
title: "Garbage Disposal", description: "Fast diagnostics and replacement services."},
@@ -237,4 +239,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}