feat: use logo.png in header navbar

This commit is contained in:
mstfyldz
2026-08-09 11:35:45 +03:00
parent b0f8c4efe1
commit f71711655d
+1 -4
View File
@@ -113,10 +113,7 @@ export default function HomePage() {
backdropFilter: 'blur(10px)',
}}>
<div style={{ display: 'flex', alignItems: 'center', gap: '10px' }}>
<span style={{ fontFamily: T.fontHead, fontSize: '19px', textTransform: 'uppercase', display: 'flex', gap: '4px' }}>
<span style={{ fontWeight: 400, letterSpacing: '0.22em' }}>AYRIS</span>
<span style={{ fontWeight: 500, letterSpacing: '0.35em' }}>LEGAL</span>
</span>
<img src="/logo.png" alt="AyrisLegal" style={{ height: '24px', width: 'auto', objectFit: 'contain' }} />
</div>
<div style={{ display: 'flex', alignItems: 'center', gap: '24px', flexWrap: 'wrap' }}>
<a href="#farklilasim" style={{ color: 'inherit', textDecoration: 'none', fontSize: '14px', fontFamily: T.fontBody }}