diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index d7d096c..3581fad 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -38,9 +38,9 @@ export default function FeaturesPage() {
@@ -56,51 +56,33 @@ export default function FeaturesPage() { description="Industry-leading features and reliability for your Minecraft server hosting needs" textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" + animationType="scale-rotate" features={[ { - id: "instant-setup", - title: "Instant Server Setup", - description: - "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: "instant-setup", title: "Instant Server Setup", description: + "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", - title: "NVMe SSD Storage", - description: - "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: "nvme-storage", title: "NVMe SSD Storage", description: + "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", - title: "Powerful CPUs", - description: - "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", - }, + id: "powerful-cpus", title: "Powerful CPUs", description: + "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"}, ]} />
@@ -120,7 +102,7 @@ export default function FeaturesPage() {
@@ -151,22 +133,16 @@ export default function FeaturesPage() { 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"}, ]} />