From 899b3559743d3b1eba4fbe46e66411804be51272 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:22:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8068079..00261cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -175,6 +175,8 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} + buttons={[{ text: "Explore All Programs", href: "#contact" }]} + buttonAnimation="slide-up" /> -- 2.49.1