Skip to content

Commit 7f8ca98

Browse files
committed
feat: Add new Projects section component to display featured projects using ProjectCards.
1 parent 8a950d9 commit 7f8ca98

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

src/components/sections/Projects.tsx

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,24 @@ const projects = [
2121
image:
2222
"https://github.com/Valent-p/ClassicSnakeTutorial/blob/main/screenshots/start.jpg?raw=true",
2323
},
24-
/*
2524
{
26-
title: "System Guard CLI",
25+
title: "SubOrbit",
2726
description:
28-
"A low-level system monitoring tool designed for performance optimization and threat detection.",
29-
tags: ["C++", "Systems", "Linux", "Optimization"],
27+
"A simple and powerful subscription management system. You can use it to track your expenses like on Netflix, Spotify, etc. It is built with modern web technologies and features fluid animations to present your stats in an engaging way ;)",
28+
tags: [
29+
"Next.js",
30+
"Zod",
31+
"Zustand",
32+
"Tailwind CSS",
33+
"Lucide React",
34+
"React Hook Form",
35+
"Recharts",
36+
],
3037
devlog: "#",
31-
source: "#",
38+
//source: "https://github.com/Valent-p/suborbit",
3239
image:
33-
"https://images.unsplash.com/photo-1558494949-ef010cbdcc51?auto=format&fit=crop&q=80&w=800",
34-
},*/
40+
"https://github.com/Valent-p/suborbit/blob/main/docs/suborbit-overview.png?raw=true",
41+
},
3542
];
3643

3744
export default function Projects() {

0 commit comments

Comments
 (0)