Logo update

This commit is contained in:
mukesh13
2025-08-14 11:53:40 +05:30
parent 852c11725b
commit 4f6a0d83bf
11 changed files with 621 additions and 199 deletions

View File

@ -71,30 +71,17 @@ export default function Header4() {
<div className="header-left d-flex align-items-center">
<div className="header-logo" style={{ display: 'flex', alignItems: 'center' }}>
<Link href={`/`} className="site-logo" style={{ display: 'flex', alignItems: 'center' }}>
<svg
width="160"
<Image
src="/images/logo/keystonesolution.png" // Update this path to match your PNG file location
alt="Keystone Logo"
width={90}
height={40}
viewBox="0 0 150 40"
fill="none"
xmlns="http://www.w3.org/2000/svg"
style={{ display: 'block' }}
>
<path
d="M18.2183 15.7033L29.395 34.7289C29.4936 34.8967 29.6741 34.9994 29.8687 34.9985L41.1397 34.9463C41.3308 34.9455 41.5075 34.8448 41.6058 34.6809L47.5 24.8527L35.944 24.8365C35.7518 24.8362 35.5738 24.7349 35.4754 24.5698L23.9713 5.2667C23.8727 5.10131 23.6944 5 23.5019 5L12.3005 5C12.1083 5 11.9302 5.10099 11.8315 5.26594L5.91087 15.1639L0.167756 24.7208C0.0644005 24.8928 0.0636223 25.1076 0.165723 25.2804L5.75222 34.7316C5.85055 34.8979 6.02941 35 6.22264 35L16.7708 35C17.1948 35 17.4573 34.538 17.2402 34.1738L5.91087 15.1639L17.276 15.1639C17.6635 15.1639 18.022 15.3691 18.2183 15.7033Z"
fill="#28285B"
/>
<text
x="55"
y="20"
fontFamily="Arial, sans-serif"
fontSize="22"
fontWeight="600"
fill="#121416"
dominantBaseline="central"
>
Keystone
</text>
</svg>
priority
style={{
maxWidth: '100%',
height: 'auto'
}}
/>
</Link>
</div>
<nav className="main-menu style-3">
@ -110,7 +97,7 @@ export default function Header4() {
style={{
display: 'flex',
alignItems: 'center',
gap: '4px',
gap: '6px',
textDecoration: 'none',
color: '#333333',
transition: 'color 0.3s ease'