Skip to content

Commit 85064e3

Browse files
committed
Update project cards in App component with placeholder values
1 parent e9519d3 commit 85064e3

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

src/App.tsx

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -95,21 +95,9 @@ function App() {
9595
<h2 className="text-3xl md:text-4xl font-bold text-center mb-16">Featured Projects</h2>
9696
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
9797
<ProjectCard
98-
title="AI Chat Application"
99-
description="Real-time chat application with AI-powered responses using OpenAI's GPT-3"
100-
tech={["React", "Node.js", "OpenAI API"]}
101-
link="https://github.com"
102-
/>
103-
<ProjectCard
104-
title="Data Visualization Dashboard"
105-
description="Interactive dashboard for visualizing large datasets with real-time updates"
106-
tech={["D3.js", "React", "Python"]}
107-
link="https://github.com"
108-
/>
109-
<ProjectCard
110-
title="Blockchain Explorer"
111-
description="Web application for exploring and analyzing blockchain transactions"
112-
tech={["TypeScript", "Web3.js", "PostgreSQL"]}
98+
title="TBD"
99+
description="TBD"
100+
tech={["TBD"]}
113101
link="https://github.com"
114102
/>
115103
</div>

0 commit comments

Comments
 (0)