Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-05 06:51:02 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -52,7 +52,7 @@ export default function HomePage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Apply for Admission", href: "/admissions" },
{ text: "Start Your Journey Today", href: "/admissions" },
{ text: "Download Prospectus", href: "#" },
]}
buttonAnimation="slide-up"
@@ -257,4 +257,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}