refactor: migrate page components to Design System v4

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Michael Chihlas
2026-03-22 02:04:16 -04:00
parent fd28921373
commit e4ef904707
58 changed files with 1416 additions and 1416 deletions

View File

@@ -11,12 +11,12 @@ export default function GuidesHubPage() {
{/* Header */}
<div className="mb-8">
<div className="flex items-center gap-3 mb-2">
<div className="flex h-10 w-10 items-center justify-center rounded-xl bg-primary/10">
<BookOpen size={20} className="text-primary" />
<div className="flex h-10 w-10 items-center justify-center rounded-xl bg-[rgba(34,211,238,0.10)]">
<BookOpen size={20} className="text-[#22d3ee]" />
</div>
<h1 className="text-2xl font-heading font-bold text-foreground">User Guides</h1>
<h1 className="text-2xl font-heading font-bold text-[#e2e5eb]">User Guides</h1>
</div>
<p className="text-sm text-muted-foreground ml-[52px]">
<p className="text-sm text-[#848b9b] ml-[52px]">
Learn how to use ResolutionFlow with step-by-step instructions for every feature.
</p>
</div>