import React from "react"; import Image from "next/image"; const PricingContent = [ { icon: "140", packName: "Starter Plan", features: ["Unlimited Email", "5gb Hosting & Domain", "Email & Live chat."], price: "9.99", trialText: "up to 3 user + 1.99 per user", activeClass: "", delayAnimation: "", }, { icon: "141", packName: "Silver Plan", features: [ "Unlimited Email", "5gb Hosting", "2 website 3 sub domain", "Email & Live chat.", "Backling", ], price: "19.99", trialText: "up to 5 user + 1.99 per user", activeClass: "active", delayAnimation: "200", }, { icon: "142", packName: "Gold Plan", features: ["Unlimited Email", "5gb Hosting & Domain", "Email & Live chat."], price: "19.99", trialText: "up to 5 user + 1.99 per user", activeClass: "", delayAnimation: "400", }, ]; const PricingSeven = () => { return ( <> {PricingContent.map((val, i) => (