fix(header): request consultation CTA

This commit is contained in:
RizqiSyahrendra 2025-02-04 01:02:17 +07:00
parent 1c7354d03b
commit 8ec9dd5556

View File

@ -44,14 +44,14 @@ export default function Header1Multipage({ links }: any) {
</ul>
<ul className="items-end clearlist">
{/* Languages */}
<LanguageSelect />
{/* <LanguageSelect /> */}
{/* End Languages */}
<li>
<Link href="/main-pages-contact-1" className="opacity-1 no-hover">
<Link href="/contact" className="opacity-1 no-hover">
<span className="link-hover-anim underline" data-link-animate="y">
<span className="link-strong link-strong-unhovered">Lets work together</span>
<span className="link-strong link-strong-unhovered">Request Consultation</span>
<span className="link-strong link-strong-hovered" aria-hidden="true">
Lets work together
Request Consultation
</span>
</span>
</Link>