diff --git a/src/app/cases/page.tsx b/src/app/cases/page.tsx
index 1d99f0f..bdd1809 100644
--- a/src/app/cases/page.tsx
+++ b/src/app/cases/page.tsx
@@ -26,37 +26,20 @@ export default function LandingPage() {
@@ -70,65 +53,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "case-1",
- brand: "Manufacturing Industry",
- name: "Major Manufacturer A",
- price: "DX Strategy",
- rating: 5,
- reviewCount: "Increased operational efficiency by 20%",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y8zczv",
- imageAlt: "Case study icon",
- },
+ id: "case-1", brand: "Manufacturing Industry", name: "Major Manufacturer A", price: "DX Strategy", rating: 5,
+ reviewCount: "Increased operational efficiency by 20%", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y8zczv", imageAlt: "Case study icon"},
{
- id: "case-2",
- brand: "Retail Sector",
- name: "Retail Chain B",
- price: "SAP S/4HANA Migration",
- rating: 5,
- reviewCount: "Reduced system downtime by 30%",
- imageSrc: "http://img.b2bpic.net/free-photo/celebrate-sunset-beach-creative-gemstone_1232-3550.jpg",
- imageAlt: "Case study icon",
- },
+ id: "case-2", brand: "Retail Sector", name: "Retail Chain B", price: "SAP S/4HANA Migration", rating: 5,
+ reviewCount: "Reduced system downtime by 30%", imageSrc: "http://img.b2bpic.net/free-photo/celebrate-sunset-beach-creative-gemstone_1232-3550.jpg", imageAlt: "Case study icon"},
{
- id: "case-3",
- brand: "Financial Services",
- name: "Regional Bank C",
- price: "IT Due Diligence",
- rating: 5,
- reviewCount: "Enabled successful M&A with minimized IT risk",
- imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139324.jpg",
- imageAlt: "Case study icon",
- },
+ id: "case-3", brand: "Financial Services", name: "Regional Bank C", price: "IT Due Diligence", rating: 5,
+ reviewCount: "Enabled successful M&A with minimized IT risk", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139324.jpg", imageAlt: "Case study icon"},
{
- id: "case-4",
- brand: "Healthcare",
- name: "Medical Group D",
- price: "PMO Support",
- rating: 5,
- reviewCount: "Streamlined project delivery, 15% faster completion",
- imageSrc: "http://img.b2bpic.net/free-vector/golden-geometric-seamless-patterns-set-black-background_53876-67710.jpg",
- imageAlt: "Case study icon",
- },
+ id: "case-4", brand: "Healthcare", name: "Medical Group D", price: "PMO Support", rating: 5,
+ reviewCount: "Streamlined project delivery, 15% faster completion", imageSrc: "http://img.b2bpic.net/free-vector/golden-geometric-seamless-patterns-set-black-background_53876-67710.jpg", imageAlt: "Case study icon"},
{
- id: "case-5",
- brand: "Logistics",
- name: "Logistics Firm E",
- price: "Business Process Re-engineering",
- rating: 5,
- reviewCount: "Achieved 25% cost reduction in supply chain operations",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jt3zzl",
- imageAlt: "Case study icon",
- },
+ id: "case-5", brand: "Logistics", name: "Logistics Firm E", price: "Business Process Re-engineering", rating: 5,
+ reviewCount: "Achieved 25% cost reduction in supply chain operations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jt3zzl", imageAlt: "Case study icon"},
{
- id: "case-6",
- brand: "Public Sector",
- name: "Government Agency F",
- price: "Talent Development",
- rating: 5,
- reviewCount: "Enhanced digital literacy of 500+ employees",
- imageSrc: "http://img.b2bpic.net/free-photo/blue-ferromagnetic-liquid-metal-with-copy-space_23-2148253522.jpg",
- imageAlt: "Case study icon",
- },
+ id: "case-6", brand: "Public Sector", name: "Government Agency F", price: "Talent Development", rating: 5,
+ reviewCount: "Enhanced digital literacy of 500+ employees", imageSrc: "http://img.b2bpic.net/free-photo/blue-ferromagnetic-liquid-metal-with-copy-space_23-2148253522.jpg", imageAlt: "Case study icon"},
]}
title="Selected Client Cases"
description="Transformative outcomes for Japan's leading mid-cap enterprises."
@@ -139,101 +80,66 @@ export default function LandingPage() {