AlkantarClanX12

Your IP : 3.138.126.51


Current Path : /home/thanudqk/siamfreetour.com/wp-content/themes/blossom-recipe/src/components/heading/
Upload File :
Current File : /home/thanudqk/siamfreetour.com/wp-content/themes/blossom-recipe/src/components/heading/index.jsx

import {Icon} from '..'

export default function Heading({heading, buttonText, buttonUrl,openInNewTab}) {
  return (
    <div className="cw-settings">
        <h2>{heading}</h2>
        <div className="cw-button">
            <a href={buttonUrl} className="cw-btn" target={openInNewTab ? "_blank" : "_self"}>
            {buttonText}<Icon icon="arrow"/>
            </a>
        </div>
    </div>
  )
}