import React from 'react'; /** * Design System Showcase Component * * This component demonstrates the premium design system created for the crypto platform. * It showcases all the major components and styles that capture the calm, trustworthy * aesthetic from the reference screenshots while elevating it for professional crypto users. */ const DesignSystemShowcase: React.FC = () => { return (
{/* Hero Section - Similar to Screenshot #1 but elevated */}
{/* Atmospheric Background */}
{/* Greeting Section */}

Good afternoon, Cyrus

Your portfolio is up 12.5% today

{/* Status Card */}
Markets Open
26°C and clear
{/* Quick Actions */}
{/* Color Palette Section */}

Color System

{/* Primary Colors */}

Primary Ocean

Primary 500

#5B9BF3

Primary 600

#4A83DD

{/* Success Colors */}

Sage Success

Sage 500

#4DC46F

Sage 600

#3BA858

{/* Accent Colors */}

Accent Palette

Lavender

#9B8AFB

Sky

#7DD3FC

{/* Typography Section */}

Typography Scale

Display · 4.5rem

Beautiful Typography

Heading 1 · 3rem

Clear Information Hierarchy

Heading 2 · 1.875rem

Structured Content Design

Body · 1rem

The typography system is designed to create clear visual hierarchy while maintaining excellent readability. Each text size has been carefully calibrated with appropriate line heights and letter spacing to ensure optimal legibility across all device sizes.

Monospace · For prices and data

$48,392.50 +2.45%

{/* Card Components Section */}

Card Components

{/* Market Card */}

Bitcoin

BTC

Trending

$48,392.50

+$1,185.20 (+2.45%)
{/* Interactive Card */}

Portfolio Overview

Track your investments and monitor performance in real-time.

View Details
{/* Elevated Card */}

Quick Stats

Total Value $125,430
24h Change +3.2%
Holdings 12
{/* Navigation Pattern - Similar to Screenshot #2 */}

Navigation & Settings

{/* User Profile Section */}

Cyrus Amini

Premium Member

{/* Navigation Items */}
{/* Form Elements */}

Form Elements

$
); }; export default DesignSystemShowcase;