export const Section = ({ children, }: Readonly<{ children: React.ReactNode }>) => { return (
{children}
); };