diff --git a/app/locales/message-en.json b/app/locales/message-en.json index b485426..d31d615 100644 --- a/app/locales/message-en.json +++ b/app/locales/message-en.json @@ -11,5 +11,39 @@ "developedBy": "Developed by our contributors", "description": "Spacebar Network (SPBR) is an extension of Splatfestival Network (SPFN), which aims to be a Nintendo Network recreation primarily for hosting Splatfests. Spacebar is separate from this purpose, though we remain partnered with Splatfestival.", "copyright": "Spacebar Network. All rights reserved." + }, + "home": { + "spotlight": { + "titlePart1": "We do justice to the Wii ", + "titlePart2": "U", + "subtext": "Our service is designed to give the Wii U the treatment it deserves: pure royalty. We are dedicated to providing a stable, secure, and authentic online experience that recaptures the original magic of the Nintendo Network. By prioritizing reliability and nostalgia, we ensure that your favorite console remains a vibrant portal to the games and communities you love.", + "hintText": "Pssst.. our codebase is open source! Check out our Forgejo repository to see how we bring the Wii U back to life, and maybe even contribute yourself: " + }, + "featuresSection": { + "title": "Everything you miss about the Wii U online experience", + "description": "Spacebar Network is built from the ground up, and we use everything in our power to make the experience fast.", + "items": { + "stable": { + "title": "Stable Experience", + "description": "Unlike other services, ours aims to be lightweight and efficient, allowing us to support more players than ever seen before." + }, + "secure": { + "title": "Safe & Secure", + "description": "Active moderation and robust server architecture keep the community friendly, toxic-free, and safe for all." + }, + "openSource": { + "title": "Open Source Spirit", + "description": "Built by fans, for fans. Our server frameworks are transparent, community-reviewed, and open for contributions from fellow developers." + } + } + }, + "ctaSection": { + "title": "Dust off your GamePad", + "description": "The Wii U era doesn't have to end. Join Spacebar Network today and help build a thriving, nostalgic community of active players.", + "links": { + "guide": "Setup Guide", + "repo": "Forgejo Repository" + } + } } } \ No newline at end of file diff --git a/app/pages/index.vue b/app/pages/index.vue index 070cb14..a645daf 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -1,3 +1,7 @@ + +