import "./globals.css"; import React from "react"; export const metadata = { title: "汇龙兴达 | 臻影智造", description: "中国领先的智能影像系统提供商", }; export default function RootLayout({ children }: { children: React.ReactNode }) { return ( {children} ); }