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}