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 +}