import FooterBrand from '@/components/sections/footer/FooterBrand'; import NavbarCentered from '@/components/ui/NavbarCentered'; import { Outlet } from 'react-router-dom'; export default function Layout() { const navItems = [ { "name": "Services", "href": "#services" }, { "name": "Expertise", "href": "#expertise" }, { "name": "Success", "href": "#testimonials" }, { "name": "FAQ", "href": "#faq" } ]; return ( <>
); }