diff --git a/pages/index.tsx b/pages/index.tsx index 2acbda8..7496529 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -6,10 +6,10 @@ import Form from '../components/Form'; import Card from '../components/Card'; import Page from '../components/Page'; import Alert from '../components/Alert'; -import { useEffect, useState } from 'react'; +import React, { useEffect, useState } from 'react'; import { isIOS, isSafari, isAndroid} from 'react-device-detect'; import usePassCount from "../src/hooks/use_pass_count"; - +import Link from 'next/link' function Index(): JSX.Element { const { t } = useTranslation(['common', 'index', 'errors']); @@ -82,7 +82,12 @@ function Index(): JSX.Element {
  • Extra details added to FAQs

  • {t('common:continueSpirit')}

    - +
    + + + Click here for a video demo + +   }/>