This commit is contained in:
2026-05-20 16:46:17 +05:30
parent 349d152b76
commit 367c5089a5
8 changed files with 3461 additions and 2092 deletions

View File

@@ -26,7 +26,7 @@ export default function Introduction({ allLegacy, allRest, setActiveTopic }) {
</div>
<h1 className="text-4xl lg:text-5xl font-bold text-slate-900 mb-6 tracking-tight">
<span className="text-gradient">Nearle Express API</span>
<span className="text-gradient">NearleXpress API</span>
</h1>
<p className="text-xl text-slate-600 mb-12 max-w-2xl leading-relaxed">

View File

@@ -52,7 +52,7 @@ export default function Sidebar({ legacyTopics, restTopics, activeTopic, setActi
<div className="w-8 h-8 rounded-lg bg-gradient-to-br from-brand-500 to-indigo-600 flex items-center justify-center shadow-glow">
<Layers className="text-white w-4 h-4" />
</div>
<span className="tracking-tight">Nearle Express</span>
<span className="tracking-tight">NearleXpress</span>
</div>
<div className="relative group">
<Search className="w-4 h-4 absolute left-3 top-3 text-slate-400 group-focus-within:text-brand-500 transition-colors" />

File diff suppressed because it is too large Load Diff