From 3f27365e294a63c0eb6a3ea1a38a412b64350006 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:12:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bfc7cf1..725c843 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -179,7 +179,7 @@ export default function LandingPage() { description="Schedule a consultation with our AI specialists to explore how our solutions can drive innovation and growth in your organization." buttons={[ { text: "Schedule Consultation", href: "mailto:info@aisolutions.com" }, - { text: "View Case Studies", href: "#" } + { text: "Download ROI Guide", href: "https://aisolutions.com/roi-guide.pdf" } ]} buttonAnimation="slide-up" background={{ variant: "plain" }} -- 2.49.1