Update src/app/page.tsx

This commit is contained in:
2026-04-27 23:46:50 +00:00
parent 5bc9c797d7
commit 44439f8dad

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
title="Reliable Handyman Services You Can Trust"
description="Fast response, clean work, and no surprises. Trusted by 500+ homeowners in Schaumburg, we provide quality service for all your home repair needs."
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."
buttons={[
{
text: "Call Today", href: "tel:+10000000000"},
@@ -228,4 +228,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}