From 791d43e4b08a75730302ce3a8f8269127a870802 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 12:35:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10256cd..f9188f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,6 +120,11 @@ export default function LandingPage() { ]} title="Intelligent Solutions for Every Business Need" description="Our suite of AI services is designed to empower your business with cutting-edge technology, ensuring sustainable growth and innovation." + buttons={[ + { + text: "Schedule a Discovery Call", href: "#contact" + } + ]} /> -- 2.49.1