Update src/app/page.tsx

This commit is contained in:
2026-05-03 19:41:43 +00:00
parent be73e8ac80
commit 953383b584

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
{ name: "Contact us", id: "/contact-us" }, { name: "Contact us", id: "/contact-us" },
]} ]}
brandName="CleanScene" brandName="CleanScene"
button={{ text: "Get Quote" }} button={{ text: "Get My Free Estimate", href: "/estimate" }}
/> />
</div> </div>