import { chakra } from '@chakra-ui/react' import React from 'react' type Props = { baseTop?: string } export const BackgroundPolygons = ({ baseTop = '100px' }: Props) => { return ( <> ) } const DemiCircle = () => ( ) const Triangle = () => ( )