qrmaster.net

This commit is contained in:
Timo Knuth
2025-12-09 22:22:36 +01:00
parent 424c61a176
commit 8c5e2fa58e
37 changed files with 549 additions and 915 deletions

View File

@@ -2,7 +2,6 @@
import React, { useState } from 'react';
import Link from 'next/link';
import { usePathname } from 'next/navigation';
import { Button } from '@/components/ui/Button';
import en from '@/i18n/en.json';
@@ -11,7 +10,6 @@ export default function MarketingLayout({
}: {
children: React.ReactNode;
}) {
const pathname = usePathname();
const [mobileMenuOpen, setMobileMenuOpen] = useState(false);
// Always use English for marketing pages
@@ -142,10 +140,9 @@ export default function MarketingLayout({
<h3 className="font-semibold mb-4">Legal</h3>
<ul className="space-y-2 text-gray-400">
<li><Link href="/privacy" className="hover:text-white">Privacy Policy</Link></li>
<li><Link href="/terms" className="hover:text-white">Terms of Service</Link></li>
<li><Link href="/impressum" className="hover:text-white">Legal Notice</Link></li>
</ul>
</div>
</div>
<div className="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">