Bob AI: Changed navbar to NavbarDropdown to remove oval shape and ad
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import NavbarFloating from '@/components/ui/NavbarFloating';
|
||||
import NavbarDropdown from '@/components/ui/NavbarDropdown';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot";
|
||||
import { Outlet } from 'react-router-dom';
|
||||
@@ -41,7 +41,7 @@ export default function Layout() {
|
||||
<StyleProvider buttonVariant="magnetic" siteBackground="noiseGradient" heroBackground="lightRaysCorner">
|
||||
<SiteBackgroundSlot />
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloating
|
||||
<NavbarDropdown
|
||||
logo="AC&HS Meridian"
|
||||
ctaButton={{
|
||||
text: "Schedule Service",
|
||||
|
||||
Reference in New Issue
Block a user