feat(ui): добавить Trade-In / Концепция / Админ в landing nav (#438)
Some checks failed
Deploy / changes (push) Successful in 5s
Deploy / build-backend (push) Has been skipped
Deploy / build-worker (push) Has been skipped
Deploy / build-frontend (push) Failing after 1m32s
Deploy / deploy (push) Has been skipped

This commit is contained in:
lekss361 2026-05-23 11:11:21 +00:00
parent b233bf91cc
commit 65c77b96b6

View file

@ -157,11 +157,17 @@ export default function HomePage() {
zIndex: 100,
}}
>
<span
style={{ fontWeight: 700, fontSize: 17, color: "var(--fg-primary)" }}
<a
href="/"
style={{
fontWeight: 700,
fontSize: 17,
color: "var(--fg-primary)",
textDecoration: "none",
}}
>
GenDesign
</span>
</a>
<div style={{ display: "flex", gap: 24, alignItems: "center" }}>
<a
href="/analytics"
@ -183,6 +189,36 @@ export default function HomePage() {
>
Site Finder
</a>
<a
href="/trade-in/"
style={{
fontSize: 14,
color: "var(--fg-secondary)",
textDecoration: "none",
}}
>
Trade-In
</a>
<a
href="/concept"
style={{
fontSize: 14,
color: "var(--fg-secondary)",
textDecoration: "none",
}}
>
Концепция
</a>
<a
href="/admin/scrape/all"
style={{
fontSize: 14,
color: "var(--fg-secondary)",
textDecoration: "none",
}}
>
Админ
</a>
<button
onClick={() => setModalOpen(true)}
style={{