feat(brand): swap header icon for real Cameleer logo
Placeholder 3-wavy-lines SVG replaced with the product logo (camel + cameleer figure + compass rose).
This commit is contained in:
@@ -4,14 +4,14 @@ import CTAButtons from './CTAButtons.astro';
|
|||||||
<header class="sticky top-0 z-40 backdrop-blur-md bg-bg/80 border-b border-border">
|
<header class="sticky top-0 z-40 backdrop-blur-md bg-bg/80 border-b border-border">
|
||||||
<div class="max-w-content mx-auto px-6 h-16 flex items-center justify-between gap-6">
|
<div class="max-w-content mx-auto px-6 h-16 flex items-center justify-between gap-6">
|
||||||
<a href="/" class="flex items-center gap-2 group" aria-label="Cameleer home">
|
<a href="/" class="flex items-center gap-2 group" aria-label="Cameleer home">
|
||||||
<svg width="28" height="28" viewBox="0 0 32 32" aria-hidden="true">
|
<img
|
||||||
<rect width="32" height="32" rx="6" fill="#0c111a"/>
|
src="/cameleer-logo.svg"
|
||||||
<g fill="none" stroke="#f0b429" stroke-width="1.6" stroke-linecap="round">
|
width="32"
|
||||||
<path d="M4 10 Q10 6 16 12 T28 10"/>
|
height="32"
|
||||||
<path d="M4 16 Q10 12 16 18 T28 16"/>
|
alt=""
|
||||||
<path d="M4 22 Q10 18 16 24 T28 22"/>
|
decoding="async"
|
||||||
</g>
|
class="shrink-0"
|
||||||
</svg>
|
/>
|
||||||
<span class="font-sans font-bold text-lg tracking-tight text-text group-hover:text-accent transition-colors">Cameleer</span>
|
<span class="font-sans font-bold text-lg tracking-tight text-text group-hover:text-accent transition-colors">Cameleer</span>
|
||||||
</a>
|
</a>
|
||||||
<nav class="flex items-center gap-8 text-sm" aria-label="Primary">
|
<nav class="flex items-center gap-8 text-sm" aria-label="Primary">
|
||||||
|
|||||||
Reference in New Issue
Block a user