vlcsolutions commited on
Commit
2e4478a
·
verified ·
1 Parent(s): 34812e0

Section 3 - Features: it's not showing properly in Google. correct it

Browse files
Files changed (2) hide show
  1. index.html +51 -101
  2. style.css +25 -30
index.html CHANGED
@@ -363,121 +363,71 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
363
  </div>
364
  </div>
365
  </section>
366
-
367
  <!-- Section 3 - Features -->
368
  <section id="features" class="py-16 bg-white">
369
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
370
- <h2 class="text-3xl md:text-4xl font-bold text-[var(--vlc-navy)] mb-12 text-center" data-aos="fade-up">Features</h2>
371
- <div class="space-y-12">
372
- <!-- Feature 1 -->
373
- <div class="feature-card" data-aos="fade-up">
374
- <h3>Vendor & Freight Integration</h3>
375
- <ul>
376
- <li>Send purchase orders electronically to vendors and freight partners.</li>
377
- <li>Receive and process advanced shipping notices (ASN) automatically.</li>
378
- <li>Track all outbound shipments in real time via carrier systems.</li>
379
- <li>Ensure notifications and alerts are sent to supply chain stakeholders for exceptions or delays.</li>
380
- </ul>
381
- </div>
382
- <!-- Feature 2 -->
383
- <div class="feature-card" data-aos="fade-up">
384
- <h3>External Logistics & Yard Management</h3>
385
- <ul>
386
- <li>Route inbound goods efficiently to appropriate storage locations.</li>
387
- <li>Track trucks, containers, and yard movements in real time.</li>
388
- <li>Manage external storage areas and docking operations seamlessly.</li>
389
- </ul>
390
- </div>
391
- <!-- Feature 3 -->
392
- <div class="feature-card" data-aos="fade-up">
393
- <h3>Receiving Execution</h3>
394
- <ul>
395
- <li>Capture complete ASN, container, and purchase order details.</li>
396
- <li>Automate barcode-based receiving workflows.</li>
397
- <li>Generate unique license plates for all incoming packages.</li>
398
- <li>Plan and execute put-away directly from receiving stations.</li>
399
- <li>Enable internal and external cross-docking operations.</li>
400
- <li>Accelerate intake using Express Receive functionality.</li>
401
- </ul>
402
- </div>
403
- <!-- Feature 4 -->
404
- <div class="feature-card" data-aos="fade-up">
405
- <h3>Delivery Execution</h3>
406
- <ul>
407
- <li>Keep order management updated automatically.</li>
408
- <li>Provide graphical ATP (Available-to-Promise) views.</li>
409
- <li>Execute store or transfer orders efficiently.</li>
410
- <li>Automate reservations using conveyor-assisted systems.</li>
411
- <li>Monitor packing accuracy and efficiency.</li>
412
- <li>Simplify shipping procedures with barcode and RF technology.</li>
413
- </ul>
414
- </div>
415
- <!-- Feature 5 -->
416
- <div class="feature-card" data-aos="fade-up">
417
- <h3>Movement Execution</h3>
418
- <ul>
419
- <li>Separate buffer areas from picking zones.</li>
420
- <li>Use wave-based planning for replenishment of picking locations.</li>
421
- <li>Release fulfillment orders according to operational priorities.</li>
422
- <li>Access real-time picking lists via PDA or forklift displays.</li>
423
- <li>Implement seasonal or campaign-based location planning for picking optimization.</li>
424
- </ul>
425
- </div>
426
- <!-- Feature 6 -->
427
  <div class="feature-card" data-aos="fade-up">
428
- <h3>License Plate Tracking</h3>
429
- <ul>
430
- <li>Focus on handling units such as pallets, cartons, and packages rather than individual items.</li>
431
- <li>Assign unique identifiers for every handling unit for complete traceability.</li>
 
 
432
  </ul>
433
  </div>
434
- <!-- Feature 7 -->
435
- <div class="feature-card" data-aos="fade-up">
436
- <h3>Telnet & WinPDA Handheld Operations</h3>
437
- <ul>
438
- <li>Support more than 50 warehouse processes on handheld devices.</li>
439
- <li>Build additional PDA workflows with a simple design tool.</li>
440
- <li>Automate employee task allocation and workflow distribution.</li>
441
- </ul>
442
- </div>
443
- <!-- Feature 8 -->
444
- <div class="feature-card" data-aos="fade-up">
445
- <h3>Delivery Rules Management</h3>
446
- <ul>
447
- <li>Configure partial deliveries, minimum order values, and automatic cancellations.</li>
448
- <li>Automatically print and release picking lists.</li>
449
- <li>Assign warehouse tasks automatically based on delivery rules.</li>
450
- </ul>
451
- </div>
452
- <!-- Feature 9 -->
453
- <div class="feature-card" data-aos="fade-up">
454
- <h3>Conveyor & Material Handling Integration</h3>
455
- <ul>
456
- <li>Move goods to correct destinations using conveyor systems.</li>
457
- <li>Support multiple conveyor systems through signal-based integration.</li>
458
  </ul>
