Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-08 22:02:05 +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>
);
}
}