diff --git a/src/app/[locale]/components/HomePage.tsx b/src/app/[locale]/components/HomePage.tsx index 9263ccde..2a696ca4 100644 --- a/src/app/[locale]/components/HomePage.tsx +++ b/src/app/[locale]/components/HomePage.tsx @@ -1,5 +1,5 @@ import { type ReactElement } from 'react'; -import { Box, Typography, Button, Container, Divider } from '@mui/material'; +import { Box, Typography, Button, Container, Divider, Paper } from '@mui/material'; import { Search, CheckCircleOutlineOutlined, @@ -25,23 +25,37 @@ const ActionBox = ({ buttonHref, buttonText, }: ActionBoxProps): React.ReactElement => ( - theme.shadows[2], + }, }} > - - - - + ); /** @@ -172,18 +186,19 @@ export default async function HomePage(): Promise { buttonText={t('signUpApi')} /> - { {t('validatorOutro')} - + );