update home page

This commit is contained in:
2026-07-30 12:58:31 +05:30
parent 9768eabe4d
commit af8a9d5de1
80 changed files with 46814 additions and 1535 deletions

View File

@@ -4,7 +4,7 @@
// CSS custom properties in globals.css mirror these for Tailwind usage.
// ─────────────────────────────────────────────────────────────────────
/** Color palette — use Tailwind classes (e.g. `bg-aiero-dark`) when possible */
/** Color palette — use Tailwind classes (e.g. `bg-tenext-dark`) when possible */
export const colors = {
// Backgrounds
bgDark: "#1F1F1F",
@@ -30,6 +30,9 @@ export const colors = {
textMuted: "#87899B",
textWhite: "#FFFFFF",
textDark: "#1F1F1F",
// Surfaces
surfaceMuted: "#ECF0F4",
} as const;
/** Spacing tokens — predefined values only, no arbitrary px */