Update src/app/page.tsx

This commit is contained in:
2026-05-06 16:25:40 +00:00
parent 53133a3730
commit 0ea2e2bc02

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
background={{
variant: "rotated-rays-static"}}
title="Building Dreams with Craftsmanship"
description="General contracting services dedicated to excellence in Green Bay and beyond. We bring vision to life with precision."
description="Trusted General Contractor in Green Bay. We bring vision to life with precision and dedication to excellence."
buttons={[
{
text: "Get an Estimate", href: "#contact"},
@@ -160,4 +160,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}