Skip to content

Commit

Permalink
refactoring p1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan9901 committed Aug 27, 2024
1 parent 75d7482 commit f6ea1bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions components/Clients.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Clients = () => {
<InfiniteMovingCards items={testimonials} direction="right" speed="slow" />
</div>

<div className="flex flex-wrap items-center justify-center gap-4 md:gap-16 max-lg:mt-10">
{/* <div className="flex flex-wrap items-center justify-center gap-4 md:gap-16 max-lg:mt-10">
{companies?.map((company) => (
<React.Fragment key={company?.id}>
<div className="flex md:max-w-60 max-w-32 gap-2">
Expand All @@ -35,7 +35,7 @@ const Clients = () => {
</div>
</React.Fragment>
))}
</div>
</div> */}
</div>
</section>
);
Expand Down
12 changes: 6 additions & 6 deletions data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ export const testimonials = [
];

export const companies = [
// {
// id: 1,
// name: "cloudinary",
// img: "/cloud.svg",
// nameImg: "/cloudName.svg",
// },
{
id: 1,
name: "cloudinary",
img: "/cloud.svg",
nameImg: "/cloudName.svg",
},
// {
// id: 2,
// name: "appwrite",
Expand Down

0 comments on commit f6ea1bb

Please sign in to comment.