import FooterSimpleReveal from '@/components/sections/footer/FooterSimpleReveal'; import NavbarCentered from '@/components/ui/NavbarCentered'; import { Outlet } from 'react-router-dom'; export default function Layout() { const navItems = [ { name: "About", href: "#about" }, { name: "Experience", href: "#features" }, { name: "Films", href: "#product" }, { name: "Pricing", href: "#pricing" } ]; return ( <>
); }