459
  </div>
460
- <!-- Feature 10 -->
 
461
  <div class="feature-card" data-aos="fade-up">
462
- <h3>Wireless Warehouse Execution</h3>
463
- <ul>
464
- <li>Receive, transfer, count, pick, and ship inventory using wireless devices.</li>
465
- <li>Cover all mobile workflows to ensure continuous operational coverage.</li>
 
 
466
  </ul>
467
  </div>
468
- <!-- Feature 11 -->
469
- <div class="feature-card" data-aos="fade-up">
470
- <h3>Microsoft Dynamics Role Center Integration</h3>
471
- <ul>
472
- <li>Monitor KPIs, performance statistics, and operational metrics directly within Microsoft Dynamics 2019 Role Center.</li>
 
 
 
 
473
  </ul>
474
  </div>
475
- <!-- CTA -->
476
- <div class="text-center mt-16" data-aos="fade-up">
477
- <h3 class="text-2xl font-bold text-[var(--vlc-navy)] mb-6">Take full control of inventory, fulfillment, and logistics with VLC's intelligent warehouse platform. Deliver faster, smarter, and with zero compromise.</h3>
478
- <a href="./contact-us.html" class="btn-primary px-8 py-3 rounded-full text-lg font-bold inline-block">Get Started Today</a>
479
- </div>
480
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
481
  </div>
482
  </section>
483
 
 
363
  </div>
364
  </div>
365
  </section>
 
366
  <!-- Section 3 - Features -->
367
  <section id="features" class="py-16 bg-white">
368
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
369
+ <h2 class="text-3xl md:text-4xl font-bold text-[var(--vlc-navy)] mb-12 text-center" data-aos="fade-up">Warehouse Management System Features</h2>
370
+
371
+ <div class="grid md:grid-cols-2 gap-8">
372
+ <!-- Feature Group 1 -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  <div class="feature-card" data-aos="fade-up">
374
+ <h3 class="text-xl font-bold">Inventory & Receiving Features</h3>
375
+ <ul class="space-y-3">
376
+ <li><strong>Automated Receiving:</strong> Barcode-based workflows with ASN processing and license plate generation</li>
377
+ <li><strong>Cross-Docking:</strong> Enable internal and external cross-docking operations</li>
378
+ <li><strong>Express Receive:</strong> Accelerated intake for high-volume shipments</li>
379
+ <li><strong>License Plate Tracking:</strong> Traceability for pallets, cartons, and packages</li>
380
  </ul>
381
  </div>
382
+
383
+ <!-- Feature Group 2 -->
384
+ <div class="feature-card" data-aos="fade-up" data-aos-delay="100">
385
+ <h3 class="text-xl font-bold">Order Fulfillment Features</h3>
386
+ <ul class="space-y-3">
387
+ <li><strong>Wave-Based Picking:</strong> Optimized picking strategies by priority</li>
388
+ <li><strong>Real-Time ATP:</strong> Graphical Available-to-Promise inventory views</li>
389
+ <li><strong>Automated Packing:</strong> Accuracy monitoring and efficiency tracking</li>
390
+ <li><strong>Shipping Automation:</strong> Barcode and RF technology for error-free shipping</li>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
391
  </ul>
392
  </div>
393
+
394
+ <!-- Feature Group 3 -->
395
  <div class="feature-card" data-aos="fade-up">
396
+ <h3 class="text-xl font-bold">Warehouse Operations</h3>
397
+ <ul class="space-y-3">
398
+ <li><strong>Mobile Workflows:</strong> 50+ processes supported on handheld devices</li>
399
+ <li><strong>Task Automation:</strong> Intelligent employee task allocation</li>
400
+ <li><strong>Zone Management:</strong> Separation of buffer and picking areas</li>
401
+ <li><strong>Seasonal Planning:</strong> Campaign-based location optimization</li>
402
  </ul>
403
  </div>
404
+
405
+ <!-- Feature Group 4 -->
406
+ <div class="feature-card" data-aos="fade-up" data-aos-delay="100">
407
+ <h3 class="text-xl font-bold">Integration Capabilities</h3>
408
+ <ul class="space-y-3">
409
+ <li><strong>Vendor Connectivity:</strong> Electronic PO transmission and ASN processing</li>
410
+ <li><strong>Carrier Integration:</strong> Real-time shipment tracking</li>
411
+ <li><strong>Conveyor Systems:</strong> Signal-based material handling</li>
412
+ <li><strong>Dynamics Integration:</strong> Native KPI dashboards in Role Center</li>
413
  </ul>
414
  </div>
 
 
 
 
 
415
  </div>
