From 052584a78b5ca99d62b8f7ccafd8c0e205437e1b Mon Sep 17 00:00:00 2001 From: Oleg Proskurin Date: Thu, 18 Dec 2025 23:53:14 +0700 Subject: [PATCH] chore: hide footer links --- apps/landing/src/components/shared/Footer.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/landing/src/components/shared/Footer.tsx b/apps/landing/src/components/shared/Footer.tsx index 14aea34..49eac98 100644 --- a/apps/landing/src/components/shared/Footer.tsx +++ b/apps/landing/src/components/shared/Footer.tsx @@ -1,7 +1,7 @@ 'use client'; import Image from 'next/image'; -import { footerLinks, footerCopyright } from '@/config/footer'; +import { /* footerLinks, */ footerCopyright } from '@/config/footer'; import banatieLogo from '@/app/_assets/banatie-logo-horisontal.png'; export const Footer = () => { @@ -21,7 +21,7 @@ export const Footer = () => { /> - {/* Navigation - grid on mobile, row on desktop */} + {/* Navigation - hidden until sections are ready + */}