import React from "react"; import Link from "next/link"; import Image from "next/image"; import { counterItems4 } from "@/data/facts"; import OdometerComponent from "@/components/common/OdometerComponent"; export default function Figures() { return (

Figures

Where data tells our storys

Empowering businesses with data-driven strategies to
achieve sustainable growth and lasting impact.

Explore
{counterItems4.map((item, index) => (

{item.label}

{item.unit}
))}
item
); }