Skip to content

Commit 7abd48d

Browse files
Merge pull request #145 from aditya-tiwari-zs/ISSUE-ADD-TRUSTED-COMPANY
added company logo in trusted sections
2 parents 9692243 + 888a418 commit 7abd48d

11 files changed

+38
-11
lines changed

Diff for: src/components/CompanyTrustedList.jsx

+21-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
import { formatGitHubStars } from '../../utils'
2-
import company1 from '@/images/logo1.svg'
3-
import company2 from '@/images/logo2.svg'
4-
import company3 from '@/images/logo3.svg'
5-
import company4 from '@/images/logo4.svg'
6-
import company5 from '@/images/logo5.svg'
7-
import company6 from '@/images/logo6.svg'
8-
import company7 from '@/images/logo7.svg'
9-
import company8 from '@/images/logo8.svg'
2+
import company1 from '@/images/doceree.svg'
3+
import company2 from '@/images/americanExpress.svg'
4+
import company3 from '@/images/ibm.svg'
5+
import company4 from '@/images/mydbops.svg'
6+
import company5 from '@/images/guidewire.svg'
7+
import company6 from '@/images/weave.svg'
8+
import company7 from '@/images/synthesio.svg'
9+
import company8 from '@/images/blinkit.svg'
10+
import company9 from '@/images/zopsmart.svg'
11+
import company10 from '@/images/mcafee.svg'
1012
import Image from 'next/image'
1113
import { useEffect, useState } from 'react'
1214

@@ -18,14 +20,15 @@ const imageLink = [
1820
image: company3,
1921
},
2022
{
21-
image: company6,
23+
image: company10,
2224
},
2325
{
24-
image: company7,
26+
image: company8,
2527
},
2628
{
27-
image: company8,
29+
image: company9,
2830
},
31+
2932
{
3033
image: company1,
3134
},
@@ -35,6 +38,13 @@ const imageLink = [
3538
{
3639
image: company5,
3740
},
41+
42+
{
43+
image: company6,
44+
},
45+
{
46+
image: company7,
47+
},
3848
]
3949

4050
export default function CompanyList() {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: src/images/mcafee.svg

+12
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: src/images/zopsmart.svg

+5
Loading

0 commit comments

Comments
 (0)