import ProgressBarComponent from "@/components/common/ProgressBar"; import { skills2 } from "@/data/progress"; import Image from "next/image"; import React from "react"; export default function About5() { return (
image
{/*/column */}

We bring rapid solutions to make the life of our customers easier.

    {skills2.map((skill, index) => (
  • {skill.name}

  • ))}
{/* /.progress-list */}
{/*/column */}
); }