import ProgressCircle from "@/components/common/CircularProgress"; import { stats2 } from "@/data/progress"; import React from "react"; export default function Facts9() { return (

Company Facts

Save your time and money by choosing our professional team.

{stats2.map((elm, i) => (

{elm.title}

{elm.description}

))}
{/* /.row */}
{/* /column */}
{/* /.row */}
{/* /.container */}
{/* /.wrapper */}
); }