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