import { Box } from "@chakra-ui/react" import Link, { type LinkProps } from "next/link" export const Anchor = (props: LinkProps) => { return ( ) }