Spaces:
Running
Running
Change background colour of this section to #8F1CC2
Browse files- index.html +4 -7
index.html
CHANGED
|
@@ -115,13 +115,13 @@ game
|
|
| 115 |
<div class="flex justify-center mb-6">
|
| 116 |
<img src="https://huggingface.co/spaces/DjayChucko/EnablingSales/resolve/main/images/MediaEntertainment-Illustration-transparent.png" alt="Strategic Toolkit Illustration" class="h-[24rem] w-auto ">
|
| 117 |
</div>
|
| 118 |
-
<h2 class="text-3xl font-bold text-center mb-12 text-white">Strategic
|
| 119 |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
|
| 120 |
<a href="value-mapper.html" class="bg-white/10 dark:bg-gray-700/30 text-white rounded-xl p-6 shadow-md card-hover backdrop-blur-sm border border-white/10">
|
| 121 |
<div class="w-12 h-12 rounded-lg bg-primary/20 flex items-center justify-center mb-4">
|
| 122 |
<i data-feather="map" class="text-primary"></i>
|
| 123 |
</div>
|
| 124 |
-
<h3 class="text-xl font-semibold mb-2">Value
|
| 125 |
<p class="text-gray-300 dark:text-gray-300">Qualify leads <span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-[#DB87FF]">effectively</span> by mapping their values to your solutions.</p>
|
| 126 |
</a>
|
| 127 |
|
|
@@ -148,13 +148,11 @@ game
|
|
| 148 |
<h3 class="text-xl font-semibold mb-2">Sales Academy</h3>
|
| 149 |
<p class="text-gray-300 dark:text-gray-300">Enroll in eLearning training courses designed to help you raise your sales game and become an <span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-[#EC0BC3]">ELITE</span> seller.</p>
|
| 150 |
</a>
|
| 151 |
-
|
| 152 |
</div>
|
| 153 |
</div>
|
| 154 |
</section>
|
| 155 |
-
|
| 156 |
-
<
|
| 157 |
-
<div class="container mx-auto px-4 text-center">
|
| 158 |
<h2 class="text-3xl font-bold text-white mb-6">Ready to Transform Your Sales Approach?</h2>
|
| 159 |
<p class="text-white/90 mb-8 max-w-2xl mx-auto">
|
| 160 |
Embrace solution selling tailored for B2B sellers looking to stand out in a busy market.
|
|
@@ -166,7 +164,6 @@ game
|
|
| 166 |
</div>
|
| 167 |
</div>
|
| 168 |
</section>
|
| 169 |
-
|
| 170 |
<footer class="bg-purple-800 backdrop-blur-sm border-t border-gray-700">
|
| 171 |
<div class="container mx-auto px-4 py-8">
|
| 172 |
<div class="flex flex-col md:flex-row justify-between items-center">
|
|
|
|
| 115 |
<div class="flex justify-center mb-6">
|
| 116 |
<img src="https://huggingface.co/spaces/DjayChucko/EnablingSales/resolve/main/images/MediaEntertainment-Illustration-transparent.png" alt="Strategic Toolkit Illustration" class="h-[24rem] w-auto ">
|
| 117 |
</div>
|
| 118 |
+
<h2 class="text-3xl font-bold text-center mb-12 text-white">Strategic tools for <span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-[#C43BFF]">ELITE</span> sales professionals</h2>
|
| 119 |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
|
| 120 |
<a href="value-mapper.html" class="bg-white/10 dark:bg-gray-700/30 text-white rounded-xl p-6 shadow-md card-hover backdrop-blur-sm border border-white/10">
|
| 121 |
<div class="w-12 h-12 rounded-lg bg-primary/20 flex items-center justify-center mb-4">
|
| 122 |
<i data-feather="map" class="text-primary"></i>
|
| 123 |
</div>
|
| 124 |
+
<h3 class="text-xl font-semibold mb-2">Value Mapping</h3>
|
| 125 |
<p class="text-gray-300 dark:text-gray-300">Qualify leads <span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-[#DB87FF]">effectively</span> by mapping their values to your solutions.</p>
|
| 126 |
</a>
|
| 127 |
|
|
|
|
| 148 |
<h3 class="text-xl font-semibold mb-2">Sales Academy</h3>
|
| 149 |
<p class="text-gray-300 dark:text-gray-300">Enroll in eLearning training courses designed to help you raise your sales game and become an <span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-[#EC0BC3]">ELITE</span> seller.</p>
|
| 150 |
</a>
|
|
|
|
| 151 |
</div>
|
| 152 |
</div>
|
| 153 |
</section>
|
| 154 |
+
<section class="py-16 bg-[#8F1CC2] backdrop-blur-sm bg-opacity-90">
|
| 155 |
+
<div class="container mx-auto px-4 text-center">
|
|
|
|
| 156 |
<h2 class="text-3xl font-bold text-white mb-6">Ready to Transform Your Sales Approach?</h2>
|
| 157 |
<p class="text-white/90 mb-8 max-w-2xl mx-auto">
|
| 158 |
Embrace solution selling tailored for B2B sellers looking to stand out in a busy market.
|
|
|
|
| 164 |
</div>
|
| 165 |
</div>
|
| 166 |
</section>
|
|
|
|
| 167 |
<footer class="bg-purple-800 backdrop-blur-sm border-t border-gray-700">
|
| 168 |
<div class="container mx-auto px-4 py-8">
|
| 169 |
<div class="flex flex-col md:flex-row justify-between items-center">
|