Update website logos to use a new vibrant color scheme
Replace the gradient-primary class with a solid background color (bg-[#ec4c73]) for logos across various components to reflect the new branding. 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/xm26Qxg
This commit is contained in:
parent
05d77240d0
commit
3fb75d4a7b
@ -57,7 +57,7 @@ export default function SearchHeader({
|
||||
<div className="flex items-center justify-between py-4">
|
||||
<div className="flex items-center space-x-4">
|
||||
<Link href="/" className="flex items-center space-x-2 hover:opacity-80 transition-opacity">
|
||||
<div className="w-9 h-9 gradient-primary rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-9 h-9 bg-[#ec4c73] rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-0 h-0 border-l-[10px] border-l-white border-y-[7px] border-y-transparent ml-1"></div>
|
||||
</div>
|
||||
<h1 className="text-2xl font-bold text-white tracking-wide">video.folx.tv</h1>
|
||||
|
||||
@ -99,7 +99,7 @@ export default function FolxStadlPage() {
|
||||
{/* Left side - Logo */}
|
||||
<div className="flex items-center space-x-6 flex-1">
|
||||
<Link href="/" className="flex items-center space-x-3 hover:opacity-80 transition-opacity py-4">
|
||||
<div className="w-10 h-10 gradient-primary rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-10 h-10 bg-[#ec4c73] rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-0 h-0 border-l-[11px] border-l-white border-y-[8px] border-y-transparent ml-1"></div>
|
||||
</div>
|
||||
<h1 className="text-2xl font-bold text-white tracking-wide">video.folx.tv</h1>
|
||||
@ -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 gradient-primary rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-8 h-8 bg-[#ec4c73] 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">video.folx.tv</h3>
|
||||
|
||||
@ -101,7 +101,7 @@ export default function GeschichteLiedPage() {
|
||||
{/* Left side - Logo */}
|
||||
<div className="flex items-center space-x-6 flex-1">
|
||||
<Link href="/" className="flex items-center space-x-3 hover:opacity-80 transition-opacity py-4">
|
||||
<div className="w-10 h-10 gradient-primary rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-10 h-10 bg-[#ec4c73] rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-0 h-0 border-l-[11px] border-l-white border-y-[8px] border-y-transparent ml-1"></div>
|
||||
</div>
|
||||
<h1 className="text-2xl font-bold text-white tracking-wide">video.folx.tv</h1>
|
||||
@ -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 gradient-primary rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-8 h-8 bg-[#ec4c73] 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">video.folx.tv</h3>
|
||||
|
||||
@ -101,7 +101,7 @@ export default function GipfelstammtischPage() {
|
||||
{/* Left side - Logo */}
|
||||
<div className="flex items-center space-x-6 flex-1">
|
||||
<Link href="/" className="flex items-center space-x-3 hover:opacity-80 transition-opacity py-4">
|
||||
<div className="w-10 h-10 gradient-primary rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-10 h-10 bg-[#ec4c73] rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-0 h-0 border-l-[11px] border-l-white border-y-[8px] border-y-transparent ml-1"></div>
|
||||
</div>
|
||||
<h1 className="text-2xl font-bold text-white tracking-wide">video.folx.tv</h1>
|
||||
@ -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 gradient-primary rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-8 h-8 bg-[#ec4c73] 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">video.folx.tv</h3>
|
||||
|
||||
@ -339,7 +339,7 @@ export default function VideoPage() {
|
||||
{/* Left side - Logo */}
|
||||
<div className="flex items-center space-x-6 flex-1">
|
||||
<Link href="/" className="flex items-center space-x-3 hover:opacity-80 transition-opacity py-4">
|
||||
<div className="w-10 h-10 gradient-primary rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-10 h-10 bg-[#ec4c73] rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-0 h-0 border-l-[11px] border-l-white border-y-[8px] border-y-transparent ml-1"></div>
|
||||
</div>
|
||||
<h1 className="text-2xl font-bold text-white tracking-wide">video.folx.tv</h1>
|
||||
@ -804,7 +804,7 @@ export default function VideoPage() {
|
||||
<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 gradient-primary rounded-lg flex items-center justify-center shadow-md">
|
||||
<div className="w-8 h-8 bg-[#ec4c73] rounded-lg flex items-center justify-center shadow-md">
|
||||
<div className="w-0 h-0 border-l-[8px] border-l-white border-y-[6px] border-y-transparent ml-0.5"></div>
|
||||
</div>
|
||||
<span className="text-lg font-semibold text-white">video.folx.tv</span>
|
||||
|
||||
@ -75,7 +75,7 @@ export default function Home() {
|
||||
{/* Left side - Logo */}
|
||||
<div className="flex items-center space-x-6 flex-1">
|
||||
<Link href="/" className="flex items-center space-x-3 hover:opacity-80 transition-opacity py-4">
|
||||
<div className="w-10 h-10 gradient-primary rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-10 h-10 bg-[#ec4c73] rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-0 h-0 border-l-[11px] border-l-white border-y-[8px] border-y-transparent ml-1"></div>
|
||||
</div>
|
||||
<h1 className="text-2xl font-bold text-white tracking-wide">video.folx.tv</h1>
|
||||
|
||||
@ -20,7 +20,7 @@ export default function NotFound() {
|
||||
<div className="flex items-center justify-between h-20">
|
||||
<div className="flex items-center space-x-4">
|
||||
<a href="/" className="flex items-center space-x-2 hover:opacity-80 transition-opacity">
|
||||
<div className="w-9 h-9 gradient-primary rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-9 h-9 bg-[#ec4c73] rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-0 h-0 border-l-[10px] border-l-white border-y-[7px] border-y-transparent ml-1"></div>
|
||||
</div>
|
||||
<h1 className="text-2xl font-bold text-white tracking-wide">video.folx.tv</h1>
|
||||
@ -147,7 +147,7 @@ export default function NotFound() {
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8 relative z-10">
|
||||
<div className="flex flex-col md:flex-row items-center justify-between">
|
||||
<div className="flex items-center space-x-2 mb-4 md:mb-0">
|
||||
<div className="w-8 h-8 gradient-primary rounded-lg flex items-center justify-center shadow-md">
|
||||
<div className="w-8 h-8 bg-[#ec4c73] rounded-lg flex items-center justify-center shadow-md">
|
||||
<div className="w-0 h-0 border-l-[8px] border-l-white border-y-[6px] border-y-transparent ml-0.5"></div>
|
||||
</div>
|
||||
<span className="text-lg font-semibold text-white">video.folx.tv</span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user