Update src/app/page.tsx

This commit is contained in:
2026-05-10 03:55:34 +00:00
parent 12a231c753
commit 693bc61dff

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
<HeroBillboard
background={{
variant: "gradient-bars"}}
title="Restore Comfort to Your Home with Expert Plumbing & Heating"
title="Restore Home Comfort With Certified Plumbing & Heating Experts"
description="Professional solutions for your home and business. Fast, friendly, and expert repairs from certified technicians."
tag="Serving your area since 2010"
buttons={[
@@ -238,4 +238,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}