From d2f26701a1fa3c5e9ea53053b0895e0660b4b2cc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:06:40 +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 ca9a044..c4e82ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,7 +170,7 @@ export default function LandingPage() { animationType="background-highlight" buttons={[ { text: "Schedule Consultation", href: "mailto:enterprise@nexusai.io" }, - { text: "View Case Studies", href: "#" } + { text: "View Case Studies", href: "#testimonials" } ]} background={{ variant: "plain" }} useInvertedBackground={false} -- 2.49.1