Switch to version 19: modified src/app/page.tsx

This commit is contained in:
2026-04-28 01:10:05 +00:00
parent 0ef070d89b
commit fd7bb054a3

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroSplit
background={{ variant: "gradient-bars" }}
title="Reliable Handyman Services You Can Trust!"
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."
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:+12243848939" },
{ text: "Get Estimate", href: "/contact" },
@@ -158,4 +158,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}