"use client"; import React from "react"; import Link from "next/link"; import { CountUp, StaggerChildren } from "@/animations/Reveal"; export default function StatsBar() { return ( {/* Stat Card 1 */}

On-Time Delivery
Connected Miles
{/* Stat Card 2 */}

Faster Response
MileTruthâ„¢ AI
{/* Stat Card 3 */}

Cost Reduction
SLA Protection
); }