Skip to content

Commit

Permalink
add bitrix24
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKeshri committed Jul 26, 2024
1 parent e4642fc commit 69cb965
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/src/pages/Collaboration.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ const movies = [
image: "https://i.ibb.co/z8KTr7D/download.jpg",
releaseDate: "2023-8-1"
},
{
title: "Bitrix24",
category: "Collaboration Tools",
description: "Bitrix24 is a collaboration platform offering a suite of tools for communication, project management, CRM, and more, designed to improve team productivity and efficiency.",
image: "https://logowik.com/content/uploads/images/bitrix241512.jpg",
releaseDate: "2012-04-12"
},
];
const Collaboration = () => {
return (
Expand Down

0 comments on commit 69cb965

Please sign in to comment.