From 1096bd8ec3b42d73391d8f50c5a91883be7ee2b5 Mon Sep 17 00:00:00 2001 From: RizonFTW Date: Sun, 18 Jan 2026 14:17:42 +0000 Subject: [PATCH] fix: pricing on hytale page --- app/games/hytale/page.tsx | 251 +++++++++++++++++++------------------- 1 file changed, 127 insertions(+), 124 deletions(-) diff --git a/app/games/hytale/page.tsx b/app/games/hytale/page.tsx index 0281bdb..b025fb8 100644 --- a/app/games/hytale/page.tsx +++ b/app/games/hytale/page.tsx @@ -3,148 +3,151 @@ import { GameFeatures } from "@/packages/ui/components/Layouts/Games/game-featur import { GamePricing } from "@/packages/ui/components/Layouts/Games/game-pricing" import { GameFAQ } from "@/packages/ui/components/Layouts/Games/game-faq" import type { Metadata } from "next" +import { getTranslations } from "next-intl/server" export const metadata: Metadata = { title: "Hytale Server Hosting", description: "Set out on an adventure built for both creation and play. Hytale blends the freedom of a sandbox with the momentum of an RPG: explore a procedurally generated world full of dungeons, secrets, and a variety of creatures, then shape it block by block.", } -const features = [ - { - title: "Instant Setup", - description: "One purchased, the server will install instantly and will install a performance plugin for optimal performance.", - icon: "Zap" as const, - highlights: [ - "Fast Install", - "Optimized configurations", - "Pre-built templates", - "Quick deployment", - ], - }, - { - title: "Mod Support", - description: "Full support for Hytale's modding capabilities. Create and host your custom experiences.", - icon: "Settings" as const, - highlights: [ - "Custom mod support", - "Easy mod management", - "Auto-updates", - ], - }, - { - title: "High Performance", - description: "Enterprise grade hardware ready to deliver smooth gameplay for your Hytale community.", - icon: "Cpu" as const, - highlights: [ - "Latest gen CPUs", - "NVMe SSD storage", - "High-speed networking", - "Low latency", - ], - }, - { - title: "DDoS Protection", - description: "Your server will be protected by FyfeWeb's enterprise-grade DDoS mitigation from day one.", - icon: "Shield" as const, - highlights: [ - "Always-on protection", - "FyfeWeb network filtering", - "Zero downtime", - "UK London POPs", - ], - }, - { - title: "UK Data Centers", - description: "Servers hosted in UK data centers with London POPs for excellent latency across the UK and Europe.", - icon: "Globe" as const, - highlights: [ - "London POPs", - "Low latency routing", - "FyfeWeb network", - "UK coverage", - ], - }, - { - title: "24/7 Support", - description: "Our expert support team will be ready to help you with any Hytale hosting questions.", - icon: "Server" as const, - highlights: [ - "24/7 availability", - "Game experts", - "Fast response times", - "Discord support", - ], - }, -] +export default async function HytalePage() { + const t = await getTranslations() -const faqs = [ - { - question: "What features are supported?", - answer: "We support all Hytale server features including mods, custom worlds, and multiplayer.", - }, - { - question: "Is there be mod support?", - answer: "Yes, we support Hytale's modding capabilities.", - }, - { - question: "What regions will be available?", - answer: "We offer Hytale hosting from our UK data centers with London POPs powered by FyfeWeb, providing excellent coverage across the UK and Europe.", - }, -] - -const plans = [ + const features = [ + { + title: "Instant Setup", + description: "One purchased, the server will install instantly and will install a performance plugin for optimal performance.", + icon: "Zap" as const, + highlights: [ + "Fast Install", + "Optimized configurations", + "Pre-built templates", + "Quick deployment", + ], + }, + { + title: "Mod Support", + description: "Full support for Hytale's modding capabilities. Create and host your custom experiences.", + icon: "Settings" as const, + highlights: [ + "Custom mod support", + "Easy mod management", + "Auto-updates", + ], + }, + { + title: "High Performance", + description: "Enterprise grade hardware ready to deliver smooth gameplay for your Hytale community.", + icon: "Cpu" as const, + highlights: [ + "Latest gen CPUs", + "NVMe SSD storage", + "High-speed networking", + "Low latency", + ], + }, { - name: "Starter", - description: "Perfect for small communities and testing.", - priceGBP: 4, - period: "£5.00", - features: [ - "AMD Ryzen™ 9 5900X", - "4GB RAM", - "40GB SSD Storage", - "10 Database", - "DDoS Protection", - "BytePanel", - "99.9% Uptime SLA", + title: "DDoS Protection", + description: "Your server will be protected by FyfeWeb's enterprise-grade DDoS mitigation from day one.", + icon: "Shield" as const, + highlights: [ + "Always-on protection", + "FyfeWeb network filtering", + "Zero downtime", + "UK London POPs", ], - url: "https://billing.nodebyte.host/store/hytale-hosting/starter" }, { - name: "Standard", - description: "Perfect for growing communities and performance.", - priceGBP: 6, - period: "£7.50", - features: [ - "AMD Ryzen™ 9 5900X", - "6GB RAM", - "60GB SSD Storage", - "10 Database", - "DDoS Protection", - "BytePanel", - "99.9% Uptime SLA", + title: "UK Data Centers", + description: "Servers hosted in UK data centers with London POPs for excellent latency across the UK and Europe.", + icon: "Globe" as const, + highlights: [ + "London POPs", + "Low latency routing", + "FyfeWeb network", + "UK coverage", ], - url: "https://billing.nodebyte.host/store/hytale-hosting/standard" }, { - name: "Performance", - description: "Perfect for large communities and high performance.", - priceGBP: 7.5, - period: "£10.00", - popular: true, - features: [ - "AMD Ryzen™ 9 5900X", - "8GB RAM", - "80GB SSD Storage", - "10 Database", - "DDoS Protection", - "BytePanel", - "99.9% Uptime SLA", + title: "24/7 Support", + description: "Our expert support team will be ready to help you with any Hytale hosting questions.", + icon: "Server" as const, + highlights: [ + "24/7 availability", + "Game experts", + "Fast response times", + "Discord support", ], - url: "https://billing.nodebyte.host/store/hytale-hosting/performance" }, ] -export default function HytalePage() { + const faqs = [ + { + question: "What features are supported?", + answer: "We support all Hytale server features including mods, custom worlds, and multiplayer.", + }, + { + question: "Is there be mod support?", + answer: "Yes, we support Hytale's modding capabilities.", + }, + { + question: "What regions will be available?", + answer: "We offer Hytale hosting from our UK data centers with London POPs powered by FyfeWeb, providing excellent coverage across the UK and Europe.", + }, + ] + + const plans = [ + { + name: "Starter", + description: "Perfect for small communities and testing.", + priceGBP: 5.00, + period: t("pricing.perMonth"), + features: [ + "AMD Ryzen™ 9 5900X", + "4GB RAM", + "40GB SSD Storage", + "10 Database", + "DDoS Protection", + "BytePanel", + "99.9% Uptime SLA", + ], + url: "https://billing.nodebyte.host/store/hytale-hosting/starter" + }, + { + name: "Standard", + description: "Perfect for growing communities and performance.", + priceGBP: 7.50, + period: t("pricing.perMonth"), + features: [ + "AMD Ryzen™ 9 5900X", + "6GB RAM", + "60GB SSD Storage", + "10 Database", + "DDoS Protection", + "BytePanel", + "99.9% Uptime SLA", + ], + url: "https://billing.nodebyte.host/store/hytale-hosting/standard" + }, + { + name: "Performance", + description: "Perfect for large communities and high performance.", + priceGBP: 10.00, + period: t("pricing.perMonth"), + popular: true, + features: [ + "AMD Ryzen™ 9 5900X", + "8GB RAM", + "80GB SSD Storage", + "10 Database", + "DDoS Protection", + "BytePanel", + "99.9% Uptime SLA", + ], + url: "https://billing.nodebyte.host/store/hytale-hosting/performance" + }, + ] + return ( <>