Skip to content

Adding walmart to companies list #160

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 1 commit into from
Mar 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 5 additions & 3 deletions src/components/CompanyTrustedList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import company5 from '@/images/guidewire.svg'
import company6 from '@/images/weave.svg'
import company8 from '@/images/blinkit.svg'
import company9 from '@/images/zopsmart.svg'
import company11 from '@/images/walmart.svg'
import company10 from '@/images/mcafee.svg'
import Image from 'next/image'
import { useEffect, useState } from 'react'
Expand All @@ -25,9 +26,8 @@ const imageLink = [
image: company8,
},
{
image: company9,
image: company11,
},

{
image: company1,
},
Expand All @@ -37,10 +37,12 @@ const imageLink = [
{
image: company5,
},

{
image: company6,
},
{
image: company9,
},
]

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