Füge Logo-Klick-Navigation zum Impressum-Header hinzu

- Logo und Titel im Impressum-Header sind jetzt klickbar
- Klick führt zur Startseite zurück
- Visuelle Hover-Effekte (cursor-pointer, opacity-Änderung)
- Konsistentes Verhalten mit der Haupt-App
- Verbesserte Benutzerfreundlichkeit und Navigation
This commit is contained in:
2025-09-30 18:27:51 +02:00
parent 90e48c82ac
commit 671f9693c5

View File

@@ -72,7 +72,10 @@ export default function LegalPage() {
{/* Header */}
<div className="bg-white rounded-lg shadow-lg mb-6">
<div className="px-6 py-4 border-b border-gray-200">
<div className="flex items-center space-x-3">
<div
className="flex items-center space-x-3 cursor-pointer hover:opacity-80 transition-opacity"
onClick={() => window.location.href = '/'}
>
<img
src="/assets/stargilnails_logo_transparent_112.png"
alt="Stargil Nails Logo"