'use client' import { Box } from '@chakra-ui/react' export default function About() { return ( About The stuff is here This is the Box ) }