This commit is contained in:
egortriston
2025-07-11 01:22:55 +03:00
parent 3b5defe3d9
commit 475b02ea2d
4 changed files with 82 additions and 48 deletions

View File

@ -1,8 +1,8 @@
import React from 'react';
import Link from 'next/link';
const IndexTopMenuNav = () => (
<section className="topmenub">
const IndexTopMenuNav = ({ isIndexPage = false }: { isIndexPage?: boolean }) => (
<section className={`topmenub${!isIndexPage ? ' topmenub-white' : ''}`} style={!isIndexPage ? { background: '#fff' } : undefined}>
<div className="w-layout-blockcontainer tb nav w-container">
<div className="w-layout-hflex flex-block-107">
<Link href="/about" className="link-block-8 w-inline-block">