import React from "react"; import { Link } from "react-router-dom"; import RecomendedSliders from "./RecomendedSliders"; export default function CommonHead({ className,commonHeadData }) { return (
{commonHeadData?.length > 0 && } {/*
*/} {/* /!*

*!/*/} {/* /!* This is common head which will appear as needed , will take many shape*!/*/} {/* /!*

*!/*/} {/* /!*

*!/*/} {/* /!* some space for extra texts here*!/*/} {/* /!*

*!/*/} {/* */} {/*
*/} {/*
*/} {/*
*/} {/* */} {/* View Task*/} {/* */} {/*
*/} {/*
*/}
); }