import {SiteFooter} from '@/components/site-footer'; interface InitLayoutProps { children: React.ReactNode; } export function InitLayout({children}: InitLayoutProps) { return (