Refactor: remove unused APIs, controllers, models and data files. Update: icon picker all system, Dashboard, Main UI more respone, Change: Logo, favicon.

This commit is contained in:
2026-04-23 18:44:37 +07:00
parent 8ce6cf3c7e
commit 4ba3eb4a82
48 changed files with 438 additions and 14850 deletions
+17
View File
@@ -1,4 +1,21 @@
<!-- Hero Section -->
<style>
.hero {
padding: 3rem 2rem;
}
@media (min-width: 768px) {
.hero {
padding: 4rem 6rem;
}
}
@media (min-width: 992px) {
.hero {
padding: 5rem 10rem;
}
}
</style>
<section class="container">
<div class="hero"
style="background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)); color: white; border-radius: 20px; box-shadow: 0 15px 30px rgba(0,0,0,0.1); margin-top: 2rem; overflow: hidden; position: relative;">