import { Box } from "@chakra-ui/react";
export default function Security() {
return (
<Box color="white" bg="tomato">
Heya
</Box>
);
}