Skip to content

Commit

Permalink
feat: cctv projects
Browse files Browse the repository at this point in the history
  • Loading branch information
roby2409 committed Mar 31, 2024
1 parent 231726d commit c0b40e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,10 @@ export const projectMobiles: ProjectType[] = [
img: 'sdk',
imgMobile: ['1.gif', '2.gif', '3.gif', '4.gif'],
},
{
name: 'App order CCTV',
description: 'this app for order cctv and connect with whatsapp',
img: 'cctv',
imgMobile: ['1.png', '2.png', '3.png'],
},
];

0 comments on commit c0b40e1

Please sign in to comment.