refactor: overhaul UI for streamlined user experience

Redesign navigation, home overview, user portrait, and valuation pages
with improved functionality and responsive design.

Co-authored-by: null <4804959+fnvtk@users.noreply.github.com>
This commit is contained in:
v0
2025-07-18 13:47:12 +00:00
parent 440b310c6f
commit 2408d50cb0
316 changed files with 55785 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import type React from "react"
export default function DocumentationLayout({
children,
}: {
children: React.ReactNode
}) {
return <div className="min-h-screen bg-gray-50">{children}</div>
}

1051
app/documentation/page.tsx Normal file

File diff suppressed because it is too large Load Diff