import type { Metadata } from 'next'; import './globals.css'; import AuthGate from '@/components/AuthGate'; export const metadata: Metadata = { title: 'GOLDMINT — 돈복사 시스템', description: 'BTC/ETH Futures 자동매매 시스템 · 돈이 복사되는 시스템', }; export default function RootLayout({ children }: { children: React.ReactNode }) { return (