File tree Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import company5 from '@/images/guidewire.svg'
77import company6 from '@/images/weave.svg'
88import company8 from '@/images/blinkit.svg'
99import company9 from '@/images/zopsmart.svg'
10+ import company11 from '@/images/walmart.svg'
1011import company10 from '@/images/mcafee.svg'
1112import Image from 'next/image'
1213import { useEffect , useState } from 'react'
@@ -25,9 +26,8 @@ const imageLink = [
2526 image : company8 ,
2627 } ,
2728 {
28- image : company9 ,
29+ image : company11 ,
2930 } ,
30-
3131 {
3232 image : company1 ,
3333 } ,
@@ -37,10 +37,12 @@ const imageLink = [
3737 {
3838 image : company5 ,
3939 } ,
40-
4140 {
4241 image : company6 ,
4342 } ,
43+ {
44+ image : company9 ,
45+ } ,
4446]
4547
4648export default function CompanyList ( ) {
You can’t perform that action at this time.
0 commit comments