From e0f1ad501092315e91779f5ed9df2c3664c94744 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 22:01:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a459499..1de76d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1