- replace the game-instruction subline with the actual value proposition (chatbox / web terminal / public URL · no infrastructure, just skills) - add prominent hero CTAs: gold primary 'Browse Agents', outlined secondary 'Publish yours' — visitors no longer have to discover the scene is clickable - Georgia-styled buttons with hover lift, sit below the animated tavern - verified live: both CTAs + value prop render
20 lines
413 B
JSON
20 lines
413 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.50.0-hero",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"lucide-react": "^0.468.0",
|
|
"marked": "^14.1.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|