import React from "react"; import Image from "next/image"; const FeatureContent = [ { icon: "ils_15", meta: "Join Our Platform", subTitle: ` It only takes 5 minutes. Set up is smooth and simple fully lorem qui.`, }, { icon: "ils_16", meta: "Manage you event", subTitle: `Choose a price package to suit you or pay per ticket. Sell on your website,`, }, { icon: "ils_17", meta: "Start selling ticket", subTitle: `Get payments, detailed data on tickets sales & message guests lorem`, }, ]; const FeatureNine = () => { return (
{FeatureContent.map((val, i) => (
icon
{val.meta}

{val.subTitle}

{/* /.block-style-fourteen */}
))}
// /.row ); }; export default FeatureNine;