updates
This commit is contained in:
@@ -153,11 +153,56 @@ const Footer = () => {
|
||||
</div>
|
||||
<h6 className="cta-title">Ready to Transform Your Business?</h6>
|
||||
<p className="cta-description">Start your software journey with our enterprise solutions, incident management, and custom development services.</p>
|
||||
<div className="cta-button-wrapper">
|
||||
<Link href="/contact-us" className="btn-luxury-cta">
|
||||
<span>Start Your Journey</span>
|
||||
<i className="fa-solid fa-arrow-right"></i>
|
||||
<div className="btn-shine"></div>
|
||||
</Link>
|
||||
<div className="goodfirms-wrapper text-center mt-3" style={{ lineHeight: 0 }}>
|
||||
<Link
|
||||
href="https://www.goodfirms.co/company/gnx-soft-ltd"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="goodfirms-badge d-inline-block"
|
||||
title="View our company profile on GoodFirms"
|
||||
style={{
|
||||
border: 'none',
|
||||
outline: 'none',
|
||||
boxShadow: 'none',
|
||||
textDecoration: 'none',
|
||||
padding: 0,
|
||||
margin: 0,
|
||||
display: 'inline-block',
|
||||
lineHeight: 0,
|
||||
background: 'transparent'
|
||||
}}
|
||||
>
|
||||
<Image
|
||||
src="/images/gnx-goodfirms.webp"
|
||||
alt="GoodFirms Company Profile"
|
||||
width={150}
|
||||
height={80}
|
||||
className="goodfirms-image"
|
||||
style={{
|
||||
width: '20px',
|
||||
height: '20px',
|
||||
objectFit: 'contain',
|
||||
border: 'none',
|
||||
outline: 'none',
|
||||
boxShadow: 'none',
|
||||
padding: 0,
|
||||
margin: 0,
|
||||
display: 'block',
|
||||
verticalAlign: 'top',
|
||||
borderWidth: 0,
|
||||
borderStyle: 'none',
|
||||
borderColor: 'transparent'
|
||||
}}
|
||||
/>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user