feat(layout): add logo image and favicon styling

This commit is contained in:
2026-02-10 14:03:00 +01:00
parent 5339f4aad0
commit de96dcbda9
3 changed files with 17 additions and 2 deletions
+4 -2
View File
@@ -22,6 +22,9 @@ const { title, description = "AI-Native code editor built with Rust and Tauri. F
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zblade.dev" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/zblade-logo.png" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
@@ -51,8 +54,7 @@ const { title, description = "AI-Native code editor built with Rust and Tauri. F
<div class="container">
<div class="header-content">
<a href="/" class="logo">
<span class="logo-line-1">ZAGUÁN</span>
<span class="logo-line-2">BLADE</span>
<img src="/zblade-logo.png" alt="Zaguán Blade" class="logo-image" />
</a>
<nav class="nav">
<a href="/#features">Features</a>