3 Commits

Author SHA1 Message Date
3115e6f946 Merge version_4 into main
Merge version_4 into main
2026-05-10 03:55:37 +00:00
693bc61dff Update src/app/page.tsx 2026-05-10 03:55:34 +00:00
12a231c753 Merge version_3 into main
Merge version_3 into main
2026-05-10 03:53:59 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
<HeroBillboard <HeroBillboard
background={{ background={{
variant: "gradient-bars"}} 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." description="Professional solutions for your home and business. Fast, friendly, and expert repairs from certified technicians."
tag="Serving your area since 2010" tag="Serving your area since 2010"
buttons={[ buttons={[
@@ -238,4 +238,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }