import type { Metadata } from 'next' import { Inter } from 'next/font/google' import './globals.css' const inter = Inter({ subsets: ['latin'] }) export const metadata: Metadata = { title: 'SegVision — Video Segmentation', description: 'Upload any video and get real-time semantic segmentation.', } export default function RootLayout({ children }: { children: React.ReactNode }) { return (
{/* Subtle dot grid */} {/* Navbar */}