Bob AI: Added logo image and updated header text to Noor and Noir St
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user