Update src/app/page.tsx

This commit is contained in:
2026-03-18 17:26:43 +00:00
parent c97942f6e0
commit 143211c3ab

View File

@@ -39,7 +39,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Over 50 Years of Intermodal Excellence"
description="Industry-leading maintenance, repair, and logistics services. From depot operations to mobile repair, we deliver comprehensive solutions with the nation's largest M&R footprint."
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
kpis={[
{ value: "50+", label: "Years of Service" },
{ value: "Largest", label: "M&R Footprint" },
@@ -90,7 +90,7 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Maintenance & Repair", description: "Timely, high-quality maintenance and repair services adhering to AAR, IICL, OSHA and TMC standards. Our technicians undergo continuous education on latest safety protocols.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1t5oay&_wi=1", imageAlt: "Professional repair services"
title: "Maintenance & Repair", description: "Timely, high-quality maintenance and repair services adhering to AAR, IICL, OSHA and TMC standards. Our technicians undergo continuous education on latest safety protocols.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1t5oay", imageAlt: "Professional repair services"
},
{
id: 2,
@@ -102,7 +102,7 @@ export default function LandingPage() {
},
{
id: 4,
title: "Intermodal Transportation", description: "Drayage and trucking services via CMC Logistics, strategically positioned in Charleston, Memphis, Savannah with new locations expanding. Serving steamship lines and cargo owners.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1t5oay&_wi=2", imageAlt: "Transportation logistics"
title: "Intermodal Transportation", description: "Drayage and trucking services via CMC Logistics, strategically positioned in Charleston, Memphis, Savannah with new locations expanding. Serving steamship lines and cargo owners.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1t5oay", imageAlt: "Transportation logistics"
}
]}
/>