Switch to version 1: modified src/components/Layout.tsx

This commit is contained in:
2026-06-13 17:06:48 +00:00
parent 3c423bc4d9
commit afdbf8b90e

View File

@@ -1,5 +1,5 @@
import FooterSimpleCard from '@/components/sections/footer/FooterSimpleCard';
import NavbarFullscreen from '@/components/ui/NavbarFullscreen';
import NavbarFloating from '@/components/ui/NavbarFloating';
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="bounce" siteBackground="floatingGradient" heroBackground="gradientBars">
<SiteBackgroundSlot />
<SectionErrorBoundary name="navbar">
<NavbarFullscreen
<NavbarFloating
logo="Anand Family Salon"
ctaButton={{
text: "Book Now",