static pages

This commit is contained in:
2025-05-20 17:59:45 +03:00
parent 73e206be5d
commit a37cc30c71
4 changed files with 2658 additions and 44 deletions

View File

@@ -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>