style(hero): unify background with rest of homepage

Replace purple gradient with solid gray.900 background to eliminate
sharp transition between hero section and page content.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock 2025-10-20 15:52:17 -05:00
parent 5f9b2dfe2b
commit 035d8312c7
1 changed files with 1 additions and 2 deletions

View File

@ -59,8 +59,7 @@ export function HeroAbacus() {
flexDirection: 'column',
alignItems: 'center',
justifyContent: 'space-between',
background:
'linear-gradient(135deg, rgba(17, 24, 39, 1) 0%, rgba(88, 28, 135, 0.3) 50%, rgba(17, 24, 39, 1) 100%)',
bg: 'gray.900',
position: 'relative',
overflow: 'hidden',
px: '4',