3 Commits

Author SHA1 Message Date
1095926b0c Update src/app/page.tsx 2026-04-22 23:36:18 +00:00
4c49941913 Merge version_1 into main
Merge version_1 into main
2026-04-22 23:35:18 +00:00
c3c007327c Merge version_1 into main
Merge version_1 into main
2026-04-22 23:34:42 +00:00

View File

@@ -208,7 +208,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Get a Free Estimate"
description="Ready to fix your roof? Call us at (336) 847-1922 or fill out the form below."
description="Ready to fix your roof? Contact us today for a same-day inspection and no-obligation estimate."
inputs={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
@@ -256,4 +256,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}