Redesign all pages to light theme (Qalby-inspired mobile UI)

Complete UI overhaul replacing dark gold theme with a clean mobile-first
light theme: gradient emerald headers, white card components, light backgrounds,
emerald/amber CTAs, and a new home dashboard with feature grid navigation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
FalahMobile
2026-06-15 09:42:26 +01:00
parent 1834370e40
commit 857e4c948a
19 changed files with 878 additions and 521 deletions
+51
View File
@@ -0,0 +1,51 @@
# Dependencies
node_modules/
package-lock.json
.opencode/memories.md
# Build outputs
dist/
.next/
.netlify/
# Environment files
.env
.env.local
.env.production
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Testing
coverage/
# Secrets (DO NOT COMMIT)
*.pem
*.key
*.crt
*.p12
# Backup files
*.bak
*.sql
!infrastructure/postgres/init.sql
# Claude (workspace config, not project code)
.claude/*
!.claude/commands/
# Netlify
.functions/