diff --git a/locales/en.json b/locales/en.json index 08950e5..1658508 100644 --- a/locales/en.json +++ b/locales/en.json @@ -1,6 +1,6 @@ { "common": { - "welcome": "Vänner Bäst.", + "welcome": "Welcome to Vänner Bäst.", "desc": "A Young Royals fan website with links to different discussion spaces.", "watch": { "title": "Watch", diff --git a/locales/eo.json b/locales/eo.json index c61ce31..68e0515 100644 --- a/locales/eo.json +++ b/locales/eo.json @@ -1,6 +1,6 @@ { "common": { - "welcome": "Vänner Bäst.", + "welcome": "Bonvenon al Vänner Bäst.", "desc": "Young Royals Fan-retejo kun ligoj al diversaj diskutaj spacoj.", "watch": { "title": "Viglu", diff --git a/locales/es.json b/locales/es.json index 8a18c1b..1135f61 100644 --- a/locales/es.json +++ b/locales/es.json @@ -1,6 +1,6 @@ { "common": { - "welcome": "Vänner Bäst.", + "welcome": "Bienvenid@ a Vänner Bäst.", "desc": "Un sitio web de fans de Young Royals con enlaces a diferentes espacios de discusión.", "watch": { "title": "Ver", diff --git a/pages/index.tsx b/pages/index.tsx index f3b3fa4..3e6b0ba 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -4,6 +4,7 @@ import styles from '../styles/Home.module.css' import { useRouter } from 'next/router' import { useTranslations } from 'next-intl' import { GetStaticPropsContext, InferGetStaticPropsType } from 'next' +import Image from 'next/image' export function getStaticProps({locale}: GetStaticPropsContext) { return { @@ -28,6 +29,7 @@ export default function Home() {
+ Young Royals

{t('welcome')}

diff --git a/public/yr.jpg b/public/yr.jpg new file mode 100644 index 0000000..2a752a9 Binary files /dev/null and b/public/yr.jpg differ