import React from "react"; import Image from "next/image"; const featuresContent = [ { colorBasedClass: "color-variatin-one", title: "Deski eSignature", subTitle: `Join 1,000,000 customers & hundreds of millions of signers`, routerPath: "#", shapeOne: "222", shapeTwo: "223", }, { colorBasedClass: "color-variatin-two", title: "Agreement Cloud", subTitle: `Connect and automate your entire agreement process.`, routerPath: "#", shapeOne: "224", shapeTwo: "225", }, ]; const FancyFeatureTewentySix = () => { return (
{featuresContent.map((val, i) => (
{val.title}

{val.subTitle}

Try it Free shape shape
{/* .block-style-twentySix */}
// End .col ))}
); }; export default FancyFeatureTewentySix;