From 29f6b253bf02b4d06e5093ecd7d9c12578609e48 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 21 Apr 2026 16:48:24 +0300 Subject: [PATCH] Bob AI: Modify the existing navbar component to be floating (fixed p --- src/App.tsx | 4 ++-- src/components/ui/NavbarCentered.tsx | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 735123a..50dfe48 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,7 +11,7 @@ import TestimonialMetricsCards from '@/components/sections/testimonial/Testimoni export default function App() { return ( - <> +
- +
); } \ No newline at end of file diff --git a/src/components/ui/NavbarCentered.tsx b/src/components/ui/NavbarCentered.tsx index de8cb8c..d857d62 100644 --- a/src/components/ui/NavbarCentered.tsx +++ b/src/components/ui/NavbarCentered.tsx @@ -59,19 +59,19 @@ const NavbarCentered = ({ logo, navItems, ctaButton }: NavbarCenteredProps) => { <>