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 + */}