From 8f308e67b0fd1cc7ca878fc4547db3db379bcfdd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:24:00 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 123 +++++++++------------------------------ 1 file changed, 26 insertions(+), 97 deletions(-) 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() {
-
+
-

+

Simple, Transparent Pricing

@@ -166,7 +109,7 @@ export default function PricingPage() { {plan.title}

- + {plan.price} {plan.period} @@ -214,7 +157,7 @@ export default function PricingPage() {
-
+

Frequently Asked Questions @@ -223,27 +166,19 @@ export default function PricingPage() {
{[ { - q: "Can I upgrade my plan later?", - a: "Yes! You can upgrade anytime. Your data migrates automatically with zero downtime, and billing adjusts proportionally.", - }, + q: "Can I upgrade my plan later?", a: "Yes! You can upgrade anytime. Your data migrates automatically with zero downtime, and billing adjusts proportionally."}, { - q: "What payment methods do you accept?", - a: "We accept Credit/Debit Cards, UPI, Net Banking, Digital Wallets, and Bank Transfers for enterprise accounts.", - }, + q: "What payment methods do you accept?", a: "We accept Credit/Debit Cards, UPI, Net Banking, Digital Wallets, and Bank Transfers for enterprise accounts."}, { - q: "Is there a refund policy?", - a: "Absolutely! We offer a 7-day money-back guarantee. After that, you can get prorated refunds for early cancellation.", - }, + q: "Is there a refund policy?", a: "Absolutely! We offer a 7-day money-back guarantee. After that, you can get prorated refunds for early cancellation."}, { - q: "Are there any hidden fees?", - a: "No! What you see is what you pay. ₹20 per GB RAM with no setup fees, no hidden charges, no surprise costs.", - }, + q: "Are there any hidden fees?", a: "No! What you see is what you pay. ₹20 per GB RAM with no setup fees, no hidden charges, no surprise costs."}, ].map((item, index) => (
-

+

{item.q}

{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"}, ]} />
); -} \ No newline at end of file +}