"use client"; import React from "react"; import { ScrollReveal } from "@/animations/Reveal"; export default function TheProblem() { return (
/ The Problem /

Fragmented Logistics is Broken

{/* Grid of Problem boxes */}
{/* Box 1 */}

73%

of delays happen at handoffs
{/* Box 2 */}

3x

higher risk of missed SLAs
{/* Box 3 */}

2.5x

more time spent on coordination
{/* Box 4 */}

28%

increase in operational costs
); }