Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-11 17:48:22 +00:00

View File

@@ -98,7 +98,7 @@ export default function HomePage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Start Assessment", href: "/apply" },
{ text: "Apply Now—Join 4,732 Spots", href: "/apply" },
{ text: "Explore Pathways", href: "/pathways" },
]}
buttonAnimation="slide-up"
@@ -229,4 +229,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}