Header Contact number updated

This commit is contained in:
akash 2025-08-26 14:03:42 +05:30
parent 1e0789361c
commit e773fd70e4

View File

@ -147,7 +147,7 @@ const HeaderTopbar = () => {
{/* Contact Button */}
<div className="col-lg-3 col-12 d-flex justify-content-end align-items-center">
<div className="contact-info ms-3">
<Link className="theme-btn" href="tel:+919847739275">
<Link className="theme-btn" href="tel: +1 (305) 330-7413">
{t('contactUs')}
</Link>
</div>