From 124f0c1cb18200fbc91444e28c233f15e51d45b3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 07:50:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b80404..5444947 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,6 +44,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Built on Quality. Delivered with Care." description="Wolfe Construction has been delivering top-quality workmanship and professional construction management in Edmonton for over 15 years." + buttons={[{ text: "Request Consultation", href: "#contact" }]} kpis={[ { value: "15+", label: "Years Experience" }, { value: "90+", label: "Verified Reviews" }, -- 2.49.1