export const metadata = { robots: { index: false, follow: false }, }; export default function PaymentLayout({ children }) { return children; }