feat: Add SiteMente logo to landing and demos pages

This commit is contained in:
root
2026-02-16 14:31:22 +00:00
parent 1098027de2
commit e562ed7cb3
3 changed files with 1 additions and 3 deletions
+1 -3
View File
@@ -122,9 +122,7 @@ export default function DemosPage() {
<header className="border-b border-white/10 bg-[#1a1625]/90 backdrop-blur sticky top-0 z-50"> <header className="border-b border-white/10 bg-[#1a1625]/90 backdrop-blur sticky top-0 z-50">
<div className="mx-auto flex w-full max-w-6xl items-center justify-between px-6 py-4"> <div className="mx-auto flex w-full max-w-6xl items-center justify-between px-6 py-4">
<a href="/" className="flex items-center gap-3"> <a href="/" className="flex items-center gap-3">
<div className="w-10 h-10 rounded-lg bg-brand-pink flex items-center justify-center"> <Image src="/sitemente-logo-light.png" alt="SiteMente" width={40} height={40} className="h-10 w-auto" />
<span className="text-xl">🌐</span>
</div>
<span className="font-bold text-xl">SiteMente</span> <span className="font-bold text-xl">SiteMente</span>
</a> </a>
<nav className="hidden md:flex items-center gap-6 text-sm font-medium"> <nav className="hidden md:flex items-center gap-6 text-sm font-medium">
Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB