2
0

docs(lp): 📝 Change SEO related info

This commit is contained in:
Baptiste Arnaud
2022-03-17 14:37:00 +01:00
parent d0ece4cc8f
commit 8ba231f393
13 changed files with 13 additions and 36 deletions

View File

@ -1,4 +1,3 @@
import { useColorModeValue } from '@chakra-ui/react'
import { Variants } from 'framer-motion'
import * as React from 'react'
import { MotionBox, MotionBoxProps } from './MotionBox'
@ -9,14 +8,13 @@ export const NavMenu = (props: MotionBoxProps) => (
variants={variants}
outline="0"
opacity="0"
bg={useColorModeValue('white', 'gray.800')}
bgGradient="linear(to-b, gray.900, gray.800)"
w="full"
shadow="lg"
px="4"
pos="absolute"
insetX="0"
pt="6"
pb="12"
py="12"
{...props}
/>
)