const BG_URL = 'https://s3.portnimara.com/images/Overhead_1_blur.png'; const LOGO_URL = 'https://s3.portnimara.com/images/Port%20Nimara%20New%20Logo-Circular%20Frame_250px.png'; export function PortalAuthShell({ children }: { children: React.ReactNode }) { return (
{/* eslint-disable-next-line @next/next/no-img-element */} Port Nimara
{children}
); }