Skip to content

added company logo in trusted sections #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 16 additions & 8 deletions src/components/CompanyTrustedList.jsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
import { formatGitHubStars } from '../../utils'
import company1 from '@/images/logo1.svg'
import company2 from '@/images/logo2.svg'
import company3 from '@/images/logo3.svg'
import company4 from '@/images/logo4.svg'
import company5 from '@/images/logo5.svg'
import company6 from '@/images/logo6.svg'
import company7 from '@/images/logo7.svg'
import company8 from '@/images/logo8.svg'
import company1 from '@/images/doceree.svg'
import company2 from '@/images/americanExpress.svg'
import company3 from '@/images/ibm.svg'
import company4 from '@/images/mydbops.svg'
import company5 from '@/images/guidewire.svg'
import company6 from '@/images/weave.svg'
import company7 from '@/images/synthesio.svg'
import company8 from '@/images/blinkit.svg'
import company9 from '@/images/zopsmart.svg'
import company10 from '@/images/mcafee.svg'
import Image from 'next/image'
import { useEffect, useState } from 'react'

Expand Down Expand Up @@ -35,6 +37,12 @@ const imageLink = [
{
image: company5,
},
{
image: company9,
},
{
image: company10,
},
]

export default function CompanyList() {
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
12 changes: 12 additions & 0 deletions src/images/mcafee.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
5 changes: 5 additions & 0 deletions src/images/zopsmart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading