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 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