Bob AI: Added logo image and updated header text to Noor and Noir St

This commit is contained in:
kudinDmitriyUp
2026-07-05 16:18:05 +00:00
parent c717bfc62e
commit c1105f44ef
2 changed files with 4 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ export default function Layout() {
<SiteBackgroundSlot />
<SectionErrorBoundary name="navbar">
<NavbarFullscreenStatic
logo="Noor & Noir Studio"
logo="Noor and Noir Studio"
ctaButton={{
text: "Get in touch",
href: "/contact",

View File

@@ -45,9 +45,10 @@ const NavbarFullscreenStatic = ({ logo, navItems, ctaButton }: NavbarFullscreenS
<div className="absolute z-10 top-5 left-1/2 -translate-x-1/2 flex items-center justify-between w-content-width pointer-events-auto">
<a
href="/"
className="text-xl font-medium text-background"
className="text-xl font-medium text-background flex items-center gap-3"
>
{logo}
<img src="https://storage.googleapis.com/webild/users/user_3G5derssVxjqrVSo3ygGVFCInNC/uploaded-1783268235045-8qnafq0i.png" alt="Logo" className="h-10 w-auto object-contain" />
<span>{logo}</span>
</a>
<div className="flex items-center gap-2 xl:gap-3 2xl:gap-4">