Update website to display all content in German

Refactors the CookieConsent component to use German text and updates styling for buttons and the logo color.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 946a0075-7e32-454b-b348-9e7f576d7f45
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/946a0075-7e32-454b-b348-9e7f576d7f45/CeWC8vb
This commit is contained in:
sebastjanartic 2025-09-04 14:05:38 +00:00
parent 88a2967b93
commit 5ae54513ee
2 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

View File

@ -98,7 +98,7 @@ export default function CookieConsent() {
<div className="p-6">
<div className="flex items-start justify-between mb-4">
<div className="flex items-center space-x-2">
<div className="w-6 h-6 bg-gradient-to-r from-purple-600 to-blue-500 rounded-lg flex items-center justify-center">
<div className="w-6 h-6 bg-[#ec4c73] rounded-lg flex items-center justify-center">
<div className="w-0 h-0 border-l-[6px] border-l-white border-y-[4px] border-y-transparent ml-0.5"></div>
</div>
<h3 className="text-lg font-semibold text-white" translate="no">Cookie-Einstellungen</h3>
@ -120,7 +120,7 @@ export default function CookieConsent() {
<div className="flex flex-col sm:flex-row gap-3">
<Button
onClick={handleAcceptAll}
className="gradient-primary text-white border-none hover:opacity-90 transition-opacity"
className="bg-[#ec4c73] hover:bg-[#e91e63] text-white border-none transition-colors"
>
<span translate="no">Alle akzeptieren</span>
</Button>
@ -213,7 +213,7 @@ export default function CookieConsent() {
<div className="flex flex-col sm:flex-row gap-3">
<Button
onClick={handleSavePreferences}
className="gradient-primary text-white border-none hover:opacity-90 transition-opacity"
className="bg-[#ec4c73] hover:bg-[#e91e63] text-white border-none transition-colors"
>
Einstellungen speichern
</Button>