-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontant.ts
51 lines (51 loc) · 1.96 KB
/
contant.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
export const projectData = [
{
image: "/img/image1.png",
title: "Tiktik-World",
desc: "A dynamic and engaging environment for users to create, discover, and share short videos.",
liveUrl: "https://tiktik-world.vercel.app",
repo: "https://github.com/gift56/Tiktik_World",
},
{
image: "/img/image2.png",
title: "Zfarmers",
desc: "A dynamic website that Empowering farmers through blockchain. Start farming, earn, travel, play and learn with zkFarmers.",
liveUrl: "https://zkfarmers.io/",
repo: "https://github.com/ShopOasisDapp/zkBuds-Connect",
},
{
image: "/img/image3.png",
title: "Ivorytusk",
desc: "A dynamic website that promote the adoption of blockchain technology and support the growth of the web3 ecosystem.",
liveUrl: "https://ivorytusk.finance/",
repo: "https://ivorytusk.finance/",
},
{
image: "/img/image4.png",
title: "MovieWorld",
desc: "A dynamic website that promote the adoption of blockchain technology and support the growth of the web3 ecosystem.",
liveUrl: "https://netflix-clone-roan-nine.vercel.app/",
repo: "https://github.com/gift56/Netflix_Clone",
},
{
image: "/img/image5.png",
title: "MovieWorld",
desc: "A dynamic website that provides the opportunity to Find the perfect freelance services for your business",
liveUrl: "https://fiverr-web.netlify.app/",
repo: "https://github.com/gift56/Fiverr-clone",
},
{
image: "/img/image6.png",
title: "Colhacklabs",
desc: "A website that promotes Grow with Innovative Product Development, High-End Web Design, and Effective Branding.",
liveUrl: "https://colhacklab.com/",
repo: "https://colhacklab.com/",
},
{
image: "/img/image7.png",
title: "Akada",
desc: "Streamline teaching, engage students, and boost outcomes with our user-friendly, all-in-one digital learning solution.",
liveUrl: "https://akada.colhacklab.com/",
repo: "https://akada.colhacklab.com/",
},
];