4 Commits

Author SHA1 Message Date
5e038a9a0b Merge version_3 into main
Merge version_3 into main
2026-03-05 14:09:28 +00:00
a28ab92085 Update src/app/page.tsx 2026-03-05 14:09:24 +00:00
b97e170d7a Update src/app/layout.tsx 2026-03-05 14:09:23 +00:00
dbebb3bd48 Merge version_2 into main
Merge version_2 into main
2026-03-05 14:07:51 +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>
);
}
}