import { ArrowForwardIcon } from '@chakra-ui/icons'; import { Button, Flex, Heading, Icon, Spacer, Text } from '@chakra-ui/react'; import { CurrentWalletCard } from '@site/components/CurrentWalletCard'; import { Layout } from '@site/components/Layout'; import { Link } from '@site/components/Link'; import Head from 'next/head'; import { AiOutlineGithub } from 'react-icons/ai'; function Page() { return ( Home | Web3 Wallet A{' '} Modular ,{' '} Extensible {' '} and{' '} Flexible {' '} web3 wallet framework for building dApps ); } export default Page;