1.5
This commit is contained in:
parent
d90593c88d
commit
6342f25a1a
@ -190,25 +190,11 @@ h2.section-title {
|
|||||||
Case Study & Testimonials Pages
|
Case Study & Testimonials Pages
|
||||||
--- */
|
--- */
|
||||||
|
|
||||||
.card-link {
|
.card {
|
||||||
text-decoration: none;
|
|
||||||
color: inherit;
|
|
||||||
display: block;
|
|
||||||
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
||||||
position: relative;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-link::after {
|
.card:hover {
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-link:hover .card {
|
|
||||||
transform: translateY(-5px);
|
transform: translateY(-5px);
|
||||||
box-shadow: 0 8px 25px rgba(187, 134, 252, 0.15);
|
box-shadow: 0 8px 25px rgba(187, 134, 252, 0.15);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -46,42 +46,36 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<!-- Case Study 1 -->
|
<!-- Case Study 1 -->
|
||||||
<div class="col-md-6 col-lg-4 mb-4">
|
<div class="col-md-6 col-lg-4 mb-4">
|
||||||
<a href="case-study-detail.php?id=1" class="card-link">
|
<div class="card h-100">
|
||||||
<div class="card h-100">
|
<img src="https://picsum.photos/seed/erp-success/800/600" class="card-img-top" alt="Abstract visualization of a successful global ERP network.">
|
||||||
<img src="https://picsum.photos/seed/erp-success/800/600" class="card-img-top" alt="Abstract visualization of a successful global ERP network.">
|
<div class="card-body d-flex flex-column">
|
||||||
<div class="card-body d-flex flex-column">
|
<h5 class="card-title">Global ERP Implementation for a Fortune 500 Company</h5>
|
||||||
<h5 class="card-title">Global ERP Implementation for a Fortune 500 Company</h5>
|
<p class="card-text flex-grow-1">A multinational corporation needed to unify its disparate legacy systems into a single, modern ERP platform across four continents.</p>
|
||||||
<p class="card-text flex-grow-1">A multinational corporation needed to unify its disparate legacy systems into a single, modern ERP platform across four continents.</p>
|
<a href="case-study-detail.php?id=1" class="btn btn-outline-primary mt-auto">Read More</a>
|
||||||
<span class="btn btn-outline-primary mt-auto">Read More</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Case Study 2 -->
|
<!-- Case Study 2 -->
|
||||||
<div class="col-md-6 col-lg-4 mb-4">
|
<div class="col-md-6 col-lg-4 mb-4">
|
||||||
<a href="case-study-detail.php?id=2" class="card-link">
|
<div class="card h-100">
|
||||||
<div class="card h-100">
|
<img src="https://picsum.photos/seed/fintech-app/800/600" class="card-img-top" alt="A sleek smartphone displaying a modern FinTech application interface.">
|
||||||
<img src="https://picsum.photos/seed/fintech-app/800/600" class="card-img-top" alt="A sleek smartphone displaying a modern FinTech application interface.">
|
<div class="card-body d-flex flex-column">
|
||||||
<div class="card-body d-flex flex-column">
|
<h5 class="card-title">Launch of a High-Growth FinTech Mobile App</h5>
|
||||||
<h5 class="card-title">Launch of a High-Growth FinTech Mobile App</h5>
|
<p class="card-text flex-grow-1">A startup aimed to disrupt the personal finance space with a new mobile app, needing to go from concept to MVP in just four months.</p>
|
||||||
<p class="card-text flex-grow-1">A startup aimed to disrupt the personal finance space with a new mobile app, needing to go from concept to MVP in just four months.</p>
|
<a href="case-study-detail.php?id=2" class="btn btn-outline-primary mt-auto">Read More</a>
|
||||||
<span class="btn btn-outline-primary mt-auto">Read More</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Case Study 3 -->
|
<!-- Case Study 3 -->
|
||||||
<div class="col-md-6 col-lg-4 mb-4">
|
<div class="col-md-6 col-lg-4 mb-4">
|
||||||
<a href="case-study-detail.php?id=3" class="card-link">
|
<div class="card h-100">
|
||||||
<div class="card h-100">
|
<img src="https://picsum.photos/seed/luxury-hotel/800/600" class="card-img-top" alt="Elegant lobby of a luxury hotel, reflecting a unified and premium brand identity.">
|
||||||
<img src="https://picsum.photos/seed/luxury-hotel/800/600" class="card-img-top" alt="Elegant lobby of a luxury hotel, reflecting a unified and premium brand identity.">
|
<div class="card-body d-flex flex-column">
|
||||||
<div class="card-body d-flex flex-column">
|
<h5 class="card-title">Cross-Platform Brand Unification for a Luxury Hotel Group</h5>
|
||||||
<h5 class="card-title">Cross-Platform Brand Unification for a Luxury Hotel Group</h5>
|
<p class="card-text flex-grow-1">A prestigious hotel chain had an inconsistent digital presence across their website, mobile app, and booking engine.</p>
|
||||||
<p class="card-text flex-grow-1">A prestigious hotel chain had an inconsistent digital presence across their website, mobile app, and booking engine.</p>
|
<a href="case-study-detail.php?id=3" class="btn btn-outline-primary mt-auto">Read More</a>
|
||||||
<span class="btn btn-outline-primary mt-auto">Read More</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -6,7 +6,7 @@ $case_studies = [
|
|||||||
'image' => 'https://picsum.photos/seed/erp-success/1200/700',
|
'image' => 'https://picsum.photos/seed/erp-success/1200/700',
|
||||||
'alt' => 'Abstract visualization of a successful global ERP network.',
|
'alt' => 'Abstract visualization of a successful global ERP network.',
|
||||||
'challenge' => 'A multinational corporation with over 10,000 employees across four continents needed to unify its disparate legacy systems into a single, modern ERP platform. The primary challenges were ensuring zero downtime during migration, managing data integrity, and training a culturally diverse workforce.',
|
'challenge' => 'A multinational corporation with over 10,000 employees across four continents needed to unify its disparate legacy systems into a single, modern ERP platform. The primary challenges were ensuring zero downtime during migration, managing data integrity, and training a culturally diverse workforce.',
|
||||||
'solution' => 'We orchestrated a phased, 18-month rollout strategy, beginning with a comprehensive business process analysis. A cross-functional team of over 50 specialists was managed across multiple time zones. We implemented a 'train-the-trainer' program to empower regional leaders and developed a custom data migration tool to ensure 99.99% accuracy.',
|
'solution' => 'We orchestrated a phased, 18-month rollout strategy, beginning with a comprehensive business process analysis. A cross-functional team of over 50 specialists was managed across multiple time zones. We implemented a \'train-the-trainer\' program to empower regional leaders and developed a custom data migration tool to ensure 99.99% accuracy.',
|
||||||
'result' => 'The project was delivered on time and 5% under budget. The unified ERP system resulted in a 20% increase in operational efficiency, a 15% reduction in reporting time, and provided a single source of truth for global operations. The client experienced zero critical downtime during the entire migration process.',
|
'result' => 'The project was delivered on time and 5% under budget. The unified ERP system resulted in a 20% increase in operational efficiency, a 15% reduction in reporting time, and provided a single source of truth for global operations. The client experienced zero critical downtime during the entire migration process.',
|
||||||
'testimonial' => [
|
'testimonial' => [
|
||||||
'quote' => 'Their coordination across time zones was flawless. They didn't just manage a project; they became a strategic partner in our global transformation.',
|
'quote' => 'Their coordination across time zones was flawless. They didn't just manage a project; they became a strategic partner in our global transformation.',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user