3 Commits

Author SHA1 Message Date
57baf0bc18 Update src/app/page.tsx 2026-03-05 04:20:55 +00:00
df4ff43489 Update src/app/layout.tsx 2026-03-05 04:20:55 +00:00
2f28337101 Merge version_2 into main
Merge version_2 into main
2026-03-05 04:19:24 +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>
);
}
}