feat: redesign landing page with new brand components

- Add brand components: BrandHero, BrandFeatures, BrandStats, Marquee
- Add core components: TerminalHero, AgentGrid, LiveFeed
- Add mascot images
- Update LandingPage with new component structure
- Update CSS and Tailwind config for new design
- Add market data enhancements
This commit is contained in:
tinkle-community
2025-12-30 21:27:33 +08:00
parent 70eb35d6de
commit 13bc752e82
13 changed files with 723 additions and 122 deletions

View File

@@ -5,7 +5,15 @@ export default {
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
extend: {
colors: {
'nofx-gold': '#F0B90B',
'nofx-gold-dim': 'rgba(240, 185, 11, 0.15)',
'nofx-bg': '#0B0E11',
'nofx-accent': '#00F0FF',
'nofx-text': '#EAECEF',
},
},
},
plugins: [],
}