import React, { type ReactElement, type ReactNode } from 'react' import Layout from '@/components/default' import Link from 'next/link' interface Iprops { children?: ReactNode } const Profile = (props: Iprops) => { return (