From a7a6dbd843cf078f27e7766d6b85b65d33604a6b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:19:20 +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 111b536..fafc98b 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 2bf092e1c095e38e391588a7a708fda05a67c43d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:19:20 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d3fc56..9c0f145 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,6 +127,10 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} + buttons={[ + { text: "Start Admission Process", href: "contact" } + ]} + buttonAnimation="slide-up" /> @@ -230,4 +234,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1