Update src/app/page.tsx

This commit is contained in:
2026-04-17 17:34:55 +00:00
parent 7121432526
commit a6f575ddb9

View File

@@ -114,10 +114,10 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="Local. Licensed. Always There When You Need Us."
title="Licensed & Insured: Local Experts Always Ready to Assist You."
buttons={[
{
text: "Get a Free Estimate", href: "#contact"},
text: "Get a Free Licensed Estimate", href: "#contact"},
]}
/>
</div>
@@ -214,4 +214,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}