Cleanup old PHP source files and update Next.js pages and components

This commit is contained in:
R-Bharathraj
2026-06-30 17:02:35 +05:30
parent 7175adb0db
commit 7cf5035c89
1223 changed files with 438 additions and 168007 deletions

View File

@@ -54,19 +54,32 @@ html.lenis, html.lenis body {
.loyaly-home .hero-heading {
color: var(--loyaly-carbon) !important; /* Premium brand carbon (#171512) for high readability */
font-weight: 900 !important; /* Ultra-bold / Black font weight override */
text-shadow: 0 2px 24px rgba(255, 255, 255, 0.7);
}
.loyaly-home .hero-gradient-text {
background-image: linear-gradient(102deg, #f4be28 0%, #ff9500 100%) !important;
background-image: linear-gradient(105deg, #bc7122 0%, #f4be28 45%, #c9960f 60%, #8a4f0f 100%) !important;
background-size: 200% auto !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
color: transparent !important;
display: inline-block;
animation: heroGradientLoop 7s linear infinite;
}
@keyframes heroGradientLoop {
0% { background-position: 200% center; }
100% { background-position: -200% center; }
}
@media (prefers-reduced-motion: reduce) {
.loyaly-home .hero-gradient-text { animation: none; }
}
.loyaly-home .hero-description {
color: var(--loyaly-warm-text) !important; /* Premium brand warm charcoal (#4f463a) */
color: var(--loyaly-carbon) !important; /* darker, higher-contrast text now that the hero image shows through clearly */
text-shadow: 0 2px 16px rgba(255, 255, 255, 0.6);
}
.loyaly-home .hero-btn-primary {