import { counterItems } from "@/data/facts"; import React from "react"; import Image from "next/image"; import AnimatedText from "@/components/common/AnimatedText"; export default function Achievements() { return (
ACHIVEMENTS


It is a long established fact that a reader will be distracted the readable content of a page when looking at layout the point of using lorem the is Ipsum less Xbuild normal distribution of letters.

{counterItems.map((item) => (
icon

{item.count} {item.suffix}

{item.label}

))}
img
img
); }