Closes #014 - System-wide handbook sweep, English consolidation & Crypto state persistence
This commit is contained in:
16
app/page.tsx
16
app/page.tsx
@@ -30,16 +30,16 @@ export default function Home() {
|
||||
</div>
|
||||
<div>
|
||||
<h1 className="text-xl font-bold bg-gradient-to-r from-teal-400 via-sky-300 to-indigo-400 bg-clip-text text-transparent">
|
||||
QuantSandbox Ökonometrie
|
||||
QuantSandbox Econometrics
|
||||
</h1>
|
||||
<p className="text-[10px] text-slate-400 uppercase tracking-widest font-mono">KI-gestützte Investment-Sandbox</p>
|
||||
<p className="text-[10px] text-slate-400 uppercase tracking-widest font-mono">AI-Powered Investment Sandbox</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="hidden md:flex items-center gap-6 text-xs text-slate-400">
|
||||
<div className="flex items-center gap-2 border-r border-slate-800 pr-4">
|
||||
<span className="w-2 h-2 rounded-full bg-emerald-500 animate-pulse" />
|
||||
<span>Verbindung aktiv</span>
|
||||
<span>Connection Active</span>
|
||||
</div>
|
||||
<div className="flex items-center gap-1.5 font-mono">
|
||||
<span className="text-slate-500">Workspace:</span>
|
||||
@@ -58,10 +58,10 @@ export default function Home() {
|
||||
Scaffolding Version 1.0.0
|
||||
</span>
|
||||
<h2 className="text-3xl font-extrabold text-white tracking-tight sm:text-4xl">
|
||||
Statistische Investment-Analyse & Sandbox
|
||||
Statistical Investment Analysis & Sandbox
|
||||
</h2>
|
||||
<p className="text-slate-400 text-sm leading-relaxed">
|
||||
Diese modulare Architektur bündelt fortgeschrittene ökonometrische Modelle – von EWMA und GJR-GARCH Volatilitätsprognosen über Bayesianisches On-Chain-Lernen bis hin zu Überlebens- und LMM-Regressionsmodellen.
|
||||
This modular architecture pools advanced econometric models – from EWMA and GJR-GARCH volatility forecasts to Bayesian on-chain learning, survival analysis, and LMM panel regressions.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -88,13 +88,13 @@ export default function Home() {
|
||||
onClick={() => setActiveTab('crypto')}
|
||||
className={`flex-1 lg:flex-none px-4 py-2.5 rounded-xl text-xs font-semibold flex items-center justify-center gap-2 transition-all ${activeTab === 'crypto' ? 'bg-gradient-to-r from-cyan-500 to-sky-500 text-slate-950 font-bold shadow-lg shadow-cyan-500/25' : 'text-slate-400 hover:text-slate-200 hover:bg-slate-900/50'}`}
|
||||
>
|
||||
<BarChart3 className="w-4 h-4" /> Krypto Bayes
|
||||
<BarChart3 className="w-4 h-4" /> Crypto Bayes
|
||||
</button>
|
||||
<button
|
||||
onClick={() => setActiveTab('events')}
|
||||
className={`flex-1 lg:flex-none px-4 py-2.5 rounded-xl text-xs font-semibold flex items-center justify-center gap-2 transition-all ${activeTab === 'events' ? 'bg-gradient-to-r from-rose-500 to-pink-500 text-slate-950 font-bold shadow-lg shadow-rose-500/25' : 'text-slate-400 hover:text-slate-200 hover:bg-slate-900/50'}`}
|
||||
>
|
||||
<Landmark className="w-4 h-4" /> Ökonometrie
|
||||
<Landmark className="w-4 h-4" /> Econometrics
|
||||
</button>
|
||||
<button
|
||||
onClick={() => setActiveTab('macro')}
|
||||
@@ -148,7 +148,7 @@ export default function Home() {
|
||||
{/* Footer */}
|
||||
<footer className="border-t border-slate-900 bg-slate-950/60 py-6 text-center text-xs text-slate-500 mt-auto">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col sm:flex-row justify-between items-center gap-4">
|
||||
<p>© 2026 QuantSandbox Inc. Alle Rechte vorbehalten.</p>
|
||||
<p>© 2026 QuantSandbox Inc. All rights reserved.</p>
|
||||
<div className="flex items-center gap-4">
|
||||
<span className="flex items-center gap-1"><RefreshCw className="w-3.5 h-3.5 text-teal-400 animate-spin-slow" /> Zustand State Engine</span>
|
||||
<span>|</span>
|
||||
|
||||
Reference in New Issue
Block a user