rebrand: PostCast identity + indigo color scheme

This commit is contained in:
Nik (Claude)
2026-06-15 23:25:48 +03:00
parent 344ef7bae5
commit abf6a0b121
13 changed files with 25 additions and 25 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ export default function Header({ user }) {
<div className="max-w-6xl mx-auto px-4 py-3 flex items-center justify-between">
<Link href="/" className="flex items-center gap-2 hover:opacity-80">
<Sparkles className="w-5 h-5 text-accent" />
<span className="font-bold">ZeroPost</span>
<span className="font-bold">PostCast</span>
</Link>
<nav className="hidden sm:flex items-center gap-1">
<Link href="/calendar" className="btn-ghost px-3 py-1.5 text-sm flex items-center gap-1.5">
@@ -71,7 +71,7 @@ export function PublicHeader() {
<div className="max-w-6xl mx-auto px-4 sm:px-6 h-14 flex items-center justify-between">
<Link href="/landing" className="flex items-center gap-2 font-bold">
<Sparkles className="w-5 h-5 text-accent" />
<span>ZeroPost</span>
<span>PostCast</span>
</Link>
<div className="flex items-center gap-2">
<Link href="/login" className="btn-ghost text-sm px-3 py-1.5">Войти</Link>