Update src/app/page.tsx

This commit is contained in:
2026-04-28 01:03:32 +00:00
parent 9202b74fc9
commit 2d1bac566d

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>
);
}
}