[DESIGN-001] Update branding colors and focus on WordPress Cloud (feat)
Some checks failed
CD - Build & Deploy / build-and-push (push) Has been cancelled
CD - Build & Deploy / package-helm (push) Has been cancelled
CD - Build & Deploy / deploy-staging (push) Has been cancelled
CD - Build & Deploy / deploy-production (push) Has been cancelled
CD - Build & Deploy / release (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / security (push) Has been cancelled

- Applied brand colors from logo (Navy Blue, Teal, Cyan)
- Updated all color schemes across the site
- Focused content on WordPress Cloud hosting
- Removed cPanel references
- Updated service cards to highlight WordPress Cloud
- Added company logo to navbar
- Improved messaging and value propositions
This commit is contained in:
Ehsan.Asadi
2025-12-26 16:17:45 +03:30
parent c8c9b7a6eb
commit 167c25c943
7 changed files with 144 additions and 140 deletions

View File

@@ -42,7 +42,7 @@ install:
pre-commit install
dev:
python -m reflex run
python33 -m reflex run
test:
pytest tests/ -v --cov=src --cov-report=html
@@ -122,5 +122,5 @@ migrate:
alembic upgrade head
seed:
python scripts/seed_database.py
python3 scripts/seed_database.py