From 11c97ac1eaf35f25542c43c8e123365dbc1dd2e0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:11:37 +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 4962c01..584b042 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,6 +148,9 @@ export default function LandingPage() { ]} sideTitle="Questions? We have answers." sideDescription="Everything you need to know about working with Autopilot." + buttons={[ + { text: "Schedule a Discovery Call", href: "#contact" } + ]} faqsAnimation="slide-up" /> -- 2.49.1