static pages
This commit is contained in:
@@ -231,7 +231,7 @@ const Footer = () => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Нижняя часть футера */}
|
||||
{/* нижняя часть футера */}
|
||||
<div>
|
||||
<div className="flex flex-col justify-between md:flex-row px-6 py-4 md:py-8 w-[95%] mx-auto text-center md:text-left">
|
||||
<div>Copyright © {new Date().getFullYear()}. Все права защищены.</div>
|
||||
@@ -239,10 +239,10 @@ const Footer = () => {
|
||||
<Link href="/publichnaya-oferta" className="hover:text-orange">
|
||||
Публичная оферта
|
||||
</Link>
|
||||
<Link href="/" className="hover:text-orange">
|
||||
<Link href="/privacy-policy" className="hover:text-orange">
|
||||
Политика конфиденциальности
|
||||
</Link>
|
||||
<Link href="/" className="hover:text-orange">
|
||||
<Link href="/terms-and-conditions" className="hover:text-orange">
|
||||
Правила пользования сервисом
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user