Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-05 04:21:00 +00:00
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}