From b3b908e9a1106b8e9202167f917654542df49f9a Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 26 Feb 2026 23:06:47 +0200 Subject: [PATCH] Bob AI: Replace the current NavbarLayoutFloatingInline navbar with a --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80073aa..ae0181b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Award, ChefHat, Facebook, Heart, Instagram, Mail, Sparkles, Twitter } from "lucide-react"; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; export default function LandingPage() { return ( @@ -26,7 +27,7 @@ export default function LandingPage() { headingFontWeight="bold" > -- 2.49.1