Apply consistent primary gradient to page logos for branding
Update the logo component across multiple pages to use a `gradient-primary` class for consistent visual styling. 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/zDJ21qP
This commit is contained in:
parent
98d38ee7b2
commit
a0918c0fff
@ -304,7 +304,7 @@ export default function FolxStadlPage() {
|
||||
<div className="flex flex-col items-center justify-center space-y-4">
|
||||
{/* Logo */}
|
||||
<div className="flex items-center space-x-2">
|
||||
<div className="w-8 h-8 bg-gradient-to-r from-purple-600 to-blue-500 rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-8 h-8 gradient-primary rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-0 h-0 border-l-[8px] border-l-white border-y-[6px] border-y-transparent ml-1 drop-shadow-sm"></div>
|
||||
</div>
|
||||
<h3 className="text-xl font-bold text-white">FOLX.TV</h3>
|
||||
|
||||
@ -305,7 +305,7 @@ export default function GeschichteLiedPage() {
|
||||
<div className="flex flex-col items-center justify-center space-y-4">
|
||||
{/* Logo */}
|
||||
<div className="flex items-center space-x-2">
|
||||
<div className="w-8 h-8 bg-gradient-to-r from-purple-600 to-blue-500 rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-8 h-8 gradient-primary rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-0 h-0 border-l-[8px] border-l-white border-y-[6px] border-y-transparent ml-1 drop-shadow-sm"></div>
|
||||
</div>
|
||||
<h3 className="text-xl font-bold text-white">FOLX.TV</h3>
|
||||
|
||||
@ -305,7 +305,7 @@ export default function GipfelstammtischPage() {
|
||||
<div className="flex flex-col items-center justify-center space-y-4">
|
||||
{/* Logo */}
|
||||
<div className="flex items-center space-x-2">
|
||||
<div className="w-8 h-8 bg-gradient-to-r from-purple-600 to-blue-500 rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-8 h-8 gradient-primary rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-0 h-0 border-l-[8px] border-l-white border-y-[6px] border-y-transparent ml-1 drop-shadow-sm"></div>
|
||||
</div>
|
||||
<h3 className="text-xl font-bold text-white">FOLX.TV</h3>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user