import React from "react"; import Image from "next/image"; import AnimatedText from "@/components/common/AnimatedText"; import { skills } from "@/data/skills"; export default function Skills() { return (
img
img
img
img
img
Why Choose Us

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 normal distribution of letters.

{skills.map((skill, index) => (

{skill.title}

{skill.percentage} %
))}
); }