import React from "react"; import Image from "next/image"; const FeatureContent = [ { icon: "121", title: "Appoinments", subTitle: `Online video meetings image Online Video Meetings SimplyBook`, bgColor: "#FF4A8B", }, { icon: "122", title: "Class Booking", subTitle: `Add video meeting links to your appointments with the Zoom Ror Teleport integrations.`, bgColor: "#6D49FF", }, { icon: "123", title: "Fast Support", subTitle: `Customize your virtual office with personalized page URLs, logos, colors and more.`, bgColor: "#FFB951", }, ]; const FancyFeatureTewentyTwo = () => { return ( <> {FeatureContent.map((val, i) => (
icon

{val.title}

{val.subTitle}

{/* /.block-style-twentyTwo */}
))} ); }; export default FancyFeatureTewentyTwo;