3 Commits

Author SHA1 Message Date
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
2 changed files with 6 additions and 2 deletions

View File

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

View File

@@ -127,6 +127,10 @@ export default function LandingPage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
buttons={[
{ text: "Start Admission Process", href: "contact" }
]}
buttonAnimation="slide-up"
/>
</div>
@@ -230,4 +234,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}