From 2a7866742e1fc0e59e3e105cb56822f2c6a3ca76 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 02:00:30 +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 42aeebe..af4f9ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,6 +63,7 @@ export default function VanDutchConstructionPage() { description="From foundational structural work to high-end interior finishes, VanDutch Construction is your trusted partner." features={features} animationType="blur-reveal" + buttons={[{ text: "Get a Free Estimate", href: "#contact" }]} textboxLayout="split" useInvertedBackground={true} /> -- 2.49.1