bh6001 commited on
Commit
d0d5347
·
verified ·
1 Parent(s): 3865090

and these are the some of the solutions which we gave Creation of complete end to end quote system.

Browse files

Creation of policy dashboard to maintain policies.
User can see the progress of the transaction clearly
Integrated multiple vendors into one platform.
Maintained separate user management channels for every users.
Users can make multiple transactions with one order
Timely notification emails were introduced.

Files changed (1) hide show
  1. casestudy.html +29 -17
casestudy.html CHANGED
@@ -242,25 +242,37 @@
242
  <div class="swiper-slide">
243
  <div class="bg-indigo-50 rounded-2xl p-8 sm:p-12">
244
  <div class="mb-8">
245
- <h3 class="text-2xl font-bold text-gray-900 mb-6 text-center">Solution Overview</h3>
246
- <div class="bg-white rounded-xl shadow-lg overflow-hidden p-6">
247
  <div class="grid md:grid-cols-2 gap-6">
248
  <div class="feature-card bg-indigo-50 p-6 rounded-lg">
249
- <h3 class="font-bold text-lg text-gray-900 mb-2">1. Progressive Disclosure</h3>
250
- <p class="text-gray-600">Breaking complex forms into manageable steps</p>
251
- </div>
252
- <div class="feature-card bg-indigo-50 p-6 rounded-lg">
253
- <h3 class="font-bold text-lg text-gray-900 mb-2">2. Smart Defaults</h3>
254
- <p class="text-gray-600">Pre-filling known customer information</p>
255
- </div>
256
- <div class="feature-card bg-indigo-50 p-6 rounded-lg">
257
- <h3 class="font-bold text-lg text-gray-900 mb-2">3. Contextual Help</h3>
258
- <p class="text-gray-600">Inline explanations for insurance terms</p>
259
- </div>
260
- <div class="feature-card bg-indigo-50 p-6 rounded-lg">
261
- <h3 class="font-bold text-lg text-gray-900 mb-2">4. Visual Indicators</h3>
262
- <p class="text-gray-600">Progress tracking through the journey</p>
263
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
264
  </div>
265
  </div>
266
  </div>
 
242
  <div class="swiper-slide">
243
  <div class="bg-indigo-50 rounded-2xl p-8 sm:p-12">
244
  <div class="mb-8">
245
+ <h3 class="text-2xl font-bold text-gray-900 mb-6 text-center">Key Solutions Implemented</h3>
246
+ <div class="bg-white rounded-xl shadow-lg overflow-hidden p-6">
247
  <div class="grid md:grid-cols-2 gap-6">
248
  <div class="feature-card bg-indigo-50 p-6 rounded-lg">
249
+ <h3 class="font-bold text-lg text-gray-900 mb-2">1. End-to-End Quote System</h3>
250
+ <p class="text-gray-600">Complete digital quoting workflow from start to finish</p>
251
+ </div>
252
+ <div class="feature-card bg-indigo-50 p-6 rounded-lg">
253
+ <h3 class="font-bold text-lg text-gray-900 mb-2">2. Policy Dashboard</h3>
254
+ <p class="text-gray-600">Centralized view for policy management and tracking</p>
255
+ </div>
256
+ <div class="feature-card bg-indigo-50 p-6 rounded-lg">
257
+ <h3 class="font-bold text-lg text-gray-900 mb-2">3. Transaction Visibility</h3>
258
+ <p class="text-gray-600">Clear progress tracking for all transactions</p>
259
+ </div>
260
+ <div class="feature-card bg-indigo-50 p-6 rounded-lg">
261
+ <h3 class="font-bold text-lg text-gray-900 mb-2">4. Vendor Integration</h3>
262
+ <p class="text-gray-600">Unified platform combining multiple vendor systems</p>
263
+ </div>
264
+ <div class="feature-card bg-indigo-50 p-6 rounded-lg">
265
+ <h3 class="font-bold text-lg text-gray-900 mb-2">5. Role-Based Access</h3>
266
+ <p class="text-gray-600">Granular user management for different roles</p>
267
+ </div>
268
+ <div class="feature-card bg-indigo-50 p-6 rounded-lg">
269
+ <h3 class="font-bold text-lg text-gray-900 mb-2">6. Multi-Transaction Orders</h3>
270
+ <p class="text-gray-600">Support for multiple transactions per order</p>
271
+ </div>
272
+ <div class="feature-card bg-indigo-50 p-6 rounded-lg">
273
+ <h3 class="font-bold text-lg text-gray-900 mb-2">7. Notification System</h3>
274
+ <p class="text-gray-600">Automated email alerts for important events</p>
275
+ </div>
276
  </div>
277
  </div>
278
  </div>