forked from admin/zeropost-tool
rebrand: PostCast identity + indigo color scheme
This commit is contained in:
+7
-7
@@ -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() {
|
||||
<nav className="border-b border-border sticky top-0 bg-background/90 backdrop-blur z-50">
|
||||
<div className="max-w-6xl mx-auto px-4 sm:px-6 h-14 flex items-center justify-between">
|
||||
<Link href="/" className="flex items-center gap-2 font-bold text-lg">
|
||||
<Sparkles className="w-5 h-5 text-accent" /> ZeroPost
|
||||
<Sparkles className="w-5 h-5 text-accent" /> PostCast
|
||||
</Link>
|
||||
<div className="flex items-center gap-3">
|
||||
<Link href="/login" className="btn-ghost text-sm px-4 py-2">Войти</Link>
|
||||
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
<span className="text-accent">AI пишет, ты одобряешь.</span>
|
||||
</h1>
|
||||
<p className="text-gray-400 text-lg max-w-2xl mx-auto mb-8">
|
||||
ZeroPost генерирует посты для Telegram и VK, планирует публикации и отвечает на комментарии.
|
||||
PostCast генерирует посты для Telegram и VK, планирует публикации и отвечает на комментарии.
|
||||
Тратьте 10 минут в день вместо 2 часов.
|
||||
</p>
|
||||
<div className="flex flex-wrap items-center justify-center gap-3">
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
|
||||
{/* Features */}
|
||||
<section className="max-w-6xl mx-auto px-4 sm:px-6 pb-20">
|
||||
<h2 className="text-2xl font-bold text-center mb-10">Что умеет ZeroPost</h2>
|
||||
<h2 className="text-2xl font-bold text-center mb-10">Что умеет PostCast</h2>
|
||||
<div className="grid gap-5 sm:grid-cols-2 lg:grid-cols-3">
|
||||
{FEATURES.map(f => (
|
||||
<div key={f.title} className="card p-5">
|
||||
@@ -129,7 +129,7 @@ export default function LandingPage() {
|
||||
<ul className="space-y-2 flex-1 mb-5">
|
||||
{plan.features.map(f => (
|
||||
<li key={f} className="text-sm text-gray-300 flex items-center gap-2">
|
||||
<Check className="w-3.5 h-3.5 text-green-400 shrink-0" /> {f}
|
||||
<Check className="w-3.5 h-3.5 text-accent shrink-0" /> {f}
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
@@ -158,13 +158,13 @@ export default function LandingPage() {
|
||||
<div className="max-w-6xl mx-auto px-4 sm:px-6 flex flex-wrap items-center justify-between gap-4 text-sm text-gray-500">
|
||||
<div className="flex items-center gap-2">
|
||||
<Sparkles className="w-4 h-4 text-accent" />
|
||||
<span className="font-medium text-gray-300">ZeroPost</span>
|
||||
<span className="font-medium text-gray-300">PostCast</span>
|
||||
<span>· AI-автоматизация контента</span>
|
||||
</div>
|
||||
<div className="flex gap-4">
|
||||
<Link href="/login" className="hover:text-gray-300">Войти</Link>
|
||||
<Link href="/register" className="hover:text-gray-300">Регистрация</Link>
|
||||
<a href="mailto:hello@zeropost.ru" className="hover:text-gray-300">Контакты</a>
|
||||
<a href="mailto:hello@postcast.ru" className="hover:text-gray-300">Контакты</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user