From 346666e5554cde74396f31a9acd4a76eceee7c01 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 01:05:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10be992..5344a3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,7 +163,10 @@ export default function HomePage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - buttons={[{ text: "Get Your Free Audit", href: "/contact" }]} + buttons={[ + { text: "Get Your Free Audit", href: "/contact" }, + { text: "Schedule Strategy Call", href: "https://calendly.com" } + ]} buttonAnimation="slide-up" /> @@ -224,4 +227,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1