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
Built on Innovation, Powered by Trust

We specialize in building solutions that meet your exact needs. From machinery fabrication to installation and commissioning, we offer end-to-end support that ensures smooth plant operations.

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

{skill.title}

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