import React from "react"; import "./ContactInfoSection.scss"; import customerSupport from "../../assets/icons/customer-support.png"; import lightGreenLine from "../../assets/icons/light-green-line.svg"; import lightBlueLine from "../../assets/icons/light-blue-line.svg"; const ContactInfoSection = ({ contactInfoSectionBgColor, dayNumTextColor, contentTextColor, }) => { return (
{/* line */} {/* middle content */}

7 روز هفته 24 ساعته
منتظر شنیدن صدای گرمتان هستیم

021654412 info@danovin.ir
{/* line */}
); }; export default ContactInfoSection; ContactInfoSection.defaultProps = { contactInfoSectionBgColor: "bg-midGrayBgColor", dayNumTextColor: "text-lightBlueTextColor2", contentTextColor: "text-darkCrimsonTextColor", };