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:
parent
88a2967b93
commit
5ae54513ee
BIN
attached_assets/image_1756994599048.png
Normal file
BIN
attached_assets/image_1756994599048.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 200 KiB |
@ -98,7 +98,7 @@ export default function CookieConsent() {
|
|||||||
<div className="p-6">
|
<div className="p-6">
|
||||||
<div className="flex items-start justify-between mb-4">
|
<div className="flex items-start justify-between mb-4">
|
||||||
<div className="flex items-center space-x-2">
|
<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 className="w-0 h-0 border-l-[6px] border-l-white border-y-[4px] border-y-transparent ml-0.5"></div>
|
||||||
</div>
|
</div>
|
||||||
<h3 className="text-lg font-semibold text-white" translate="no">Cookie-Einstellungen</h3>
|
<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">
|
<div className="flex flex-col sm:flex-row gap-3">
|
||||||
<Button
|
<Button
|
||||||
onClick={handleAcceptAll}
|
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>
|
<span translate="no">Alle akzeptieren</span>
|
||||||
</Button>
|
</Button>
|
||||||
@ -213,7 +213,7 @@ export default function CookieConsent() {
|
|||||||
<div className="flex flex-col sm:flex-row gap-3">
|
<div className="flex flex-col sm:flex-row gap-3">
|
||||||
<Button
|
<Button
|
||||||
onClick={handleSavePreferences}
|
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
|
Einstellungen speichern
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user