From e77b957bcf58e82dd631022ba8caac5fb66746ef Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 12:50:50 +0000 Subject: [PATCH] Update src/app/approach/page.tsx --- src/app/approach/page.tsx | 143 ++++++++++---------------------------- 1 file changed, 36 insertions(+), 107 deletions(-) diff --git a/src/app/approach/page.tsx b/src/app/approach/page.tsx index aff8a83..5c6ca0c 100644 --- a/src/app/approach/page.tsx +++ b/src/app/approach/page.tsx @@ -27,37 +27,21 @@ export default function LandingPage() { @@ -70,35 +54,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "stage-1", - title: "Phase I: Strategic Deep Dive", - tags: [ - "Discovery", - "Analysis", - ], - imageSrc: "http://img.b2bpic.net/free-photo/jacket-businessman-projection-sophisticated-urban_1134-1188.jpg", - imageAlt: "Strategic Deep Dive icon", - }, + id: "stage-1", title: "Phase I: Strategic Deep Dive", tags: [ + "Discovery", "Analysis"], + imageSrc: "http://img.b2bpic.net/free-photo/jacket-businessman-projection-sophisticated-urban_1134-1188.jpg", imageAlt: "Strategic Deep Dive icon"}, { - id: "stage-2", - title: "Phase II: Tailored Solution Design", - tags: [ - "Customization", - "Blueprint", - ], - imageSrc: "http://img.b2bpic.net/free-vector/golden-frame-collection_23-2148047974.jpg", - imageAlt: "Tailored Solution Design icon", - }, + id: "stage-2", title: "Phase II: Tailored Solution Design", tags: [ + "Customization", "Blueprint"], + imageSrc: "http://img.b2bpic.net/free-vector/golden-frame-collection_23-2148047974.jpg", imageAlt: "Tailored Solution Design icon"}, { - id: "stage-3", - title: "Phase III: Execution & Sustainment", - tags: [ - "Implementation", - "Monitoring", - ], - imageSrc: "http://img.b2bpic.net/free-vector/geometric-golden-frame-collection_23-2148053424.jpg", - imageAlt: "Execution & Sustainment icon", - }, + id: "stage-3", title: "Phase III: Execution & Sustainment", tags: [ + "Implementation", "Monitoring"], + imageSrc: "http://img.b2bpic.net/free-vector/geometric-golden-frame-collection_23-2148053424.jpg", imageAlt: "Execution & Sustainment icon"}, ]} title="Our 3-Stage Quality Assurance Method" description="A meticulous process ensuring unparalleled quality and tangible results." @@ -110,9 +76,7 @@ export default function LandingPage() { useInvertedBackground={false} title="BCG/McKinsey Expertise, Japan-Focused Insight" description={[ - "Our consultants bring the rigorous analytical frameworks and strategic prowess honed at top global firms like BCG and McKinsey. This international-grade expertise is then fused with an unparalleled understanding of the unique nuances and operational realities of Japanese enterprises.", - "We don't just apply global best practices; we adapt them to create solutions that resonate deeply and drive sustainable change within the Japanese business context. It's strategy that truly works.", - ]} + "Our consultants bring the rigorous analytical frameworks and strategic prowess honed at top global firms like BCG and McKinsey. This international-grade expertise is then fused with an unparalleled understanding of the unique nuances and operational realities of Japanese enterprises.", "We don't just apply global best practices; we adapt them to create solutions that resonate deeply and drive sustainable change within the Japanese business context. It's strategy that truly works."]} /> @@ -120,101 +84,66 @@ export default function LandingPage() {