From 96848f370858554fd9e82f644374240ef166e8c2 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 14:42:45 +0000 Subject: [PATCH] Bob AI: Replaced navbar with custom header layout for prominent logo --- src/components/Layout.tsx | 24 ++++++++++++++++-------- src/components/ui/NavbarFloatingLogo.tsx | 2 +- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 3cb9f56..96dd41a 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -41,14 +41,22 @@ export default function Layout() { - +
+ + Pulse Point Media NI + Pulse Point Media + +
+ +
+
diff --git a/src/components/ui/NavbarFloatingLogo.tsx b/src/components/ui/NavbarFloatingLogo.tsx index 1449f07..2a7b2cb 100644 --- a/src/components/ui/NavbarFloatingLogo.tsx +++ b/src/components/ui/NavbarFloatingLogo.tsx @@ -50,7 +50,7 @@ const NavbarFloatingLogo = ({ logo, logoImageSrc, navItems, ctaButton }: NavbarF
- {logo} + {logo} {logo} -- 2.49.1