diff --git a/src/app/page.js b/src/app/page.js index c92efc4..681579c 100644 --- a/src/app/page.js +++ b/src/app/page.js @@ -33,7 +33,7 @@ export default function Home(ctx) { return (
- +
diff --git a/src/components/Hero/Hero.js b/src/components/Hero/Hero.js index 37a66d8..b613fe0 100755 --- a/src/components/Hero/Hero.js +++ b/src/components/Hero/Hero.js @@ -9,19 +9,16 @@ import styles from './Hero.module.css'; import { DiscordLogo, GithubLogo, Heart } from 'phosphor-react-sc'; -export default function Hero() { +export default function Hero({ locale }) { return (
-

Game servers

- Recreated. - - Pretendo is a free and open source replacement for Nintendos servers for both the 3DS and Wii U, - allowing online connectivity for all, even after the original servers are discontinued - +

{locale.hero.subtitle}

+ {locale.hero.title} + {locale.hero.text}