import { Box, VStack, Button, Flex, Divider, chakra, Grid, GridItem, Container, } from '@chakra-ui/react' import Link from 'next/link' export default function SupportTheProject() { return ( Support The Project Maintaining this open-source project requires resources and dedication. By becoming a patron, your contributions will directly support the development, enabling implementation of new features, enhance performance, and ensure the highest level of security and reliability. ) }