From f2fa60e83e7896c0a7cf32b809b6f9b6cb315880 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:28:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d13c02..5341fd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,6 +79,9 @@ export default function Page() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" + buttons={[ + { text: "Start Your Project", href: "#contact" } + ]} metrics={[ { id: "1", value: "25+", title: "Websites Designed & Built", items: [ -- 2.49.1