416
+
417
+ <div class="mt-12 text-center" data-aos="fade-up">
418
+ <h3 class="text-2xl font-bold text-[var(--vlc-navy)] mb-6">Complete Warehouse Control System</h3>
419
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto mb-8">
420
+ Our warehouse management solution provides end-to-end visibility and control across receiving, storage, picking, packing, and shipping operations.
421
+ Designed for distribution centers, 3PLs, and manufacturing warehouses needing real-time inventory accuracy and operational efficiency.
422
+ </p>
423
+ <div class="text-center mt-16" data-aos="fade-up">
424
+ <h3 class="text-2xl font-bold text-[var(--vlc-navy)] mb-6">Transform Your Warehouse Operations Today</h3>
425
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto mb-8">
426
+ Experience the power of automated warehouse management with real-time visibility, reduced errors, and increased throughput.
427
+ </p>
428
+ <a href="./contact-us.html" class="btn-primary px-8 py-3 rounded-full text-lg font-bold inline-block">Request a Demo</a>
429
+ </div>
430
+ </div>
431
  </div>
432
  </section>
433
 
style.css CHANGED
@@ -3,37 +3,36 @@
3
  .feature-card {
4
  background: white;
5
  border-radius: 12px;
6
- padding: 24px;
7
- margin-bottom: 24px;
8
- box-shadow: 0 4px 6px rgba(0, 32, 96, 0.05);
9
- border-left: 4px solid var(--vlc-leaf);
10
  transition: all 0.3s ease;
 
11
  }
12
 
13
  .feature-card:hover {
14
- transform: translateY(-4px);
15
- box-shadow: 0 10px 20px rgba(0, 32, 96, 0.1);
16
- border-left-color: var(--vlc-sky);
17
  }
18
 
19
  .feature-card h3 {
20
  color: var(--vlc-navy);
21
- font-size: 1.5rem;
22
- margin-bottom: 1rem;
23
  position: relative;
24
- padding-left: 16px;
25
  }
26
 
27
- .feature-card h3:before {
28
  content: "";
29
  position: absolute;
30
  left: 0;
31
- top: 50%;
32
- transform: translateY(-50%);
33
- height: 24px;
34
- width: 4px;
35
- background: linear-gradient(to bottom, var(--vlc-leaf), var(--vlc-sky));
36
- border-radius: 2px;
37
  }
38
 
39
  .feature-card ul {
@@ -42,28 +41,24 @@
42
  }
43
 
44
  .feature-card li {
45
- padding: 8px 0;
46
- position: relative;
47
- padding-left: 28px;
48
  color: var(--vlc-ink);
 
49
  }
50
 
51
- .feature-card li:before {
52
- content: "✓";
53
- position: absolute;
54
- left: 0;
55
- color: var(--vlc-leaf);
56
- font-weight: bold;
57
  }
58
 
59
  .feature-card:nth-child(even) {
60
- border-left-color: var(--vlc-sky);
61
  }
62
 
63
  .feature-card:nth-child(even):hover {
64
- border-left-color: var(--vlc-leaf);
65
  }
66
 
67
- .feature-card:nth-child(even) h3:before {
68
- background: linear-gradient(to bottom, var(--vlc-sky), var(--vlc-leaf));
69
  }
 
3
  .feature-card {
4
  background: white;
5
  border-radius: 12px;
6
+ padding: 28px;
7
+ box-shadow: 0 4px 12px rgba(0, 32, 96, 0.08);
8
+ border-top: 4px solid var(--vlc-leaf);
 
9
  transition: all 0.3s ease;
10
+ height: 100%;
11
  }
12
 
13
  .feature-card:hover {
14
+ transform: translateY(-6px);
15
+ box-shadow: 0 12px 24px rgba(0, 32, 96, 0.12);
16
+ border-top-color: var(--vlc-sky);
17
  }
18
 
19
  .feature-card h3 {
20
  color: var(--vlc-navy);
21
+ font-size: 1.25rem;
22
+ margin-bottom: 1.25rem;
23
  position: relative;
24
+ padding-bottom: 12px;
25
  }
26
 
27
+ .feature-card h3:after {
28
  content: "";
29
  position: absolute;
30
  left: 0;
31
+ bottom: 0;
32
+ height: 2px;
33
+ width: 48px;
34
+ background: linear-gradient(to right, var(--vlc-leaf), var(--vlc-sky));
35
+ border-radius: 1px;
 
36
  }
37
 
38
  .feature-card ul {
 
41
  }
42
 
43
  .feature-card li {
44
+ padding: 10px 0;
 
 
45
  color: var(--vlc-ink);
46
+ line-height: 1.5;
47
  }
48
 
49
+ .feature-card li strong {
50
+ color: var(--vlc-navy);
51
+ font-weight: 600;
 
 
 
52
  }
53
 
54
  .feature-card:nth-child(even) {
55
+ border-top-color: var(--vlc-sky);
56
  }
57
 
58
  .feature-card:nth-child(even):hover {
59
+ border-top-color: var(--vlc-leaf);
60
  }
61
 
62
+ .feature-card:nth-child(even) h3:after {
63
+ background: linear-gradient(to right, var(--vlc-sky), var(--vlc-leaf));
64
  }