Changed the links to shop.mozimo.in

This commit is contained in:
2025-07-19 11:40:12 +00:00
parent a6bcc5cc1c
commit 0d7b1a0c13
3 changed files with 14 additions and 5 deletions

View File

@ -99,7 +99,7 @@ export function Navbar() {
<Link href='/about-us' className='font-light animated-underline'>
About Us
</Link>
<Link href='/products' className='font-light animated-underline'>
<Link href='https://shop.mozimo.in' className='font-light animated-underline'>
Shop
</Link>
</div>
@ -149,7 +149,7 @@ export function Navbar() {
<FiUser size={20} className='m-2.5' />
</Link>
)}
<a aria-label='Shopping Cart' href='/cart' className='rounded-full hover:shadow-md'>
<a aria-label='Shopping Cart' href='https://shop.mozimo.in' className='rounded-full hover:shadow-md'>
<HiShoppingBag size={20} className='m-2.5' />
</a>
</div>