Skip to content

Commit cf29258

Browse files
committed
Your commit message here
1 parent 13db519 commit cf29258

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

src/components/Projects.jsx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,34 @@ const projectsData = [
164164
},
165165
],
166166
},
167+
{
168+
name: "Coffee Shop",
169+
url: "https://hamiparsa.github.io/Coffee-Shop/",
170+
images: [
171+
"https://github.com/HamiParsa/Coffee-Shop/raw/main/pic1.png",
172+
"https://raw.githubusercontent.com/HamiParsa/Coffee-Shop/main/pic2.png",
173+
"https://raw.githubusercontent.com/HamiParsa/Coffee-Shop/main/pic3.png",
174+
"https://raw.githubusercontent.com/HamiParsa/Coffee-Shop/main/pic4.png"
175+
],
176+
tech: [
177+
{
178+
name: "React",
179+
icon: <FaReact className="text-sky-400 text-2xl sm:text-3xl" />,
180+
},
181+
{
182+
name: "Next.js",
183+
icon: <RiNextjsFill className="text-white text-2xl sm:text-3xl" />,
184+
},
185+
{
186+
name: "TypeScript",
187+
icon: <SiTypescript className="text-blue-500 text-2xl sm:text-3xl" />,
188+
},
189+
{
190+
name: "Tailwind CSS",
191+
icon: <SiTailwindcss className="text-cyan-400 text-2xl sm:text-3xl" />,
192+
},
193+
],
194+
},
167195
];
168196

169197
function ProjectSlider({ project }) {

0 commit comments

Comments
 (0)