import React from "react"; import SectionTitle from "@/components/common/SectionTitle"; const ChooseSection = () => (

Metatron

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.

{[ { icon: "fa-solid fa-microchip", label: "Quality Materials", isIcon: true }, { icon: "icon-8.png", label: "Best Services", isIcon: false }, { icon: "fa-solid fa-headset", label: "24/7 Call Support", isIcon: true }, { icon: "fa-solid fa-award", label: "Award Winning", isIcon: true } ].map((item, i) => (
{item.isIcon ? : img}
{item.label}
))}
); export default ChooseSection;