Skip to content

Commit e8a08b8

Browse files
committed
.
1 parent fe937f9 commit e8a08b8

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

Ashif/src/components/Projects.jsx

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ const projectData = [
5050
repoUrl: 'https://github.com/Deadcoder001/ons_trading.git',
5151
tags: ['Django', 'yfinance', 'Bootstrap 5'],
5252
},
53+
{
54+
title: 'Creatorhub',
55+
description: 'An Influencer Marketing platform for Creators and brands built with React.',
56+
videoUrl: 'https://res.cloudinary.com/dktapziq9/video/upload/v1764396382/1764396334647746_qruqaf.mp4',
57+
58+
liveUrl: 'https://creatorhub.in',
59+
repoUrl: '#',
60+
tags: ['React', 'Node.js', 'MongoDB'],
61+
},
5362
{
5463
title: 'Tea Country',
5564
description: 'A Tourist website created with React.',
@@ -59,15 +68,15 @@ const projectData = [
5968
repoUrl: '#',
6069
tags: ['React', 'Vue', 'Tailwind CSS'],
6170
},
62-
{
63-
title: 'MeghaRise Products',
64-
description: 'A modern e-commerce platform using React (Its Frontend Only For Now).',
65-
// --- 2. Use the imported variable here ---
66-
imageUrl: project3Img,
67-
liveUrl: 'https://meghariseproducts.com',
68-
repoUrl: '#',
69-
tags: ['React', 'Vue', 'Tailwind CSS'],
70-
},
71+
// {
72+
// title: 'MeghaRise Products',
73+
// description: 'A modern e-commerce platform using React (Its Frontend Only For Now).',
74+
// // --- 2. Use the imported variable here ---
75+
// imageUrl: project3Img,
76+
// liveUrl: 'https://meghariseproducts.com',
77+
// repoUrl: '#',
78+
// tags: ['React', 'Vue', 'Tailwind CSS'],
79+
// },
7180
{
7281
title: 'Scabbard Tech',
7382
description: 'A Digital Marketing website built with React, Vue and Tailwind CSS.',

0 commit comments

Comments
 (0)