Fix brand colors and add API error handling per code review

Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-05 20:21:45 +00:00
parent 415447c8a6
commit edc9360293
5 changed files with 15 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
import Link from 'next/link';
const GRADIENT = 'linear-gradient(90deg, #FF6B2B, #FF2255, #CC00AA, #8844FF, #4488FF, #00D4FF)';
const GRADIENT = 'linear-gradient(135deg, #F5A623, #FF1D6C, #9C27B0, #2979FF)';
const PORTALS = [
{ name: 'RoadWork', desc: 'AI tutoring that adapts to how you actually learn. Not how a textbook thinks you should.', tag: 'Education' },