diff --git a/src/pages/SpecsPage.jsx.disabled b/src/pages/SpecsPage.jsx similarity index 69% rename from src/pages/SpecsPage.jsx.disabled rename to src/pages/SpecsPage.jsx index 99a88a1..4d3d152 100644 --- a/src/pages/SpecsPage.jsx.disabled +++ b/src/pages/SpecsPage.jsx @@ -11,93 +11,105 @@ import { } from "lucide-react"; import { Helmet } from "react-helmet"; -// const hardware = { -// processor: { -// name: "AMD Ryzen™ Series", -// specs: [ -// "Up to 5.0GHz Clock Speed", -// "128MB L1 Cache", -// "280W TDP", -// ], -// }, -// memory: { -// name: "DDR4 ECC RAM", -// specs: [ -// "4800MHz Base Clock", -// "ECC Protection", -// "Multi-Channel", -// "Low Latency", -// ], -// }, -// storage: { -// name: "Enterprise NVMe", -// specs: [ -// "7000MB/s Read", -// "6000MB/s Write", -// "RAID Configuration", -// "Hot-Swappable", -// ], -// }, -// network: { -// name: "Network Infrastructure", -// specs: [ -// "100Gbps Backbone", -// "Redundant Links", -// "BGP Optimization", -// "Low Latency Routes", -// ], -// }, -// }; +const hardware = { + processor: { + name: "AMD Ryzen™ Series", + models: [ + { + model: "Ryzen 9 5900X", + specs: [ + "12 Cores / 24 Threads", + "Base Clock: 3.7 GHz", + "Max Boost Clock: up to 4.8 GHz", + ], + }, + { + model: "Ryzen 7 8700G", + specs: [ + "8 Cores / 16 Threads", + "Base Clock: 4.2 GHz", + "Max Boost Clock: up to 5.1 GHz", + "Integrated GPU: Radeon 780M", + ], + }, + ], + }, + memory: { + name: "DDR4 ECC RAM", + specs: [ + "4800MHz Base Clock", + "ECC Protection", + "Multi-Channel", + "Low Latency", + ], + }, + storage: { + name: "Enterprise NVMe", + specs: [ + "RAID Configuration", + "Hot-Swappable", + ], + }, + network: { + name: "Network Infrastructure", + specs: [ + "100Gbps Backbone", + "Redundant Links", + "BGP Optimization", + "Low Latency Routes", + ], + }, +}; const datacenters = [ { - city: "Los Angeles", + city: "Phoenix, AZ", country: "United States", features: [ - "Tier IV Facility", - "N+2 Redundancy", + "Tier III Facility", + "N+1 Redundancy", "24/7 Security", "Direct Peering", ], latency: { - "US West": "5ms", - "US East": "45ms", + "US West": "25ms", + "US East": "80ms", Europe: "140ms", - Asia: "110ms", - }, - }, - { - city: "Frankfurt", - country: "Germany", - features: [ - "Tier IV Facility", - "Green Energy", - "CCTV Monitoring", - "ISO 27001", - ], - latency: { - "US West": "140ms", - "US East": "90ms", - Europe: "5ms", - Asia: "80ms", - }, - }, - { - city: "Singapore", - country: "Singapore", - features: [ - "Tier III+ Facility", - "Biometric Access", - "Fire Suppression", - "Redundant Cooling", - ], - latency: { - "US West": "110ms", - "US East": "180ms", - Europe: "80ms", - Asia: "5ms", + Asia: "310ms", }, }, + // { + // city: "Frankfurt", + // country: "Germany", + // features: [ + // "Tier IV Facility", + // "Green Energy", + // "CCTV Monitoring", + // "ISO 27001", + // ], + // latency: { + // "US West": "140ms", + // "US East": "90ms", + // Europe: "5ms", + // Asia: "80ms", + // }, + // }, + // { + // city: "Singapore", + // country: "Singapore", + // features: [ + // "Tier III+ Facility", + // "Biometric Access", + // "Fire Suppression", + // "Redundant Cooling", + // ], + // latency: { + // "US West": "110ms", + // "US East": "180ms", + // Europe: "80ms", + // Asia: "5ms", + // }, + // }, ]; const security = [ @@ -107,12 +119,12 @@ const security = [ description: "Enterprise-grade protection up to 1Tbps with automatic mitigation", }, - { - icon: Lock, - title: "SSL Security", - description: - "Free SSL certificates and end-to-end encryption for all services", - }, + // { + // icon: Lock, + // title: "SSL Security", + // description: + // "Free SSL certificates and end-to-end encryption for all services", + // }, { icon: Activity, title: "24/7 Monitoring", @@ -130,7 +142,7 @@ const SpecsPage = () => { return (
- Our Specs | GameZone + Our Specs | Skylink Hosting {/* Hero */}
@@ -151,30 +163,54 @@ const SpecsPage = () => {
{/* Hardware Specs */} -
-
-

- Hardware Specifications -

-
- {Object.entries(hardware).map(([key, value]) => ( -
-

- {value.name} -

-
    - {value.specs.map((spec, index) => ( -
  • - - {spec} -
  • - ))} -
-
- ))} -
+
+
+

+ Hardware Specifications +

+
+ {Object.entries(hardware).map(([key, value]) => ( +
+

+ {value.name} +

+ + {/* Render basic specs if available */} + {value.specs && ( +
    + {value.specs.map((spec, index) => ( +
  • + + {spec} +
  • + ))} +
+ )} + + {/* Render model list (like CPUs) if available */} + {value.models && ( +
+ {value.models.map((model, index) => ( +
+

{model.model}

+
    + {model.specs.map((spec, i) => ( +
  • + + {spec} +
  • + ))} +
+
+ ))} +
+ )}
-
+ ))} +
+
+ + {/* Data Centers */}
@@ -257,7 +293,7 @@ const SpecsPage = () => { Multi-Homed Network

- Redundant Tier-1 carriers ensure optimal routing and + Redundant Tier-3 carriers ensure optimal routing and uptime