From 31e9a6909e0b3c014d81c8c45dac44460730cfca Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 29 Jun 2026 13:38:56 +0000 Subject: [PATCH] Bob AI: Changed navbar to sticky NavbarFloating with Get Started but --- src/components/Layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index f89d38b..f9021e6 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -1,5 +1,5 @@ import FooterMinimal from '@/components/sections/footer/FooterMinimal'; -import NavbarCentered from '@/components/ui/NavbarCentered'; +import NavbarFloating from '@/components/ui/NavbarFloating'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; import { Instagram, Linkedin, Twitter } from "lucide-react"; @@ -42,7 +42,7 @@ export default function Layout() { -