File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments