import Head from 'next/head'; import { Box, Container, Stack, Typography, Unstable_Grid2 as Grid } from '@mui/material'; import { Layout as DashboardLayout } from 'src/layouts/dashboard/layout'; import { AccountProfile } from 'src/sections/account/account-profile'; import { AccountProfileDetails } from 'src/sections/account/account-profile-details'; const Page = () => ( <>