Update website design and fonts for a modern aesthetic

Replace 'indigo' and 'slate' color schemes with 'violet' and 'zinc'. Update fonts to Geist, DM Sans, and Space Grotesk. Implement gradient backgrounds and glassmorphism effects for a modern look.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8164b8e9-c586-4079-b330-117351ac2d8d
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 8af40ca5-651f-4c19-9c76-5cd8766cb502
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/9c9df2fc-1e25-49ec-be14-03588059631a/8164b8e9-c586-4079-b330-117351ac2d8d/xwTaiGN
This commit is contained in:
mahdiarghyani
2025-11-24 22:38:50 +00:00
parent caf312235d
commit 6c44b902f1
4 changed files with 65 additions and 31 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
export default defineAppConfig({
ui: {
strategy: "merge",
primary: "indigo",
gray: "slate",
primary: "violet",
gray: "zinc",
colors: {
primary: 'indigo',
primary: 'violet',
},
icons: {
dynamic: true,