diff --git a/src/components/marketing/sections/cta-sections/StateMap.vue b/src/components/marketing/sections/cta-sections/StateMap.vue
index a3506c363..111f20f5f 100644
--- a/src/components/marketing/sections/cta-sections/StateMap.vue
+++ b/src/components/marketing/sections/cta-sections/StateMap.vue
@@ -38,24 +38,21 @@
>
{{ section.title }}
-
+
-
- {{ section.btn1 }}
-
- {{ section.btn2 }}
-
-
+
+ {{ section.btn1 }}
+
+ {{ section.btn2 }}
+
+
@@ -88,8 +85,8 @@ export default {
this.stats.push(
{ countries: results.data.countries },
{ "Internet Farms": results.data.cru },
- // { "SSD storage capacity": sru },
- { "storage capacity": hru }
+ // { "SSD TB": sru },
+ { "HDD PB": hru }
);
} catch (error) {
console.log(error);