From df4ff43489bd278f1efadadf156887a65babf0cf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:20:55 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fafc98b..111b536 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1414,4 +1414,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 57baf0bc187c61fafebc832c2b92a6f92938c33a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:20:55 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c0f145..b5ac180 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,6 +128,7 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} buttons={[ + { text: "View Curriculum", href: "features" }, { text: "Start Admission Process", href: "contact" } ]} buttonAnimation="slide-up" @@ -234,4 +235,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1