feat(ui): добавить Trade-In / Концепция / Админ в landing nav #438

Merged
lekss361 merged 1 commit from feat/landing-nav-expand into main 2026-05-23 11:11:22 +00:00

View file

@ -157,11 +157,17 @@ export default function HomePage() {
zIndex: 100, zIndex: 100,
}} }}
> >
<span <a
style={{ fontWeight: 700, fontSize: 17, color: "var(--fg-primary)" }} href="/"
style={{
fontWeight: 700,
fontSize: 17,
color: "var(--fg-primary)",
textDecoration: "none",
}}
> >
GenDesign GenDesign
</span> </a>
<div style={{ display: "flex", gap: 24, alignItems: "center" }}> <div style={{ display: "flex", gap: 24, alignItems: "center" }}>
<a <a
href="/analytics" href="/analytics"
@ -183,6 +189,36 @@ export default function HomePage() {
> >
Site Finder Site Finder
</a> </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 <button
onClick={() => setModalOpen(true)} onClick={() => setModalOpen(true)}
style={{ style={{