import FooterSimpleMedia from '@/components/sections/footer/FooterSimpleMedia'; import NavbarFloatingLogo from '@/components/ui/NavbarFloatingLogo'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; import { Outlet } from 'react-router-dom'; import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { "name": "Services", "href": "#services" }, { "name": "Reviews", "href": "#reviews" }, { "name": "Location", "href": "#location" }, { "name": "Hero", "href": "#hero" }, { "name": "Why Choose Us", "href": "#why-choose-us" }, { "name": "Team", "href": "#team" }, { "name": "Gallery", "href": "#gallery" } ]; return (
); }