Commit Graph

11 Commits

Author SHA1 Message Date
alloynetworks
a6492d12dc fix: update account count to 200k+ across all locales 2026-04-20 11:54:44 +03:00
alloynetworks
9d61131d2b feat: ecosystem enterprises, home stats grid, coming-soon logo 2026-04-20 11:21:38 +03:00
Bharath Chari
a99230bb07 Fix Biome config, restore components, and remove superseded MDX pages 2026-04-20 08:32:40 +03:00
alloynetworks
b76bfd8277 Refactor for biome checks 2026-04-19 12:52:39 +03:00
Bharath Chari
32e157449a Add Export Feature. 2026-04-19 08:15:51 +03:00
Bharath Chari
81be0b4ed2 error in roadmap.json 2026-04-19 08:02:20 +03:00
Bharath Chari
41d6993b24 Changes to items 2026-04-19 07:56:36 +03:00
Bharath Chari
506cb1d9be change updation date 2026-04-18 16:10:56 +03:00
Bharath Chari
a9e47846a1 json modification 2026-04-18 16:00:59 +03:00
Bharath Chari
22a22ad939 Mobile for roadmap 2026-04-18 15:55:54 +03:00
alloynetworks
1a7d9abc2c Replace MDX roadmap pages with data-driven Xahau Roadmap component
Adds a build-time-rendered roadmap chart (XahauRoadmap.astro) backed by a
single JSON source of truth (src/data/roadmap.json) validated by a Zod
schema. The old hand-written per-locale MDX pages are removed in favour of
an Astro i18n route at src/pages/[...lang]/roadmap.astro that renders
/roadmap and /es/roadmap, using BaseLayout directly so the page shows one
heading instead of a duplicate PageLayout H1.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-18 12:54:36 +03:00