|
@@ -194,7 +194,7 @@ export default function MobileMenu({ menu, isOpen, onClose,isGuest }: MobileMenu
|
|
|
<div className="w-full bg-gray-100 mb-4 flex items-end">
|
|
<div className="w-full bg-gray-100 mb-4 flex items-end">
|
|
|
{/* <span className="text-3xl text-white pl-6 pb-4">Shop By Feature</span> */}
|
|
{/* <span className="text-3xl text-white pl-6 pb-4">Shop By Feature</span> */}
|
|
|
<Image
|
|
<Image
|
|
|
- src={activeMainMenu?.wapImage||''}
|
|
|
|
|
|
|
+ src={activeMainMenu?.wapBanner||''}
|
|
|
alt={activeMainMenu?.name||''}
|
|
alt={activeMainMenu?.name||''}
|
|
|
className="object-cover"
|
|
className="object-cover"
|
|
|
width={269}
|
|
width={269}
|
|
@@ -238,7 +238,7 @@ export default function MobileMenu({ menu, isOpen, onClose,isGuest }: MobileMenu
|
|
|
<div className="w-full relative bg-gray-200 mb-1 overflow-hidden">
|
|
<div className="w-full relative bg-gray-200 mb-1 overflow-hidden">
|
|
|
|
|
|
|
|
<Image
|
|
<Image
|
|
|
- src={cardItem.image||''}
|
|
|
|
|
|
|
+ src={cardItem.wapImage||''}
|
|
|
alt={cardItem.name||''}
|
|
alt={cardItem.name||''}
|
|
|
width={84}
|
|
width={84}
|
|
|
height={112}
|
|
height={112}
|