Update src/app/page.tsx

This commit is contained in:
2026-04-28 00:38:02 +00:00
parent eea62f22b7
commit c518073783

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplit
background={{ variant: "gradient-bars" }}
title="Reliable Handyman Services You Can Trust"
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."
buttons={[
{ text: "Call Today", href: "tel:+10000000000" },
@@ -155,7 +155,7 @@ export default function LandingPage() {
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
]}
textarea={{ name: "message", placeholder: "Tell us about your project", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/impressed-young-couple-construction-worker-uniform-cap-girl-holding-pencil-clipboard-looking-guy-he-showing-empty-hands-looking-clipboard-isolated-purple-wall_141793-113815.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cxggax9uoHWOUnvB5jeqt1nr7A/uploaded-1777334083648-c5rp832m.jpg"
/>
</div>