From 85d55854f848c1bd6f9f936d8a9c28e926a9fe15 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:35:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 44465c7..c0c1506 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tagIcon={Hammer} tagAnimation="slide-up" buttons={[ - { text: "Get Free Estimate", href: "#contact" }, + { text: "Get Free Concrete Estimate", href: "#contact" }, { text: "View Our Work", href: "#projects" } ]} buttonAnimation="slide-up" -- 2.49.1