Welcome to Next.js!
Get started by editing{' '}
pages/index.tsx
import Layout from '@components/Layouts/Layout'; import { NextPageWithLayout } from '@ts/types/app'; import { loadTranslation } from '@utils/helpers/i18n'; import { GetStaticProps } from 'next'; import Head from 'next/head'; import Image from 'next/image'; import type { ReactElement } from 'react'; import styles from '../styles/Home.module.css'; const Home: NextPageWithLayout = () => { return (
Get started by editing{' '}
pages/index.tsx