You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// { title: "Snake AI", description: "A genetic algorithm for Snake", github: "https://github.com/yourrepo/snake-ai", image: "https://picsum.photos/200/300" },
8
-
// { title: "Casino Bot", description: "A Discord bot for online casino games", github: "https://github.com/yourrepo/casino-bot", image: "https://picsum.photos/200/300" },
9
-
// { title: "The Button", description: "A web app based on 'The Button' game", github: "https://github.com/yourrepo/the-button", image: "https://picsum.photos/200/300" },
10
-
// ];
7
+
constprojects=[
8
+
{
9
+
title: "Snake AI",
10
+
description: "A genetic algorithm for Snake",
11
+
id: 1,
12
+
icon: <FiFileTextclassName="carousel-icon"/>,
13
+
},
14
+
{
15
+
title: "Casino Bot",
16
+
description: "A Discord bot for online casino games",
17
+
id: 2,
18
+
icon: <FiCircleclassName="carousel-icon"/>,
19
+
},
20
+
{
21
+
title: "The Button",
22
+
description: "A web app based on 'The Button' game",
23
+
id: 3,
24
+
icon: <FiLayersclassName="carousel-icon"/>,
25
+
},
26
+
];
11
27
12
28
exportdefaultfunctionHome(){
13
29
return(
@@ -17,6 +33,7 @@ export default function Home() {
17
33
<h1className="text-4xl fon t-bold">Hi, I'm Sahil. I make</h1>
0 commit comments