Merge version_3 into main #5

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

View File

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

View File

@@ -76,7 +76,7 @@ export default function LandingPage() {
title="Building Tomorrow's Leaders Through Quality Education and Holistic Development"
useInvertedBackground={false}
buttons={[
{ text: "Learn Our Story", href: "#team" }
{ text: "Meet Our Team", href: "#team" }
]}
buttonAnimation="slide-up"
/>
@@ -283,4 +283,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}