import type { ReactNode } from 'react'; import './globals.css'; const navItems = [ { href: '/', label: 'Home' }, { href: '/tour', label: 'Tour' }, { href: '/agents', label: 'Agents' }, { href: '/status', label: 'Status' } ]; export const metadata = { title: 'BlackRoad OS · Demo Showcase', description: 'End-to-end sample of the BlackRoad OS surface area' }; export default function RootLayout({ children }: { children: ReactNode }) { return (
BlackRoad OS