Redesign Support as bento hub, restore full sidebar, Western names

- Support Center overview rebuilt as a bento grid: large live-chat hero
  tile, support team tile, mini channel tiles and a recent-tickets strip.
- Restore full workspace sidebar (Workspace/Team/Profile groups) with a
  premium golden active state; unbuilt modules show a Coming Soon view.
- Use Western names across the UI (James Carter; Emma Wilson, Liam Foster,
  Sophie Turner, Noah Mitchell) incl. tickets, threads, portal demo user.
- Remove the Allottee card from Profile; add a clean Account & identity
  card and live-editable contacts.
- Relabel "Plot" -> "House number" everywhere; drop the allotment chip in
  favour of the property category.
- Premium visual pass: brand gradients, depth, glow accents, pill tabs.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-29 22:19:07 +05:30
parent 3ab6768c1c
commit d7eb82f182
9 changed files with 297 additions and 137 deletions
+5 -5
View File
@@ -27,10 +27,10 @@ export const MASKED_WA = "+91 ••••• ••012";
/* ---- demo account "on file" ---- */
export const DEMO_USER = {
name: "Rajesh Kumar Sharma",
firstName: "Rajesh",
lastName: "Sharma",
initials: "RS",
name: "James Carter",
firstName: "James",
lastName: "Carter",
initials: "JC",
allotmentNo: "YEA-654321",
sector: "Sector 18",
pocket: "Pocket B",
@@ -38,7 +38,7 @@ export const DEMO_USER = {
category: "Residential",
size: "300 sq.m",
maskedMobile: MASKED_PHONE,
email: "rajesh.sharma@example.com",
email: "james.carter@example.com",
relationship: "Self",
isAllottee: true,
};