Bob AI: Change navbar to centered layout to display logo above items
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import FooterMinimal from '@/components/sections/footer/FooterMinimal';
|
||||
import NavbarInline from '@/components/ui/NavbarInline';
|
||||
import NavbarCentered from '@/components/ui/NavbarCentered';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot";
|
||||
import { Instagram, Phone } from "lucide-react";
|
||||
@@ -42,7 +42,7 @@ export default function Layout() {
|
||||
<StyleProvider buttonVariant="shift" siteBackground="noise" heroBackground="cornerGlow">
|
||||
<SiteBackgroundSlot />
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarInline
|
||||
<NavbarCentered
|
||||
logo="Entre Elas Vila Isabel"
|
||||
ctaButton={{
|
||||
text: "Agendar Agora",
|
||||
|
||||
Reference in New Issue
Block a user