Image tags are fucked for right now.
Cart is working
This commit is contained in:
@ -18,13 +18,7 @@ export function Spotlight() {
|
||||
{logos.map((logo, index) => (
|
||||
<div key={index} className='flex flex-col items-center'>
|
||||
<div className='w-32 h-32 bg-white rounded-full shadow-lg flex items-center justify-center'>
|
||||
<Image
|
||||
src={logo.src}
|
||||
alt={logo.alt}
|
||||
width={80}
|
||||
height={80}
|
||||
className='w-full h-auto object-contain'
|
||||
/>
|
||||
<Image src={logo.src} alt={logo.alt} width={80} height={80} className='w-full h-auto object-contain' />
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user