Skip to content

Commit e85c667

Browse files
committed
add to kouman website
1 parent ad27d14 commit e85c667

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

src/components/Projects.jsx

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,41 @@ const projectsData = [
129129
},
130130
],
131131
},
132+
{
133+
name: "Kouman",
134+
url: "https://68c7ac2f4c5bce0008b0353f--kouman.netlify.app/",
135+
images: [
136+
"https://raw.githubusercontent.com/HamiParsa/Kouman/main/pic1.png",
137+
"https://raw.githubusercontent.com/HamiParsa/Kouman/main/pic2.png",
138+
"https://raw.githubusercontent.com/HamiParsa/Kouman/main/pic3.png",
139+
"https://raw.githubusercontent.com/HamiParsa/Kouman/main/pic4.png",
140+
"https://raw.githubusercontent.com/HamiParsa/Kouman/main/pic5.png",
141+
"https://raw.githubusercontent.com/HamiParsa/Kouman/main/pic6.png",
142+
"https://raw.githubusercontent.com/HamiParsa/Kouman/main/pic7.png",
143+
],
144+
tech: [
145+
{
146+
name: "React",
147+
icon: <FaReact className="text-sky-400 text-2xl sm:text-3xl" />,
148+
},
149+
{
150+
name: "Next.js",
151+
icon: <RiNextjsFill className="text-white text-2xl sm:text-3xl" />,
152+
},
153+
{
154+
name: "TypeScript",
155+
icon: <SiTypescript className="text-blue-500 text-2xl sm:text-3xl" />,
156+
},
157+
{
158+
name: "Tailwind CSS",
159+
icon: <SiTailwindcss className="text-cyan-400 text-2xl sm:text-3xl" />,
160+
},
161+
{
162+
name: "Zustand",
163+
icon: <TbBrandRedux className="text-purple-600 text-2xl sm:text-3xl" />,
164+
},
165+
],
166+
},
132167
];
133168

134169
function ProjectSlider({ project }) {

0 commit comments

Comments
 (0)