coockies und so

This commit is contained in:
2026-02-02 15:05:05 +01:00
parent b7cb413605
commit 609e3eb0ae
9 changed files with 1102 additions and 15 deletions

View File

@@ -139,10 +139,10 @@ export const FOOTER_LINKS: FooterSection[] = [
{
title: 'Support',
links: [
{ label: 'FAQ', href: '#' },
{ label: 'Shipping', href: '#' },
{ label: 'Returns', href: '#' },
{ label: 'Contact', href: '#' },
{ label: 'FAQ', href: '/faq' },
{ label: 'Shipping', href: '/shipping' },
{ label: 'Returns', href: '/returns' },
{ label: 'Contact', href: '/contact' },
],
},
];