Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-05 04:19:24 +00:00
2 changed files with 6 additions and 2 deletions

View File

@@ -1414,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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"
/>
</div>
@@ -230,4 +234,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}