import type { Metadata } from "next"; import "./globals.css"; import Sidebar from "@/components/Sidebar"; export const metadata: Metadata = { title: "ClinicalMatch AI — Precision Trial Recruitment", description: "A2A-powered clinical trial matching using FHIR R4 and AI", }; export default function RootLayout({ children }: { children: React.ReactNode }) { return (