Merge version_20 into main

Merge version_20 into main
This commit was merged in pull request #27.
This commit is contained in:
2026-04-28 01:03:35 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroSplit
background={{ variant: "gradient-bars" }}
title="Reliable Handyman Services You Can Trust!"
description="Trusted by 500+ homeowners in Schaumburg, we provide fast response times, clean work, and no surprises. From minor repairs to professional home improvements, we are here to help."
description="Our professionals arrive on time and ready to work to fix your home issues in as little as 2 hours. Trusted by 500+ homeowners in Schaumburg, we provide fast response times, clean work, and no surprises."
buttons={[
{ text: "Call Today", href: "tel:+12243848939" },
{ text: "Get Estimate", href: "/contact" },
@@ -158,4 +158,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}