File size: 22,418 Bytes
d774e02
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Xcelerant Consulting | Albiero Energy Solutions</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        .gradient-bg {
            background: linear-gradient(135deg, #1e3a8a 0%, #0ea5e9 100%);
        }
        .card-hover:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        .floating {
            animation: floating 3s ease-in-out infinite;
        }
        @keyframes floating {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-15px); }
            100% { transform: translateY(0px); }
        }
    </style>
</head>
<body class="font-sans antialiased text-gray-800">
    <!-- Header -->
    <header class="gradient-bg text-white">
        <div class="container mx-auto px-6 py-16">
            <div class="flex flex-col md:flex-row items-center">
                <div class="md:w-1/2 mb-10 md:mb-0">
                    <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-4">Powering Albiero's <span class="text-yellow-300">Operational Excellence</span></h1>
                    <p class="text-xl mb-8">Xcelerant Consulting delivers tailored solutions to optimize your energy control operations and supply chain for maximum efficiency and cost savings.</p>
                    <button class="bg-yellow-400 hover:bg-yellow-500 text-gray-900 font-bold py-3 px-8 rounded-full transition duration-300 transform hover:scale-105">
                        Schedule Consultation
                    </button>
                </div>
                <div class="md:w-1/2 flex justify-center">
                    <img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" 
                         alt="Energy Control Systems" 
                         class="rounded-xl shadow-2xl w-full max-w-md floating">
                </div>
            </div>
        </div>
    </header>

    <!-- Client Logo -->
    <section class="bg-gray-50 py-8">
        <div class="container mx-auto px-6">
            <div class="flex flex-col items-center">
                <h3 class="text-gray-500 text-sm font-semibold mb-6">TRUSTED PARTNER OF</h3>
                <div class="flex flex-wrap justify-center items-center gap-12">
                    <img src="https://via.placeholder.com/180x80?text=Albiero+Energy" alt="Albiero Energy" class="h-12 opacity-80 hover:opacity-100 transition">
                    <img src="https://via.placeholder.com/180x80?text=Energy+Partners" alt="Energy Partners" class="h-12 opacity-80 hover:opacity-100 transition">
                    <img src="https://via.placeholder.com/180x80?text=Power+Solutions" alt="Power Solutions" class="h-12 opacity-80 hover:opacity-100 transition">
                </div>
            </div>
        </div>
    </section>

    <!-- Value Proposition -->
    <section class="py-20 bg-white">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Transforming Albiero's Energy Operations</h2>
                <div class="w-24 h-1 bg-blue-600 mx-auto mb-6"></div>
                <p class="text-xl text-gray-600 max-w-3xl mx-auto">
                    We specialize in helping energy control companies like Albiero streamline processes, reduce costs, and enhance supply chain resilience through data-driven strategies.
                </p>
            </div>

            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <!-- Card 1 -->
                <div class="bg-gray-50 rounded-xl p-8 transition duration-300 card-hover">
                    <div class="text-blue-600 text-4xl mb-6">
                        <i class="fas fa-chart-line"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-4">Operational Efficiency</h3>
                    <p class="text-gray-600 mb-4">
                        Identify and eliminate bottlenecks in your energy control processes to improve throughput by 25-40%.
                    </p>
                    <ul class="space-y-2 text-gray-600">
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
                            <span>Process optimization for energy monitoring systems</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
                            <span>Workforce productivity improvements</span>
                        </li>
                    </ul>
                </div>

                <!-- Card 2 -->
                <div class="bg-gray-50 rounded-xl p-8 transition duration-300 card-hover">
                    <div class="text-blue-600 text-4xl mb-6">
                        <i class="fas fa-truck-loading"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-4">Supply Chain Optimization</h3>
                    <p class="text-gray-600 mb-4">
                        Reduce procurement costs by 15-30% while improving component availability for your control systems.
                    </p>
                    <ul class="space-y-2 text-gray-600">
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
                            <span>Vendor consolidation strategies</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
                            <span>Inventory management for critical components</span>
                        </li>
                    </ul>
                </div>

                <!-- Card 3 -->
                <div class="bg-gray-50 rounded-xl p-8 transition duration-300 card-hover">
                    <div class="text-blue-600 text-4xl mb-6">
                        <i class="fas fa-bolt"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-4">Technology Integration</h3>
                    <p class="text-gray-600 mb-4">
                        Implement cutting-edge solutions to enhance your energy control capabilities and data analytics.
                    </p>
                    <ul class="space-y-2 text-gray-600">
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
                            <span>IoT integration for real-time monitoring</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
                            <span>Predictive maintenance solutions</span>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
    </section>

    <!-- Case Study -->
    <section class="py-20 bg-gray-50">
        <div class="container mx-auto px-6">
            <div class="flex flex-col md:flex-row items-center">
                <div class="md:w-1/2 mb-10 md:mb-0">
                    <h2 class="text-3xl font-bold text-gray-900 mb-6">Proven Results in Energy Sector</h2>
                    <div class="w-24 h-1 bg-blue-600 mb-6"></div>
                    <p class="text-gray-600 mb-6">
                        For a client similar to Albiero, we implemented operational improvements that resulted in:
                    </p>
                    <div class="grid grid-cols-2 gap-6 mb-8">
                        <div class="bg-white p-6 rounded-lg shadow-sm">
                            <div class="text-blue-600 text-3xl font-bold mb-2">32%</div>
                            <div class="text-gray-600">Reduction in operational costs</div>
                        </div>
                        <div class="bg-white p-6 rounded-lg shadow-sm">
                            <div class="text-blue-600 text-3xl font-bold mb-2">28%</div>
                            <div class="text-gray-600">Faster order fulfillment</div>
                        </div>
                        <div class="bg-white p-6 rounded-lg shadow-sm">
                            <div class="text-blue-600 text-3xl font-bold mb-2">45%</div>
                            <div class="text-gray-600">Reduction in inventory waste</div>
                        </div>
                        <div class="bg-white p-6 rounded-lg shadow-sm">
                            <div class="text-blue-600 text-3xl font-bold mb-2">99.2%</div>
                            <div class="text-gray-600">System uptime achieved</div>
                        </div>
                    </div>
                    <button class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-full transition duration-300">
                        Download Case Study
                    </button>
                </div>
                <div class="md:w-1/2">
                    <div class="bg-white p-8 rounded-xl shadow-lg">
                        <h3 class="text-xl font-bold mb-6">Our Approach for Albiero</h3>
                        <div class="space-y-6">
                            <!-- Step 1 -->
                            <div class="flex">
                                <div class="flex-shrink-0 mr-4">
                                    <div class="flex items-center justify-center h-10 w-10 rounded-full bg-blue-100 text-blue-600 font-bold">
                                        1
                                    </div>
                                </div>
                                <div>
                                    <h4 class="font-semibold text-gray-900">Comprehensive Assessment</h4>
                                    <p class="text-gray-600 mt-1">
                                        Deep dive into your current operations and supply chain to identify improvement opportunities.
                                    </p>
                                </div>
                            </div>
                            <!-- Step 2 -->
                            <div class="flex">
                                <div class="flex-shrink-0 mr-4">
                                    <div class="flex items-center justify-center h-10 w-10 rounded-full bg-blue-100 text-blue-600 font-bold">
                                        2
                                    </div>
                                </div>
                                <div>
                                    <h4 class="font-semibold text-gray-900">Tailored Strategy Development</h4>
                                    <p class="text-gray-600 mt-1">
                                        Create customized solutions addressing your specific energy control challenges.
                                    </p>
                                </div>
                            </div>
                            <!-- Step 3 -->
                            <div class="flex">
                                <div class="flex-shrink-0 mr-4">
                                    <div class="flex items-center justify-center h-10 w-10 rounded-full bg-blue-100 text-blue-600 font-bold">
                                        3
                                    </div>
                                </div>
                                <div>
                                    <h4 class="font-semibold text-gray-900">Implementation Support</h4>
                                    <p class="text-gray-600 mt-1">
                                        Hands-on assistance to ensure smooth adoption of new processes and technologies.
                                    </p>
                                </div>
                            </div>
                            <!-- Step 4 -->
                            <div class="flex">
                                <div class="flex-shrink-0 mr-4">
                                    <div class="flex items-center justify-center h-10 w-10 rounded-full bg-blue-100 text-blue-600 font-bold">
                                        4
                                    </div>
                                </div>
                                <div>
                                    <h4 class="font-semibold text-gray-900">Continuous Improvement</h4>
                                    <p class="text-gray-600 mt-1">
                                        Ongoing monitoring and adjustments to maintain peak performance.
                                    </p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Testimonials -->
    <section class="py-20 bg-white">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-3xl font-bold text-gray-900 mb-4">What Our Clients Say</h2>
                <div class="w-24 h-1 bg-blue-600 mx-auto mb-6"></div>
            </div>
            <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
                <!-- Testimonial 1 -->
                <div class="bg-gray-50 p-8 rounded-xl">
                    <div class="flex items-center mb-6">
                        <div class="text-yellow-400 text-2xl mr-2">
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                        </div>
                    </div>
                    <p class="text-gray-600 italic mb-6">
                        "Xcelerant's supply chain optimization reduced our component procurement costs by 22% while improving delivery reliability. Their energy sector expertise was evident throughout the engagement."
                    </p>
                    <div class="flex items-center">
                        <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <h4 class="font-bold">Michael Rodriguez</h4>
                            <p class="text-gray-500 text-sm">COO, PowerGrid Solutions</p>
                        </div>
                    </div>
                </div>
                <!-- Testimonial 2 -->
                <div class="bg-gray-50 p-8 rounded-xl">
                    <div class="flex items-center mb-6">
                        <div class="text-yellow-400 text-2xl mr-2">
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                        </div>
                    </div>
                    <p class="text-gray-600 italic mb-6">
                        "The operational efficiency improvements implemented by Xcelerant allowed us to handle 35% more customer installations without adding staff. Their recommendations were practical and immediately impactful."
                    </p>
                    <div class="flex items-center">
                        <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <h4 class="font-bold">Sarah Chen</h4>
                            <p class="text-gray-500 text-sm">VP Operations, EnergyControl Inc.</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- CTA -->
    <section class="gradient-bg text-white py-20">
        <div class="container mx-auto px-6 text-center">
            <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Transform Albiero's Operations?</h2>
            <p class="text-xl mb-8 max-w-2xl mx-auto">
                Let's discuss how Xcelerant Consulting can help your energy control company achieve operational excellence and significant cost savings.
            </p>
            <div class="flex flex-col sm:flex-row justify-center gap-4">
                <button class="bg-white hover:bg-gray-100 text-blue-600 font-bold py-3 px-8 rounded-full transition duration-300">
                    <i class="fas fa-phone-alt mr-2"></i> Schedule Call
                </button>
                <button class="bg-transparent hover:bg-blue-800 text-white font-bold py-3 px-8 border-2 border-white rounded-full transition duration-300">
                    <i class="fas fa-envelope mr-2"></i> Email Us
                </button>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-900 text-white py-12">
        <div class="container mx-auto px-6">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
                <div>
                    <h3 class="text-xl font-bold mb-4">Xcelerant Consulting</h3>
                    <p class="text-gray-400">
                        Specializing in operational excellence and supply chain optimization for energy control companies.
                    </p>
                </div>
                <div>
                    <h4 class="font-semibold mb-4">Services</h4>
                    <ul class="space-y-2 text-gray-400">
                        <li><a href="#" class="hover:text-white transition">Operational Efficiency</a></li>
                        <li><a href="#" class="hover:text-white transition">Supply Chain Optimization</a></li>
                        <li><a href="#" class="hover:text-white transition">Technology Integration</a></li>
                        <li><a href="#" class="hover:text-white transition">Process Improvement</a></li>
                    </ul>
                </div>
                <div>
                    <h4 class="font-semibold mb-4">Industries</h4>
                    <ul class="space-y-2 text-gray-400">
                        <li><a href="#" class="hover:text-white transition">Energy Control</a></li>
                        <li><a href="#" class="hover:text-white transition">Power Systems</a></li>
                        <li><a href="#" class="hover:text-white transition">Smart Grid</a></li>
                        <li><a href="#" class="hover:text-white transition">Utility Services</a></li>
                    </ul>
                </div>
                <div>
                    <h4 class="font-semibold mb-4">Contact</h4>
                    <address class="not-italic text-gray-400">
                        <p class="mb-2">123 Business Ave</p>
                        <p class="mb-2">New York, NY 10001</p>
                        <p class="mb-2">Phone: (555) 123-4567</p>
                        <p class="mb-4">Email: info@xcelerant.com</p>
                        <div class="flex space-x-4">
                            <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin text-xl"></i></a>
                            <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter text-xl"></i></a>
                            <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook text-xl"></i></a>
                        </div>
                    </address>
                </div>
            </div>
            <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-500">
                <p>&copy; 2023 Xcelerant Consulting. All rights reserved.</p>
            </div>
        </div>
    </footer>

    <script>
        // Simple animation for cards on scroll
        document.addEventListener('DOMContentLoaded', function() {
            const cards = document.querySelectorAll('.card-hover');
            
            const observer = new IntersectionObserver((entries) => {
                entries.forEach(entry => {
                    if (entry.isIntersecting) {
                        entry.target.style.opacity = 1;
                        entry.target.style.transform = 'translateY(0)';
                    }
                });
            }, { threshold: 0.1 });
            
            cards.forEach(card => {
                card.style.opacity = 0;
                card.style.transform = 'translateY(20px)';
                card.style.transition = 'opacity 0.5s ease, transform 0.5s ease';
                observer.observe(card);
            });
            
            // Smooth scrolling for anchor links
            document.querySelectorAll('a[href^="#"]').forEach(anchor => {
                anchor.addEventListener('click', function (e) {
                    e.preventDefault();
                    document.querySelector(this.getAttribute('href')).scrollIntoView({
                        behavior: 'smooth'
                    });
                });
            });
        });
    </script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=lepeleton/xcc" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>