DjayChucko commited on
Commit
953e1d1
·
verified ·
1 Parent(s): d8df708

Manual changes saved

Browse files
Files changed (1) hide show
  1. value-mapper.html +19 -15
value-mapper.html CHANGED
@@ -111,21 +111,25 @@ Pod Value Mapper
111
  Rapidly link industry pain to Scaleway products and <strong>unique values</strong>:
112
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4 max-w-4xl mx-auto">
113
 
114
- <div class="bg-white/80 p-3 rounded-lg border-l-2 border-primary">
115
- <p class="text-lg font-bold text-[#792DD4]">European Data Sovereignty</p>
116
- </div>
117
-
118
- <div class="bg-white/80 p-3 rounded-lg border-l-2 border-indigo-400">
119
- <p class="text-lg font-bold text-[#792DD4]">Cost-Effective GPU/AI Power</p>
120
- </div>
121
-
122
- <div class="bg-white/80 p-3 rounded-lg border-l-2 border-secondary">
123
- <p class="text-lg font-bold text-[#792DD4]">Full Open-Source Stack</p>
124
- </div>
125
-
126
- <div class="bg-white/80 p-3 rounded-lg border-l-2 border-secondary">
127
- <p class="text-lg font-bold text-[#792DD4]">Scalable & 100% Sustainable</p>
128
- </div>
 
 
 
 
129
 
130
  </div>
131
  </div>
 
111
  Rapidly link industry pain to Scaleway products and <strong>unique values</strong>:
112
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4 max-w-4xl mx-auto">
113
 
114
+ <div class="bg-white/10 p-4 rounded-md border-l-4 border-primary flex items-center gap-x-4">
115
+ <i data-feather="shield" class="w-6 h-6 text-primary flex-shrink-0"></i>
116
+ <p class="text-lg font-semibold text-white">European Data Sovereignty</p>
117
+ </div>
118
+
119
+ <div class="bg-white/10 p-4 rounded-md border-l-4 border-indigo-400 flex items-center gap-x-4">
120
+ <i data-feather="cpu" class="w-6 h-6 text-indigo-400 flex-shrink-0"></i>
121
+ <p class="text-lg font-semibold text-white">Cost-Effective GPU/AI Power</p>
122
+ </div>
123
+
124
+ <div class="bg-white/10 p-4 rounded-md border-l-4 border-secondary flex items-center gap-x-4">
125
+ <i data-feather="code" class="w-6 h-6 text-secondary flex-shrink-0"></i>
126
+ <p class="text-lg font-semibold text-white">Full Open-Source Stack</p>
127
+ </div>
128
+
129
+ <div class="bg-white/10 p-4 rounded-md border-l-4 border-secondary flex items-center gap-x-4">
130
+ <i data-feather="leaf" class="w-6 h-6 text-secondary flex-shrink-0"></i>
131
+ <p class="text-lg font-semibold text-white">Scalable & 100% Sustainable</p>
132
+ </div>
133
 
134
  </div>
135
  </div>