import React from 'react'; export function Page({ title, children }: { title: string; children?: React.ReactNode }) { return (