import type { Metadata } from "next"; import "./globals.css"; export const metadata: Metadata = { title: "GATEPASS — AI Trust Audit | Powered by Gemma 4", description: "Self-auditing trust framework using Gemma 4 to detect hallucination, fabrication, and ethical inconsistency.", }; export default function RootLayout({ children }: { children: React.ReactNode }) { return (