export default function SolutionsLayout({ children }) { return ( <> <h1>Solutions Layout</h1> <main>{children}</main> <h1>Solutions Footer Test</h1> </> ) }