import React from "react"; const PricingContent = [ { packName: "Single", packDetails: "For individuals and teams", bgColor: "#FFF7EB", price: "8", durationNumber: "Per editor, monthly", facility: "with unlimited email", features: [ "Unlimited Email", "5gb Hosting", "2 website 3 sub domain", "Email & Live chat", "Backling", "Discount Programe", ], animationDelay: "", activeClass: "", }, { packName: "Team", packDetails: "For individuals and teams", bgColor: "#E2F2FD", price: "12", durationNumber: "For team, monthly", facility: "team with 8 users", features: [ "Unlimited Email", "5gb Hosting", "2 website 3 sub domain", "Email & Live chat", "Backling", "Discount Programe", ], animationDelay: "100", activeClass: "active most-popular", }, { packName: "Business", packDetails: "For individuals and teams", bgColor: "#FFEBEB", price: "37", durationNumber: "All users, monthly", facility: "for unlimited users", features: [ "Unlimited Email", "5gb Hosting", "2 website 3 sub domain", "Email & Live chat", "Backling", "Discount Programe", ], animationDelay: "200", activeClass: "", }, ]; const PricingMonthly = () => { return (