faq banner
This commit is contained in:
5631
package-lock.json
generated
Normal file
5631
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,7 @@ const HeroHeader = ({title,content,showButtons}) => {
|
||||
return (
|
||||
<>
|
||||
<Box backgroundColor={'#0041180D'} h={'360px'} display={'flex'} justifyContent={'center'} alignContent={'center'} flexDirection={'column'} textAlign={'center'}>
|
||||
<Heading as='h2' mb={'14px'} fontSize={'52px'} color={'#000'} width={'40%'} m={'auto'}>{title}</Heading>
|
||||
<Heading as='h2' mb={'14px'} fontSize={'52px'} color={'#000'} width={'40%'} m={'0px auto'}>{title}</Heading>
|
||||
<Text fontFamily={'DM sans'} fontSize={'20px'} mb={'0'} fontWeight={'500'}>{content}</Text>
|
||||
{showButtons && (
|
||||
// <Box width={'100%'} >
|
||||
|
||||
Reference in New Issue
Block a user