6 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
2bf092e1c0 Update src/app/page.tsx 2026-03-05 04:19:20 +00:00
a7a6dbd843 Update src/app/layout.tsx 2026-03-05 04:19:20 +00:00
fa523c1d08 Merge version_1 into main
Merge version_1 into main
2026-03-05 04:17:20 +00:00

View File

@@ -127,6 +127,11 @@ export default function LandingPage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
buttons={[
{ text: "View Curriculum", href: "features" },
{ text: "Start Admission Process", href: "contact" }
]}
buttonAnimation="slide-up"
/>
</div>