diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 1e562c5..12f4b85 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -16,81 +16,24 @@ export default function PricingPage() { const plans = [ { - title: "Starter", - price: "₹20", - period: "/month", - features: [ - "1 GB RAM", - "1 vCPU Core", - "10 GB NVMe SSD", - "Up to 20 Players", - "DDoS Protection", - "24/7 Support", - "Daily Backups", - "Full FTP Access", - ], - buttonText: "Deploy Server", - buttonHref: "https://panel.hexacraft.hosting/order", - highlighted: false, + title: "Starter", price: "₹20", period: "/month", features: [ + "1 GB RAM", "1 vCPU Core", "10 GB NVMe SSD", "Up to 20 Players", "DDoS Protection", "24/7 Support", "Daily Backups", "Full FTP Access"], + buttonText: "Deploy Server", buttonHref: "https://panel.hexacraft.hosting/order", highlighted: false, }, { - title: "Professional", - price: "₹40", - period: "/month", - features: [ - "2 GB RAM", - "2 vCPU Cores", - "20 GB NVMe SSD", - "Up to 50 Players", - "DDoS Protection", - "Priority Support", - "Hourly Backups", - "Full FTP Access", - "Modpack Support", - ], - buttonText: "Deploy Server", - buttonHref: "https://panel.hexacraft.hosting/order", - highlighted: false, + title: "Professional", price: "₹40", period: "/month", features: [ + "2 GB RAM", "2 vCPU Cores", "20 GB NVMe SSD", "Up to 50 Players", "DDoS Protection", "Priority Support", "Hourly Backups", "Full FTP Access", "Modpack Support"], + buttonText: "Deploy Server", buttonHref: "https://panel.hexacraft.hosting/order", highlighted: false, }, { - title: "Ultimate", - price: "₹80", - period: "/month", - features: [ - "4 GB RAM", - "4 vCPU Cores", - "40 GB NVMe SSD", - "Up to 100 Players", - "Advanced DDoS Protection", - "Priority Support", - "Real-time Backups", - "Full FTP Access", - "Modpack Support", - "Plugin Installation", - ], - buttonText: "Deploy Server", - buttonHref: "https://panel.hexacraft.hosting/order", - highlighted: true, + title: "Ultimate", price: "₹80", period: "/month", features: [ + "4 GB RAM", "4 vCPU Cores", "40 GB NVMe SSD", "Up to 100 Players", "Advanced DDoS Protection", "Priority Support", "Real-time Backups", "Full FTP Access", "Modpack Support", "Plugin Installation"], + buttonText: "Deploy Server", buttonHref: "https://panel.hexacraft.hosting/order", highlighted: true, }, { - title: "Enterprise", - price: "₹160", - period: "/month", - features: [ - "8 GB RAM", - "8 vCPU Cores", - "80 GB NVMe SSD", - "Unlimited Players", - "Enterprise DDoS Protection", - "Dedicated Support", - "Real-time Backups", - "Full FTP Access", - "All Modpack Types", - "Custom Configurations", - ], - buttonText: "Deploy Server", - buttonHref: "https://panel.hexacraft.hosting/order", - highlighted: false, + title: "Enterprise", price: "₹160", period: "/month", features: [ + "8 GB RAM", "8 vCPU Cores", "80 GB NVMe SSD", "Unlimited Players", "Enterprise DDoS Protection", "Dedicated Support", "Real-time Backups", "Full FTP Access", "All Modpack Types", "Custom Configurations"], + buttonText: "Deploy Server", buttonHref: "https://panel.hexacraft.hosting/order", highlighted: false, }, ]; @@ -117,10 +60,10 @@ export default function PricingPage() {
@@ -166,7 +109,7 @@ export default function PricingPage() { {plan.title}
{item.a}
@@ -261,22 +196,16 @@ export default function PricingPage() { socialLinks={[ { icon: Twitter, - href: "https://twitter.com/hexacraft", - ariaLabel: "HexaCraft Twitter", - }, + href: "https://twitter.com/hexacraft", ariaLabel: "HexaCraft Twitter"}, { icon: Github, - href: "https://github.com/hexacraft", - ariaLabel: "HexaCraft GitHub", - }, + href: "https://github.com/hexacraft", ariaLabel: "HexaCraft GitHub"}, { icon: Mail, - href: "mailto:support@hexacraft.hosting", - ariaLabel: "HexaCraft Email", - }, + href: "mailto:support@hexacraft.hosting", ariaLabel: "HexaCraft Email"}, ]} />