From afea83668a2e90fb9e6aac4bedf6c754e1145cd7 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 26 Feb 2026 23:48:06 +0200 Subject: [PATCH] Bob AI: Replace the current NavbarLayoutFloatingOverlay navbar with --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 117436c..b0b5045 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -9,6 +9,7 @@ import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwe import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; export default function BakeryPage() { return ( @@ -25,7 +26,7 @@ export default function BakeryPage() { headingFontWeight="light" >