Update homepage, use-cases, and people pages; add preloader and new section components

This commit is contained in:
R-Bharathraj
2026-07-01 18:06:06 +05:30
parent 7a15ee2b52
commit abcefbb9c9
26 changed files with 1178 additions and 897 deletions

View File

@@ -14,6 +14,7 @@
html, body {
margin: 0;
padding: 0;
background: #ffffff;
}
html.lenis, html.lenis body {
@@ -246,11 +247,6 @@ body.is-home-page.scroll-up .sticky-active {
z-index: 999999999 !important;
}
/* Ensure page loader covers everything during initial render */
.page-loader-container {
z-index: 1000000000 !important;
}
/* Respect user preference for reduced motion */
@media (prefers-reduced-motion: reduce) {
/* Disable utility animation classes used across the project */