diff --git a/app/calendar/page.js b/app/calendar/page.js index af10414..6a58dca 100644 --- a/app/calendar/page.js +++ b/app/calendar/page.js @@ -4,7 +4,7 @@ import { engine } from '@/lib/engine'; import Header from '@/components/Header'; import CalendarView from '@/components/CalendarView'; -export const metadata = { title: 'Календарь публикаций — ZeroPost' }; +export const metadata = { title: 'Календарь публикаций — PostCast' }; export default async function CalendarPage() { const user = await requireUser(); diff --git a/app/channels/new/page.js b/app/channels/new/page.js index 41d89b1..a431db2 100644 --- a/app/channels/new/page.js +++ b/app/channels/new/page.js @@ -138,7 +138,7 @@ export default function NewChannelPage() {
- setName(e.target.value)} placeholder="Например: ZeroPost AI" /> + setName(e.target.value)} placeholder="Например: PostCast AI" />
diff --git a/app/globals.css b/app/globals.css index f1953fa..57a86fc 100644 --- a/app/globals.css +++ b/app/globals.css @@ -11,8 +11,8 @@ --text: 23 23 23; /* neutral-900 */ --text-soft: 82 82 91; /* zinc-600 */ --text-mute: 161 161 170; /* zinc-400 */ - --accent: 16 185 129; /* emerald-500 */ - --accent2: 5 150 105; /* emerald-600 */ + --accent: 99 102 241; /* indigo-500 */ + --accent2: 79 70 229; /* indigo-600 */ --accent-text: 255 255 255; /* белый текст на акценте */ } @@ -25,8 +25,8 @@ --text: 243 244 246; /* gray-100 */ --text-soft: 209 213 219; /* gray-300 */ --text-mute: 107 114 128; /* gray-500 */ - --accent: 16 185 129; - --accent2: 52 211 153; + --accent: 129 140 248; + --accent2: 165 180 252; --accent-text: 0 0 0; } diff --git a/app/landing/page.js b/app/landing/page.js index b1c9b4e..9e6235a 100644 --- a/app/landing/page.js +++ b/app/landing/page.js @@ -29,7 +29,7 @@ const PLANS = [ { name: 'Business', price: 3990, credits: -1, channels: -1, features: ['Безлимит каналов', 'Безлимит кредитов', 'Приоритетная поддержка', 'API доступ'], - cta: 'Связаться', ctaHref: 'mailto:hello@zeropost.ru', accent: false, + cta: 'Связаться', ctaHref: 'mailto:hello@postcast.ru', accent: false, }, ]; @@ -40,7 +40,7 @@ export default function LandingPage() {