faq banner

This commit is contained in:
YasinShaikh123
2024-06-21 12:32:43 +05:30
parent f129ff097d
commit 2ed9f46f6b
3 changed files with 6061 additions and 665 deletions

5631
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -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%'} >

1093
yarn.lock

File diff suppressed because it is too large Load Diff