chore: hide footer links
This commit is contained in:
parent
f37ae00177
commit
052584a78b
|
|
@ -1,7 +1,7 @@
|
||||||
'use client';
|
'use client';
|
||||||
|
|
||||||
import Image from 'next/image';
|
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';
|
import banatieLogo from '@/app/_assets/banatie-logo-horisontal.png';
|
||||||
|
|
||||||
export const Footer = () => {
|
export const Footer = () => {
|
||||||
|
|
@ -21,7 +21,7 @@ export const Footer = () => {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Navigation - grid on mobile, row on desktop */}
|
{/* Navigation - hidden until sections are ready
|
||||||
<nav aria-label="Footer navigation">
|
<nav aria-label="Footer navigation">
|
||||||
<div className="grid grid-cols-2 gap-x-4 gap-y-3 sm:flex sm:flex-wrap sm:justify-center sm:gap-6 md:gap-8 text-sm text-gray-400">
|
<div className="grid grid-cols-2 gap-x-4 gap-y-3 sm:flex sm:flex-wrap sm:justify-center sm:gap-6 md:gap-8 text-sm text-gray-400">
|
||||||
{footerLinks.map((link) => (
|
{footerLinks.map((link) => (
|
||||||
|
|
@ -35,6 +35,7 @@ export const Footer = () => {
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
*/}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="mt-8 md:mt-10 text-center text-sm text-gray-500">
|
<div className="mt-8 md:mt-10 text-center text-sm text-gray-500">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue