import React from "react"; const ChooseSection = () => (
WHY CHOOSE US

What's Make Us Different

{[ { icon: "fa-solid fa-building", title: "Commercial Service", delay: ".5s" }, { icon: "fa-solid fa-bullseye", title: "Mission Statement Metatron", delay: ".7s" }, { icon: "fa-solid fa-handshake-angle", title: "Safety And Reliability", delay: ".9s" } ].map((item, i) => (
{item.title}

Embarrassing hidden in the middle All the Lorem Ipsum generators on the Internet repeat predefined chunks


))}
); export default ChooseSection;