Spaces:
Running
Running
make it full width slider - Follow Up Deployment
Browse files- index.html +10 -13
index.html
CHANGED
|
@@ -151,40 +151,37 @@
|
|
| 151 |
<div class="-mt-1">
|
| 152 |
<svg viewBox="0 0 1440 100" class="w-full" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="#18192b" d="M0,100 C480,0 960,100 1440,0 L1440,100 L0,100 Z"></path></svg>
|
| 153 |
</div>
|
| 154 |
-
<section id="values" class="py-24 px-4 sm:px-6 lg:px-8 relative z-10 bg-[#18192b]
|
| 155 |
-
<!-- Animated/floating background shapes -->
|
| 156 |
-
<div class="absolute -top-20 -left-20 w-80 h-80 bg-gradient-to-br from-purple-500/20 to-blue-500/10 rounded-full blur-3xl animate-pulse"></div>
|
| 157 |
-
<div class="absolute bottom-0 right-0 w-96 h-96 bg-gradient-to-tr from-pink-400/20 to-blue-400/10 rounded-full blur-3xl animate-pulse"></div>
|
| 158 |
<div class="container mx-auto max-w-7xl relative z-10">
|
| 159 |
<h2 class="text-4xl sm:text-5xl font-extrabold mb-16 text-center text-purple-400 glow">Our Values</h2>
|
| 160 |
-
<div class="grid
|
| 161 |
<!-- Value Card 1 -->
|
| 162 |
-
<div class="group bg-white/10 backdrop-blur-md rounded-3xl p-8 shadow-
|
| 163 |
-
<div class="mb-6 flex items-center justify-center w-20 h-20 rounded-full bg-gradient-to-br from-blue-500 to-blue-300 shadow-lg
|
| 164 |
<i class="fas fa-star text-4xl text-white"></i>
|
| 165 |
</div>
|
| 166 |
<h3 class="text-2xl font-bold text-blue-200 mb-2">Quality First</h3>
|
| 167 |
<p class="text-gray-200">We prioritize the highest standards in quality, hygiene, and service. From sourcing products to customer interactions, we ensure every detail meets our commitment to excellence.</p>
|
| 168 |
</div>
|
| 169 |
<!-- Value Card 2 -->
|
| 170 |
-
<div class="group bg-white/10 backdrop-blur-md rounded-3xl p-8 shadow-
|
| 171 |
-
<div class="mb-6 flex items-center justify-center w-20 h-20 rounded-full bg-gradient-to-br from-purple-500 to-purple-300 shadow-lg
|
| 172 |
<i class="fas fa-users text-4xl text-white"></i>
|
| 173 |
</div>
|
| 174 |
<h3 class="text-2xl font-bold text-purple-200 mb-2">Customer-Centric</h3>
|
| 175 |
<p class="text-gray-200">We believe in building lasting relationships by understanding customer needs, listening to feedback, and consistently exceeding expectations.</p>
|
| 176 |
</div>
|
| 177 |
<!-- Value Card 3 -->
|
| 178 |
-
<div class="group bg-white/10 backdrop-blur-md rounded-3xl p-8 shadow-
|
| 179 |
-
<div class="mb-6 flex items-center justify-center w-20 h-20 rounded-full bg-gradient-to-br from-teal-500 to-teal-300 shadow-lg
|
| 180 |
<i class="fas fa-balance-scale text-4xl text-white"></i>
|
| 181 |
</div>
|
| 182 |
<h3 class="text-2xl font-bold text-teal-200 mb-2">Integrity</h3>
|
| 183 |
<p class="text-gray-200">Honesty and openness are at our core — in our products, pricing, and business practices. We operate with fairness and responsibility at all levels.</p>
|
| 184 |
</div>
|
| 185 |
<!-- Value Card 4 -->
|
| 186 |
-
<div class="group bg-white/10 backdrop-blur-md rounded-3xl p-8 shadow-
|
| 187 |
-
<div class="mb-6 flex items-center justify-center w-20 h-20 rounded-full bg-gradient-to-br from-pink-500 to-pink-300 shadow-lg
|
| 188 |
<i class="fas fa-lightbulb text-4xl text-white"></i>
|
| 189 |
</div>
|
| 190 |
<h3 class="text-2xl font-bold text-pink-200 mb-2">Innovation</h3>
|
|
|
|
| 151 |
<div class="-mt-1">
|
| 152 |
<svg viewBox="0 0 1440 100" class="w-full" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="#18192b" d="M0,100 C480,0 960,100 1440,0 L1440,100 L0,100 Z"></path></svg>
|
| 153 |
</div>
|
| 154 |
+
<section id="values" class="py-24 px-4 sm:px-6 lg:px-8 relative z-10 bg-[#18192b]">
|
|
|
|
|
|
|
|
|
|
| 155 |
<div class="container mx-auto max-w-7xl relative z-10">
|
| 156 |
<h2 class="text-4xl sm:text-5xl font-extrabold mb-16 text-center text-purple-400 glow">Our Values</h2>
|
| 157 |
+
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-10">
|
| 158 |
<!-- Value Card 1 -->
|
| 159 |
+
<div class="group bg-white/10 backdrop-blur-md rounded-3xl p-8 shadow-xl flex flex-col items-center text-center hover:scale-105 transition-transform duration-300">
|
| 160 |
+
<div class="mb-6 flex items-center justify-center w-20 h-20 rounded-full bg-gradient-to-br from-blue-500 to-blue-300 shadow-lg">
|
| 161 |
<i class="fas fa-star text-4xl text-white"></i>
|
| 162 |
</div>
|
| 163 |
<h3 class="text-2xl font-bold text-blue-200 mb-2">Quality First</h3>
|
| 164 |
<p class="text-gray-200">We prioritize the highest standards in quality, hygiene, and service. From sourcing products to customer interactions, we ensure every detail meets our commitment to excellence.</p>
|
| 165 |
</div>
|
| 166 |
<!-- Value Card 2 -->
|
| 167 |
+
<div class="group bg-white/10 backdrop-blur-md rounded-3xl p-8 shadow-xl flex flex-col items-center text-center hover:scale-105 transition-transform duration-300">
|
| 168 |
+
<div class="mb-6 flex items-center justify-center w-20 h-20 rounded-full bg-gradient-to-br from-purple-500 to-purple-300 shadow-lg">
|
| 169 |
<i class="fas fa-users text-4xl text-white"></i>
|
| 170 |
</div>
|
| 171 |
<h3 class="text-2xl font-bold text-purple-200 mb-2">Customer-Centric</h3>
|
| 172 |
<p class="text-gray-200">We believe in building lasting relationships by understanding customer needs, listening to feedback, and consistently exceeding expectations.</p>
|
| 173 |
</div>
|
| 174 |
<!-- Value Card 3 -->
|
| 175 |
+
<div class="group bg-white/10 backdrop-blur-md rounded-3xl p-8 shadow-xl flex flex-col items-center text-center hover:scale-105 transition-transform duration-300">
|
| 176 |
+
<div class="mb-6 flex items-center justify-center w-20 h-20 rounded-full bg-gradient-to-br from-teal-500 to-teal-300 shadow-lg">
|
| 177 |
<i class="fas fa-balance-scale text-4xl text-white"></i>
|
| 178 |
</div>
|
| 179 |
<h3 class="text-2xl font-bold text-teal-200 mb-2">Integrity</h3>
|
| 180 |
<p class="text-gray-200">Honesty and openness are at our core — in our products, pricing, and business practices. We operate with fairness and responsibility at all levels.</p>
|
| 181 |
</div>
|
| 182 |
<!-- Value Card 4 -->
|
| 183 |
+
<div class="group bg-white/10 backdrop-blur-md rounded-3xl p-8 shadow-xl flex flex-col items-center text-center hover:scale-105 transition-transform duration-300">
|
| 184 |
+
<div class="mb-6 flex items-center justify-center w-20 h-20 rounded-full bg-gradient-to-br from-pink-500 to-pink-300 shadow-lg">
|
| 185 |
<i class="fas fa-lightbulb text-4xl text-white"></i>
|
| 186 |
</div>
|
| 187 |
<h3 class="text-2xl font-bold text-pink-200 mb-2">Innovation</h3>
|