6 Commits

Author SHA1 Message Date
e195a2419e Update src/app/support/page.tsx 2026-03-05 06:24:00 +00:00
8f308e67b0 Update src/app/pricing/page.tsx 2026-03-05 06:24:00 +00:00
c65e36faac Update src/app/page.tsx 2026-03-05 06:23:59 +00:00
41efd2e555 Update src/app/layout.tsx 2026-03-05 06:23:59 +00:00
caf32cc5c4 Update src/app/features/page.tsx 2026-03-05 06:23:58 +00:00
37486a839d Merge version_1 into main
Merge version_1 into main
2026-03-05 06:08:15 +00:00
5 changed files with 146 additions and 405 deletions

View File

@@ -38,9 +38,9 @@ export default function FeaturesPage() {
</div> </div>
<div id="features-hero" data-section="features-hero"> <div id="features-hero" data-section="features-hero">
<section className="min-h-screen flex items-center justify-center px-4 md:px-6 py-20"> <section className="min-h-screen flex items-center justify-center px-4 md:px-6 py-20 bg-gradient-to-b from-background via-card/30 to-background">
<div className="max-w-6xl mx-auto text-center"> <div className="max-w-6xl mx-auto text-center">
<h1 className="text-5xl md:text-6xl font-bold mb-6 text-foreground"> <h1 className="text-5xl md:text-7xl font-bold mb-6 text-foreground bg-clip-text bg-gradient-to-r from-primary-cta via-accent to-secondary-cta text-transparent">
Powerful Features Built for Minecraft Powerful Features Built for Minecraft
</h1> </h1>
<p className="text-xl md:text-2xl text-accent"> <p className="text-xl md:text-2xl text-accent">
@@ -56,51 +56,33 @@ export default function FeaturesPage() {
description="Industry-leading features and reliability for your Minecraft server hosting needs" description="Industry-leading features and reliability for your Minecraft server hosting needs"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
animationType="slide-up" animationType="scale-rotate"
features={[ features={[
{ {
id: "instant-setup", id: "instant-setup", title: "Instant Server Setup", description:
title: "Instant Server Setup", "Deploy your Minecraft server in seconds with our automated provisioning system. Get online immediately without technical hassles.", tag: "Quick Deploy", imageSrc:
description: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/a-fast-paced-animation-showing-a-minecra-1772690806666-8bf48d5b.png?_wi=2", imageAlt: "Instant Server Setup"},
"Deploy your Minecraft server in seconds with our automated provisioning system. Get online immediately without technical hassles.",
tag: "Quick Deploy",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/a-fast-paced-animation-showing-a-minecra-1772690806666-8bf48d5b.png?_wi=2",
imageAlt: "Instant Server Setup",
},
{ {
id: "nvme-storage", id: "nvme-storage", title: "NVMe SSD Storage", description:
title: "NVMe SSD Storage", "Lightning-fast NVMe SSD storage included with every plan. Experience unmatched read/write speeds for optimal gameplay performance.", tag: "10GB SSD", imageSrc:
description: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/close-up-of-nvme-ssd-storage-drives-with-1772690806194-823b5b4c.png?_wi=3", imageAlt: "NVMe SSD Storage"},
"Lightning-fast NVMe SSD storage included with every plan. Experience unmatched read/write speeds for optimal gameplay performance.",
tag: "10GB SSD",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/close-up-of-nvme-ssd-storage-drives-with-1772690806194-823b5b4c.png?_wi=3",
imageAlt: "NVMe SSD Storage",
},
{ {
id: "powerful-cpus", id: "powerful-cpus", title: "Powerful CPUs", description:
title: "Powerful CPUs", "Enterprise-grade CPU cores paired with each RAM allocation. Dedicated processing power ensures smooth gameplay for all players.", tag: "1 vCPU/GB", imageSrc:
description: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/powerful-cpu-processor-with-neon-glow-ef-1772690806088-42a92022.png?_wi=3", imageAlt: "Powerful CPU Processing"},
"Enterprise-grade CPU cores paired with each RAM allocation. Dedicated processing power ensures smooth gameplay for all players.",
tag: "1 vCPU/GB",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/powerful-cpu-processor-with-neon-glow-ef-1772690806088-42a92022.png?_wi=3",
imageAlt: "Powerful CPU Processing",
},
]} ]}
/> />
</div> </div>
<div id="features-details" data-section="features-details"> <div id="features-details" data-section="features-details">
<section className="px-4 md:px-6 py-20"> <section className="px-4 md:px-6 py-20 bg-gradient-to-b from-background to-card/30">
<div className="max-w-5xl mx-auto"> <div className="max-w-5xl mx-auto">
<h2 className="text-4xl md:text-5xl font-bold mb-16 text-foreground text-center"> <h2 className="text-4xl md:text-5xl font-bold mb-16 text-foreground text-center bg-clip-text bg-gradient-to-r from-primary-cta to-accent text-transparent">
High-Performance Infrastructure High-Performance Infrastructure
</h2> </h2>
<div className="grid grid-cols-1 md:grid-cols-2 gap-8"> <div className="grid grid-cols-1 md:grid-cols-2 gap-8">
<div className="bg-card border border-accent/30 rounded-lg p-8"> <div className="bg-gradient-to-br from-primary-cta/10 to-accent/10 border border-primary-cta/30 rounded-lg p-8 hover:border-primary-cta/60 hover:shadow-lg hover:shadow-primary-cta/20 transition-all duration-300">
<h3 className="text-xl font-bold text-primary-cta mb-3"> <h3 className="text-xl font-bold text-primary-cta mb-3">
Enterprise Hardware Enterprise Hardware
</h3> </h3>
@@ -110,8 +92,8 @@ export default function FeaturesPage() {
</p> </p>
</div> </div>
<div className="bg-card border border-accent/30 rounded-lg p-8"> <div className="bg-gradient-to-br from-secondary-cta/10 to-accent/10 border border-secondary-cta/30 rounded-lg p-8 hover:border-secondary-cta/60 hover:shadow-lg hover:shadow-secondary-cta/20 transition-all duration-300">
<h3 className="text-xl font-bold text-primary-cta mb-3"> <h3 className="text-xl font-bold text-secondary-cta mb-3">
Global CDN Global CDN
</h3> </h3>
<p className="text-accent"> <p className="text-accent">
@@ -120,7 +102,7 @@ export default function FeaturesPage() {
</p> </p>
</div> </div>
<div className="bg-card border border-accent/30 rounded-lg p-8"> <div className="bg-gradient-to-br from-primary-cta/10 to-accent/10 border border-primary-cta/30 rounded-lg p-8 hover:border-primary-cta/60 hover:shadow-lg hover:shadow-primary-cta/20 transition-all duration-300">
<h3 className="text-xl font-bold text-primary-cta mb-3"> <h3 className="text-xl font-bold text-primary-cta mb-3">
Automatic Scaling Automatic Scaling
</h3> </h3>
@@ -130,8 +112,8 @@ export default function FeaturesPage() {
</p> </p>
</div> </div>
<div className="bg-card border border-accent/30 rounded-lg p-8"> <div className="bg-gradient-to-br from-secondary-cta/10 to-accent/10 border border-secondary-cta/30 rounded-lg p-8 hover:border-secondary-cta/60 hover:shadow-lg hover:shadow-secondary-cta/20 transition-all duration-300">
<h3 className="text-xl font-bold text-primary-cta mb-3"> <h3 className="text-xl font-bold text-secondary-cta mb-3">
Network Optimization Network Optimization
</h3> </h3>
<p className="text-accent"> <p className="text-accent">
@@ -151,22 +133,16 @@ export default function FeaturesPage() {
socialLinks={[ socialLinks={[
{ {
icon: Twitter, icon: Twitter,
href: "https://twitter.com/hexacraft", href: "https://twitter.com/hexacraft", ariaLabel: "HexaCraft Twitter"},
ariaLabel: "HexaCraft Twitter",
},
{ {
icon: Github, icon: Github,
href: "https://github.com/hexacraft", href: "https://github.com/hexacraft", ariaLabel: "HexaCraft GitHub"},
ariaLabel: "HexaCraft GitHub",
},
{ {
icon: Mail, icon: Mail,
href: "mailto:support@hexacraft.hosting", href: "mailto:support@hexacraft.hosting", ariaLabel: "HexaCraft Email"},
ariaLabel: "HexaCraft Email",
},
]} ]}
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -6,43 +6,27 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const halant = Halant({ const halant = Halant({
variable: "--font-halant", variable: "--font-halant", subsets: ["latin"],
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"], weight: ["300", "400", "500", "600", "700"],
}); });
const inter = Inter({ const inter = Inter({
variable: "--font-inter", variable: "--font-inter", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "HexaCraft - Minecraft Hosting at ₹20/GB", title: "HexaCraft - Minecraft Hosting at ₹20/GB", description: "Powerful, affordable Minecraft server hosting. Instant setup, NVMe SSD, DDoS protection, 99.9% uptime. ₹20/GB RAM. Start your server today!", keywords: "minecraft hosting, server hosting, affordable hosting, DDoS protection, minecraft server, gaming hosting", metadataBase: new URL("https://hexacraft.hosting"),
description: "Powerful, affordable Minecraft server hosting. Instant setup, NVMe SSD, DDoS protection, 99.9% uptime. ₹20/GB RAM. Start your server today!",
keywords: "minecraft hosting, server hosting, affordable hosting, DDoS protection, minecraft server, gaming hosting",
metadataBase: new URL("https://hexacraft.hosting"),
alternates: { alternates: {
canonical: "https://hexacraft.hosting", canonical: "https://hexacraft.hosting"},
},
openGraph: { openGraph: {
title: "HexaCraft - Minecraft Hosting at ₹20/GB", title: "HexaCraft - Minecraft Hosting at ₹20/GB", description: "Powerful, affordable Minecraft server hosting with instant setup and enterprise features.", type: "website", siteName: "HexaCraft", images: [
description: "Powerful, affordable Minecraft server hosting with instant setup and enterprise features.",
type: "website",
siteName: "HexaCraft",
images: [
{ {
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/a-professional-minecraft-gaming-setup-wi-1772690808995-c87cb41c.png", url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/a-professional-minecraft-gaming-setup-wi-1772690808995-c87cb41c.png", alt: "HexaCraft Minecraft Hosting"},
alt: "HexaCraft Minecraft Hosting",
},
], ],
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "HexaCraft - Minecraft Hosting at ₹20/GB", description: "Powerful, affordable Minecraft server hosting.", images: [
title: "HexaCraft - Minecraft Hosting at ₹20/GB", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/a-professional-minecraft-gaming-setup-wi-1772690808995-c87cb41c.png"],
description: "Powerful, affordable Minecraft server hosting.",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/a-professional-minecraft-gaming-setup-wi-1772690808995-c87cb41c.png",
],
}, },
}; };
@@ -1430,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -10,7 +10,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import FooterCard from "@/components/sections/footer/FooterCard"; import FooterCard from "@/components/sections/footer/FooterCard";
import { Twitter, Github, Mail } from "lucide-react"; import { Twitter, Github, Mail, Zap, Shield, Cpu, Gauge } from "lucide-react";
export default function HomePage() { export default function HomePage() {
const navItems = [ const navItems = [
@@ -52,17 +52,11 @@ export default function HomePage() {
]} ]}
slides={[ slides={[
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/a-professional-minecraft-gaming-setup-wi-1772690808995-c87cb41c.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/a-professional-minecraft-gaming-setup-wi-1772690808995-c87cb41c.png", imageAlt: "Professional Minecraft Gaming Setup"},
imageAlt: "Professional Minecraft Gaming Setup",
},
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/close-up-of-nvme-ssd-storage-drives-with-1772690806194-823b5b4c.png?_wi=1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/close-up-of-nvme-ssd-storage-drives-with-1772690806194-823b5b4c.png?_wi=1", imageAlt: "High-Speed NVMe Storage"},
imageAlt: "High-Speed NVMe Storage",
},
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/powerful-cpu-processor-with-neon-glow-ef-1772690806088-42a92022.png?_wi=1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/powerful-cpu-processor-with-neon-glow-ef-1772690806088-42a92022.png?_wi=1", imageAlt: "Powerful CPU Processing"},
imageAlt: "Powerful CPU Processing",
},
]} ]}
autoplayDelay={5000} autoplayDelay={5000}
showDimOverlay={true} showDimOverlay={true}
@@ -76,58 +70,28 @@ export default function HomePage() {
description="Industry-leading features and reliability for your Minecraft server hosting needs" description="Industry-leading features and reliability for your Minecraft server hosting needs"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
animationType="slide-up" animationType="scale-rotate"
features={[ features={[
{ {
id: "instant-setup", id: "instant-setup", title: "Instant Server Setup", description:
title: "Instant Server Setup", "Deploy your Minecraft server in seconds with our automated provisioning system. Get online immediately without technical hassles.", tag: "Quick Deploy", imageSrc:
description: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/a-fast-paced-animation-showing-a-minecra-1772690806666-8bf48d5b.png?_wi=1", imageAlt: "Instant Server Setup"},
"Deploy your Minecraft server in seconds with our automated provisioning system. Get online immediately without technical hassles.",
tag: "Quick Deploy",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/a-fast-paced-animation-showing-a-minecra-1772690806666-8bf48d5b.png?_wi=1",
imageAlt: "Instant Server Setup",
},
{ {
id: "nvme-storage", id: "nvme-storage", title: "NVMe SSD Storage", description:
title: "NVMe SSD Storage", "Lightning-fast NVMe SSD storage included with every plan. Experience unmatched read/write speeds for optimal gameplay performance.", tag: "10GB SSD", imageSrc:
description: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/close-up-of-nvme-ssd-storage-drives-with-1772690806194-823b5b4c.png?_wi=2", imageAlt: "NVMe SSD Storage"},
"Lightning-fast NVMe SSD storage included with every plan. Experience unmatched read/write speeds for optimal gameplay performance.",
tag: "10GB SSD",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/close-up-of-nvme-ssd-storage-drives-with-1772690806194-823b5b4c.png?_wi=2",
imageAlt: "NVMe SSD Storage",
},
{ {
id: "powerful-cpus", id: "powerful-cpus", title: "Powerful CPUs", description:
title: "Powerful CPUs", "Enterprise-grade CPU cores paired with each RAM allocation. Dedicated processing power ensures smooth gameplay for all players.", tag: "1 vCPU/GB", imageSrc:
description: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/powerful-cpu-processor-with-neon-glow-ef-1772690806088-42a92022.png?_wi=2", imageAlt: "Powerful CPU Processing"},
"Enterprise-grade CPU cores paired with each RAM allocation. Dedicated processing power ensures smooth gameplay for all players.",
tag: "1 vCPU/GB",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/powerful-cpu-processor-with-neon-glow-ef-1772690806088-42a92022.png?_wi=2",
imageAlt: "Powerful CPU Processing",
},
{ {
id: "ddos-protection", id: "ddos-protection", title: "DDoS Protection", description:
title: "DDoS Protection", "Advanced DDoS mitigation keeps your server online 24/7. Protection against volumetric and application-layer attacks included.", tag: "Always Protected", imageSrc:
description: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/digital-shield-icon-with-neon-cyan-and-p-1772690806911-7e6679ac.png", imageAlt: "DDoS Protection"},
"Advanced DDoS mitigation keeps your server online 24/7. Protection against volumetric and application-layer attacks included.",
tag: "Always Protected",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/digital-shield-icon-with-neon-cyan-and-p-1772690806911-7e6679ac.png",
imageAlt: "DDoS Protection",
},
{ {
id: "uptime-guarantee", id: "uptime-guarantee", title: "99.9% Uptime", description:
title: "99.9% Uptime", "Redundant infrastructure and automatic failover ensure your server stays online. SLA-backed reliability you can count on.", tag: "SLA Backed", imageSrc:
description: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/server-status-indicator-showing-99-9-upt-1772690806779-84918bc9.png", imageAlt: "99.9% Uptime Guarantee"},
"Redundant infrastructure and automatic failover ensure your server stays online. SLA-backed reliability you can count on.",
tag: "SLA Backed",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/server-status-indicator-showing-99-9-upt-1772690806779-84918bc9.png",
imageAlt: "99.9% Uptime Guarantee",
},
]} ]}
/> />
</div> </div>
@@ -138,8 +102,8 @@ export default function HomePage() {
description="See why thousands of players trust HexaCraft for their Minecraft server hosting" description="See why thousands of players trust HexaCraft for their Minecraft server hosting"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
gridVariant="uniform-all-items-equal" gridVariant="bento-grid"
animationType="slide-up" animationType="blur-reveal"
metrics={[ metrics={[
{ id: "1", value: "₹20/GB", description: "Affordable Pricing Model" }, { id: "1", value: "₹20/GB", description: "Affordable Pricing Model" },
{ id: "2", value: "99.9%", description: "Uptime Guarantee" }, { id: "2", value: "99.9%", description: "Uptime Guarantee" },
@@ -155,69 +119,33 @@ export default function HomePage() {
description="Join thousands of satisfied players and server admins using HexaCraft" description="Join thousands of satisfied players and server admins using HexaCraft"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
animationType="slide-up" animationType="blur-reveal"
speed={40} speed={40}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Raj Patel", handle: "@RajGaming", testimonial:
name: "Raj Patel", "Best hosting service I've used! Server runs smoothly, support is amazing, and the pricing can't be beaten. HexaCraft is my go-to for all my Minecraft servers.", imageSrc:
handle: "@RajGaming", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/avatar-portrait-of-a-young-minecraft-gam-1772690809033-96aa0367.png", imageAlt: "Raj Patel"},
testimonial:
"Best hosting service I've used! Server runs smoothly, support is amazing, and the pricing can't be beaten. HexaCraft is my go-to for all my Minecraft servers.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/avatar-portrait-of-a-young-minecraft-gam-1772690809033-96aa0367.png",
imageAlt: "Raj Patel",
},
{ {
id: "2", id: "2", name: "Priya Sharma", handle: "@PixelBuilder_", testimonial:
name: "Priya Sharma", "Switched from expensive hosting to HexaCraft and couldn't be happier. The performance is incredible and my players have noticed zero lag difference.", imageSrc:
handle: "@PixelBuilder_", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/avatar-portrait-of-a-minecraft-server-ad-1772690806870-f1a52d65.png", imageAlt: "Priya Sharma"},
testimonial:
"Switched from expensive hosting to HexaCraft and couldn't be happier. The performance is incredible and my players have noticed zero lag difference.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/avatar-portrait-of-a-minecraft-server-ad-1772690806870-f1a52d65.png",
imageAlt: "Priya Sharma",
},
{ {
id: "3", id: "3", name: "Arjun Kumar", handle: "@BuildMaster99", testimonial:
name: "Arjun Kumar", "As a server admin managing 5 servers, HexaCraft has saved me thousands. Reliable, fast, and their support team actually helps when you need them.", imageSrc:
handle: "@BuildMaster99", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/avatar-portrait-of-a-competitive-minecra-1772690806528-c019df75.png", imageAlt: "Arjun Kumar"},
testimonial:
"As a server admin managing 5 servers, HexaCraft has saved me thousands. Reliable, fast, and their support team actually helps when you need them.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/avatar-portrait-of-a-competitive-minecra-1772690806528-c019df75.png",
imageAlt: "Arjun Kumar",
},
{ {
id: "4", id: "4", name: "Neha Reddy", handle: "@NehaPlays", testimonial:
name: "Neha Reddy", "The 4GB RAM plan handles my 50+ player server without breaking a sweat. Worth every rupee. Highly recommend HexaCraft to anyone!", imageSrc:
handle: "@NehaPlays", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/avatar-portrait-of-a-minecraft-community-1772690806757-7cb7452a.png", imageAlt: "Neha Reddy"},
testimonial:
"The 4GB RAM plan handles my 50+ player server without breaking a sweat. Worth every rupee. Highly recommend HexaCraft to anyone!",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/avatar-portrait-of-a-minecraft-community-1772690806757-7cb7452a.png",
imageAlt: "Neha Reddy",
},
{ {
id: "5", id: "5", name: "Vikram Singh", handle: "@VikramServers", testimonial:
name: "Vikram Singh", "Superior performance at unbeatable prices. HexaCraft's uptime has been impeccable for the past 6 months. Best decision I made for my community.", imageSrc:
handle: "@VikramServers", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/avatar-portrait-of-a-content-creator-or--1772690806106-2e997cc1.png", imageAlt: "Vikram Singh"},
testimonial:
"Superior performance at unbeatable prices. HexaCraft's uptime has been impeccable for the past 6 months. Best decision I made for my community.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/avatar-portrait-of-a-content-creator-or--1772690806106-2e997cc1.png",
imageAlt: "Vikram Singh",
},
{ {
id: "6", id: "6", name: "Anjali Verma", handle: "@AnjalinMC", testimonial:
name: "Anjali Verma", "Setting up my server took literally 2 minutes. The instant deployment is insane. Plus the DDoS protection gives me peace of mind. 10/10 service!", imageSrc:
handle: "@AnjalinMC", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/avatar-portrait-of-a-dedicated-minecraft-1772690805626-49e4b273.png", imageAlt: "Anjali Verma"},
testimonial:
"Setting up my server took literally 2 minutes. The instant deployment is insane. Plus the DDoS protection gives me peace of mind. 10/10 service!",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/avatar-portrait-of-a-dedicated-minecraft-1772690805626-49e4b273.png",
imageAlt: "Anjali Verma",
},
]} ]}
/> />
</div> </div>
@@ -229,25 +157,9 @@ export default function HomePage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Minecraft", "Minecraft", "Spigot", "PaperMC", "Bukkit", "Curseforge", "Java", "Ubuntu", "Cloudflare"]}
"Spigot",
"PaperMC",
"Bukkit",
"Curseforge",
"Java",
"Ubuntu",
"Cloudflare",
]}
logos={[ logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/official-minecraft-game-logo-iconic-bloc-1772690805606-3f49908a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/official-minecraft-game-logo-iconic-bloc-1772690805606-3f49908a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/spigot-server-software-logo-popular-mine-1772690806926-4f96013e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/papermc-logo-high-performance-minecraft--1772690805267-33686d80.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/bukkit-server-software-logo-classic-mine-1772690806440-e13718db.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/curseforge-logo-community-platform-for-m-1772690806150-3e92fcd6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/java-programming-language-logo-required--1772690805494-dbe94d57.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/ubuntu-linux-logo-server-operating-syste-1772690805775-4118dff3.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/cloudflare-logo-network-security-and-ddo-1772690804968-19ce04b2.png"]}
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/spigot-server-software-logo-popular-mine-1772690806926-4f96013e.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/papermc-logo-high-performance-minecraft--1772690805267-33686d80.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/bukkit-server-software-logo-classic-mine-1772690806440-e13718db.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/curseforge-logo-community-platform-for-m-1772690806150-3e92fcd6.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/java-programming-language-logo-required--1772690805494-dbe94d57.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/ubuntu-linux-logo-server-operating-syste-1772690805775-4118dff3.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/cloudflare-logo-network-security-and-ddo-1772690804968-19ce04b2.png",
]}
speed={40} speed={40}
showCard={true} showCard={true}
/> />
@@ -262,53 +174,29 @@ export default function HomePage() {
faqsAnimation="slide-up" faqsAnimation="slide-up"
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What is included in each plan?", content:
title: "What is included in each plan?", "Each plan includes:<br/><strong>Dedicated RAM:</strong> As specified (1GB, 2GB, 4GB, or 8GB)<br/><strong>vCPU Cores:</strong> 1 core per GB of RAM<br/><strong>NVMe Storage:</strong> 10GB per GB of RAM<br/><strong>DDoS Protection:</strong> Enterprise-grade, always-on<br/><strong>24/7 Support:</strong> Via Discord and ticket system<br/><strong>Automatic Backups:</strong> Daily backups included<br/><strong>Full Control Panel:</strong> Easy server management"},
content:
"Each plan includes:<br/><strong>Dedicated RAM:</strong> As specified (1GB, 2GB, 4GB, or 8GB)<br/><strong>vCPU Cores:</strong> 1 core per GB of RAM<br/><strong>NVMe Storage:</strong> 10GB per GB of RAM<br/><strong>DDoS Protection:</strong> Enterprise-grade, always-on<br/><strong>24/7 Support:</strong> Via Discord and ticket system<br/><strong>Automatic Backups:</strong> Daily backups included<br/><strong>Full Control Panel:</strong> Easy server management",
},
{ {
id: "2", id: "2", title: "Can I upgrade my server later?", content:
title: "Can I upgrade my server later?", "Yes! You can upgrade your plan anytime. Simply select a higher tier, and we'll migrate your data to the new server without any downtime. Billing adjusts proportionally for the remainder of your month."},
content:
"Yes! You can upgrade your plan anytime. Simply select a higher tier, and we'll migrate your data to the new server without any downtime. Billing adjusts proportionally for the remainder of your month.",
},
{ {
id: "3", id: "3", title: "What payment methods do you accept?", content:
title: "What payment methods do you accept?", "We accept all major payment methods including:<br/>• Credit/Debit Cards (Visa, Mastercard)<br/>• UPI (Google Pay, PhonePe, Paytm)<br/>• Net Banking<br/>• Digital Wallets<br/>• Bank Transfer for enterprise accounts"},
content:
"We accept all major payment methods including:<br/>• Credit/Debit Cards (Visa, Mastercard)<br/>• UPI (Google Pay, PhonePe, Paytm)<br/>• Net Banking<br/>• Digital Wallets<br/>• Bank Transfer for enterprise accounts",
},
{ {
id: "4", id: "4", title: "Is there a refund policy?", content:
title: "Is there a refund policy?", "Yes! If you're not satisfied with our service, we offer a 7-day money-back guarantee. No questions asked. After 7 days, we offer prorated refunds for early cancellation."},
content:
"Yes! If you're not satisfied with our service, we offer a 7-day money-back guarantee. No questions asked. After 7 days, we offer prorated refunds for early cancellation.",
},
{ {
id: "5", id: "5", title: "Do you support modpacks?", content:
title: "Do you support modpacks?", "Absolutely! HexaCraft supports all modpacks including:<br/>• CurseForge modpacks<br/>• Technic modpacks<br/>• Custom modpacks<br/>• Forge and Fabric servers<br/>• Pre-loaded modpack options available"},
content:
"Absolutely! HexaCraft supports all modpacks including:<br/>• CurseForge modpacks<br/>• Technic modpacks<br/>• Custom modpacks<br/>• Forge and Fabric servers<br/>• Pre-loaded modpack options available",
},
{ {
id: "6", id: "6", title: "What's your support response time?", content:
title: "What's your support response time?", "Our team typically responds within 30 minutes during business hours (9 AM - 9 PM IST). For critical issues, we have 24/7 emergency support. Join our Discord community for instant peer support too!"},
content:
"Our team typically responds within 30 minutes during business hours (9 AM - 9 PM IST). For critical issues, we have 24/7 emergency support. Join our Discord community for instant peer support too!",
},
{ {
id: "7", id: "7", title: "Can I install custom plugins?", content:
title: "Can I install custom plugins?", "Yes! Full FTP access is included with every plan. Install any plugin compatible with your server software. We support Spigot, Paper, Bukkit, and other major platforms."},
content:
"Yes! Full FTP access is included with every plan. Install any plugin compatible with your server software. We support Spigot, Paper, Bukkit, and other major platforms.",
},
{ {
id: "8", id: "8", title: "Is there a setup fee?", content:
title: "Is there a setup fee?", "No setup fees! Your server is ready to use immediately after purchase. No hidden charges. You only pay the listed monthly price for your chosen plan."},
content:
"No setup fees! Your server is ready to use immediately after purchase. No hidden charges. You only pay the listed monthly price for your chosen plan.",
},
]} ]}
/> />
</div> </div>
@@ -320,22 +208,16 @@ export default function HomePage() {
socialLinks={[ socialLinks={[
{ {
icon: Twitter, icon: Twitter,
href: "https://twitter.com/hexacraft", href: "https://twitter.com/hexacraft", ariaLabel: "HexaCraft Twitter"},
ariaLabel: "HexaCraft Twitter",
},
{ {
icon: Github, icon: Github,
href: "https://github.com/hexacraft", href: "https://github.com/hexacraft", ariaLabel: "HexaCraft GitHub"},
ariaLabel: "HexaCraft GitHub",
},
{ {
icon: Mail, icon: Mail,
href: "mailto:support@hexacraft.hosting", href: "mailto:support@hexacraft.hosting", ariaLabel: "HexaCraft Email"},
ariaLabel: "HexaCraft Email",
},
]} ]}
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -16,81 +16,24 @@ export default function PricingPage() {
const plans = [ const plans = [
{ {
title: "Starter", title: "Starter", price: "₹20", period: "/month", features: [
price: "₹20", "1 GB RAM", "1 vCPU Core", "10 GB NVMe SSD", "Up to 20 Players", "DDoS Protection", "24/7 Support", "Daily Backups", "Full FTP Access"],
period: "/month", buttonText: "Deploy Server", buttonHref: "https://panel.hexacraft.hosting/order", highlighted: false,
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", title: "Professional", price: "₹40", period: "/month", features: [
price: "₹40", "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"],
period: "/month", buttonText: "Deploy Server", buttonHref: "https://panel.hexacraft.hosting/order", highlighted: false,
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", title: "Ultimate", price: "₹80", period: "/month", features: [
price: "₹80", "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"],
period: "/month", buttonText: "Deploy Server", buttonHref: "https://panel.hexacraft.hosting/order", highlighted: true,
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", title: "Enterprise", price: "₹160", period: "/month", features: [
price: "₹160", "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"],
period: "/month", buttonText: "Deploy Server", buttonHref: "https://panel.hexacraft.hosting/order", highlighted: false,
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() {
</div> </div>
<div id="pricing-hero" data-section="pricing-hero"> <div id="pricing-hero" data-section="pricing-hero">
<section className="min-h-screen flex items-center justify-center px-4 md:px-6 py-20"> <section className="min-h-screen flex items-center justify-center px-4 md:px-6 py-20 bg-gradient-to-b from-background via-card/30 to-background">
<div className="max-w-6xl mx-auto"> <div className="max-w-6xl mx-auto">
<div className="text-center mb-16"> <div className="text-center mb-16">
<h1 className="text-5xl md:text-6xl font-bold mb-6 text-foreground"> <h1 className="text-5xl md:text-7xl font-bold mb-6 text-foreground bg-clip-text bg-gradient-to-r from-primary-cta via-accent to-secondary-cta text-transparent">
Simple, Transparent Pricing Simple, Transparent Pricing
</h1> </h1>
<p className="text-xl md:text-2xl text-accent mb-4"> <p className="text-xl md:text-2xl text-accent mb-4">
@@ -166,7 +109,7 @@ export default function PricingPage() {
{plan.title} {plan.title}
</h3> </h3>
<div className="mb-6"> <div className="mb-6">
<span className="text-4xl font-bold text-primary-cta"> <span className="text-4xl font-bold bg-gradient-to-r from-primary-cta to-accent bg-clip-text text-transparent">
{plan.price} {plan.price}
</span> </span>
<span className="text-accent ml-2">{plan.period}</span> <span className="text-accent ml-2">{plan.period}</span>
@@ -214,7 +157,7 @@ export default function PricingPage() {
</div> </div>
<div id="pricing-faq" data-section="pricing-faq"> <div id="pricing-faq" data-section="pricing-faq">
<section className="px-4 md:px-6 py-20 bg-card/50"> <section className="px-4 md:px-6 py-20 bg-gradient-to-b from-card/50 to-background">
<div className="max-w-3xl mx-auto"> <div className="max-w-3xl mx-auto">
<h2 className="text-3xl md:text-4xl font-bold text-center mb-12 text-foreground"> <h2 className="text-3xl md:text-4xl font-bold text-center mb-12 text-foreground">
Frequently Asked Questions Frequently Asked Questions
@@ -223,27 +166,19 @@ export default function PricingPage() {
<div className="space-y-6"> <div className="space-y-6">
{[ {[
{ {
q: "Can I upgrade my plan later?", q: "Can I upgrade my plan later?", a: "Yes! You can upgrade anytime. Your data migrates automatically with zero downtime, and billing adjusts proportionally."},
a: "Yes! You can upgrade anytime. Your data migrates automatically with zero downtime, and billing adjusts proportionally.",
},
{ {
q: "What payment methods do you accept?", q: "What payment methods do you accept?", a: "We accept Credit/Debit Cards, UPI, Net Banking, Digital Wallets, and Bank Transfers for enterprise accounts."},
a: "We accept Credit/Debit Cards, UPI, Net Banking, Digital Wallets, and Bank Transfers for enterprise accounts.",
},
{ {
q: "Is there a refund policy?", 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."},
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?", 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."},
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) => ( ].map((item, index) => (
<div <div
key={index} key={index}
className="border border-accent/30 rounded-lg p-6 bg-background/50" className="border border-accent/30 rounded-lg p-6 bg-background/50 hover:border-accent/60 transition-all duration-300"
> >
<h3 className="text-lg font-bold text-foreground mb-2"> <h3 className="text-lg font-bold text-primary-cta mb-2">
{item.q} {item.q}
</h3> </h3>
<p className="text-accent">{item.a}</p> <p className="text-accent">{item.a}</p>
@@ -261,22 +196,16 @@ export default function PricingPage() {
socialLinks={[ socialLinks={[
{ {
icon: Twitter, icon: Twitter,
href: "https://twitter.com/hexacraft", href: "https://twitter.com/hexacraft", ariaLabel: "HexaCraft Twitter"},
ariaLabel: "HexaCraft Twitter",
},
{ {
icon: Github, icon: Github,
href: "https://github.com/hexacraft", href: "https://github.com/hexacraft", ariaLabel: "HexaCraft GitHub"},
ariaLabel: "HexaCraft GitHub",
},
{ {
icon: Mail, icon: Mail,
href: "mailto:support@hexacraft.hosting", href: "mailto:support@hexacraft.hosting", ariaLabel: "HexaCraft Email"},
ariaLabel: "HexaCraft Email",
},
]} ]}
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -38,9 +38,9 @@ export default function SupportPage() {
</div> </div>
<div id="support-hero" data-section="support-hero"> <div id="support-hero" data-section="support-hero">
<section className="min-h-screen flex items-center justify-center px-4 md:px-6 py-20"> <section className="min-h-screen flex items-center justify-center px-4 md:px-6 py-20 bg-gradient-to-b from-background via-card/30 to-background">
<div className="max-w-6xl mx-auto text-center"> <div className="max-w-6xl mx-auto text-center">
<h1 className="text-5xl md:text-6xl font-bold mb-6 text-foreground"> <h1 className="text-5xl md:text-7xl font-bold mb-6 text-foreground bg-clip-text bg-gradient-to-r from-primary-cta via-accent to-secondary-cta text-transparent">
Support & FAQ Support & FAQ
</h1> </h1>
<p className="text-xl md:text-2xl text-accent"> <p className="text-xl md:text-2xl text-accent">
@@ -59,61 +59,37 @@ export default function SupportPage() {
faqsAnimation="slide-up" faqsAnimation="slide-up"
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What is included in each plan?", content:
title: "What is included in each plan?", "Each plan includes:<br/><strong>Dedicated RAM:</strong> As specified (1GB, 2GB, 4GB, or 8GB)<br/><strong>vCPU Cores:</strong> 1 core per GB of RAM<br/><strong>NVMe Storage:</strong> 10GB per GB of RAM<br/><strong>DDoS Protection:</strong> Enterprise-grade, always-on<br/><strong>24/7 Support:</strong> Via Discord and ticket system<br/><strong>Automatic Backups:</strong> Daily backups included<br/><strong>Full Control Panel:</strong> Easy server management"},
content:
"Each plan includes:<br/><strong>Dedicated RAM:</strong> As specified (1GB, 2GB, 4GB, or 8GB)<br/><strong>vCPU Cores:</strong> 1 core per GB of RAM<br/><strong>NVMe Storage:</strong> 10GB per GB of RAM<br/><strong>DDoS Protection:</strong> Enterprise-grade, always-on<br/><strong>24/7 Support:</strong> Via Discord and ticket system<br/><strong>Automatic Backups:</strong> Daily backups included<br/><strong>Full Control Panel:</strong> Easy server management",
},
{ {
id: "2", id: "2", title: "Can I upgrade my server later?", content:
title: "Can I upgrade my server later?", "Yes! You can upgrade your plan anytime. Simply select a higher tier, and we'll migrate your data to the new server without any downtime. Billing adjusts proportionally for the remainder of your month."},
content:
"Yes! You can upgrade your plan anytime. Simply select a higher tier, and we'll migrate your data to the new server without any downtime. Billing adjusts proportionally for the remainder of your month.",
},
{ {
id: "3", id: "3", title: "What payment methods do you accept?", content:
title: "What payment methods do you accept?", "We accept all major payment methods including:<br/>• Credit/Debit Cards (Visa, Mastercard)<br/>• UPI (Google Pay, PhonePe, Paytm)<br/>• Net Banking<br/>• Digital Wallets<br/>• Bank Transfer for enterprise accounts"},
content:
"We accept all major payment methods including:<br/>• Credit/Debit Cards (Visa, Mastercard)<br/>• UPI (Google Pay, PhonePe, Paytm)<br/>• Net Banking<br/>• Digital Wallets<br/>• Bank Transfer for enterprise accounts",
},
{ {
id: "4", id: "4", title: "Is there a refund policy?", content:
title: "Is there a refund policy?", "Yes! If you're not satisfied with our service, we offer a 7-day money-back guarantee. No questions asked. After 7 days, we offer prorated refunds for early cancellation."},
content:
"Yes! If you're not satisfied with our service, we offer a 7-day money-back guarantee. No questions asked. After 7 days, we offer prorated refunds for early cancellation.",
},
{ {
id: "5", id: "5", title: "Do you support modpacks?", content:
title: "Do you support modpacks?", "Absolutely! HexaCraft supports all modpacks including:<br/>• CurseForge modpacks<br/>• Technic modpacks<br/>• Custom modpacks<br/>• Forge and Fabric servers<br/>• Pre-loaded modpack options available"},
content:
"Absolutely! HexaCraft supports all modpacks including:<br/>• CurseForge modpacks<br/>• Technic modpacks<br/>• Custom modpacks<br/>• Forge and Fabric servers<br/>• Pre-loaded modpack options available",
},
{ {
id: "6", id: "6", title: "What's your support response time?", content:
title: "What's your support response time?", "Our team typically responds within 30 minutes during business hours (9 AM - 9 PM IST). For critical issues, we have 24/7 emergency support. Join our Discord community for instant peer support too!"},
content:
"Our team typically responds within 30 minutes during business hours (9 AM - 9 PM IST). For critical issues, we have 24/7 emergency support. Join our Discord community for instant peer support too!",
},
{ {
id: "7", id: "7", title: "Can I install custom plugins?", content:
title: "Can I install custom plugins?", "Yes! Full FTP access is included with every plan. Install any plugin compatible with your server software. We support Spigot, Paper, Bukkit, and other major platforms."},
content:
"Yes! Full FTP access is included with every plan. Install any plugin compatible with your server software. We support Spigot, Paper, Bukkit, and other major platforms.",
},
{ {
id: "8", id: "8", title: "Is there a setup fee?", content:
title: "Is there a setup fee?", "No setup fees! Your server is ready to use immediately after purchase. No hidden charges. You only pay the listed monthly price for your chosen plan."},
content:
"No setup fees! Your server is ready to use immediately after purchase. No hidden charges. You only pay the listed monthly price for your chosen plan.",
},
]} ]}
/> />
</div> </div>
<div id="support-contact" data-section="support-contact"> <div id="support-contact" data-section="support-contact">
<section className="px-4 md:px-6 py-20 bg-card/50"> <section className="px-4 md:px-6 py-20 bg-gradient-to-b from-card/50 to-background">
<div className="max-w-3xl mx-auto text-center"> <div className="max-w-3xl mx-auto text-center">
<h2 className="text-4xl md:text-5xl font-bold mb-6 text-foreground"> <h2 className="text-4xl md:text-5xl font-bold mb-6 text-foreground bg-clip-text bg-gradient-to-r from-primary-cta to-secondary-cta text-transparent">
Join Our Discord Community Join Our Discord Community
</h2> </h2>
<p className="text-lg text-accent mb-8 max-w-2xl mx-auto"> <p className="text-lg text-accent mb-8 max-w-2xl mx-auto">
@@ -139,22 +115,16 @@ export default function SupportPage() {
socialLinks={[ socialLinks={[
{ {
icon: Twitter, icon: Twitter,
href: "https://twitter.com/hexacraft", href: "https://twitter.com/hexacraft", ariaLabel: "HexaCraft Twitter"},
ariaLabel: "HexaCraft Twitter",
},
{ {
icon: Github, icon: Github,
href: "https://github.com/hexacraft", href: "https://github.com/hexacraft", ariaLabel: "HexaCraft GitHub"},
ariaLabel: "HexaCraft GitHub",
},
{ {
icon: Mail, icon: Mail,
href: "mailto:support@hexacraft.hosting", href: "mailto:support@hexacraft.hosting", ariaLabel: "HexaCraft Email"},
ariaLabel: "HexaCraft Email",
},
]} ]}
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }