@@ -219,6 +219,19 @@ const Hero = () => {
219219
220220const Tags = ( ) => {
221221 const tags = [
222+ 'Best Courses' ,
223+ 'Notes' ,
224+ 'Documentation' ,
225+ 'Dev Tools Directory' ,
226+ 'Valuable Repositories' ,
227+ 'Libraries' ,
228+ 'Roadmaps' ,
229+ 'Preparation' ,
230+ 'Research Paper' ,
231+ 'Useful APIs' ,
232+ 'Best Colleges' ,
233+ 'Developer Shared Resources' ,
234+ 'AI Tools' ,
222235 'Programming Resources' ,
223236 'Web Development' ,
224237 'Frontend Development' ,
@@ -379,24 +392,24 @@ const ResourcesCards = () => {
379392 link : '/ResearchPaper' ,
380393 tags : [ 'Research Papers' , 'Papers' , 'Research' , 'Tech' ] ,
381394 } ,
382- {
383- title : 'Useful APIs' ,
384- description : 'Explore and use useful APIs for your projects and applications.' ,
385- link : '/APIs' ,
386- tags : [ 'APIs' , 'Tools' , 'Development' , 'Projects' , 'Free APIs' , 'Paid APIs' ] ,
387- } ,
388- {
389- title : 'Best Colleges' ,
390- description : 'Explore the best colleges and universities for tech education.' ,
391- link : '/BestColleges' ,
392- tags : [ 'Colleges' , 'Universities' , 'Education' , 'Tech' ] ,
393- } ,
394- {
395- title : 'Developer Shared Resources' ,
396- description : 'Explore and share your own valuable resources for developers.' ,
397- link : '/DevShare' ,
398- tags : [ 'Shared Resources' , 'Community' , 'Developers' , 'Tech' , 'Notes' , 'Courses' ] ,
399- } ,
395+ // {
396+ // title: 'Useful APIs',
397+ // description: 'Explore and use useful APIs for your projects and applications.',
398+ // link: '/APIs',
399+ // tags: ['APIs', 'Tools', 'Development', 'Projects', 'Free APIs', 'Paid APIs'],
400+ // },
401+ // {
402+ // title: 'Best Colleges',
403+ // description: 'Explore the best colleges and universities for tech education.',
404+ // link: '/BestColleges',
405+ // tags: ['Colleges', 'Universities', 'Education', 'Tech'],
406+ // },
407+ // {
408+ // title: 'Developer Shared Resources',
409+ // description: 'Explore and share your own valuable resources for developers.',
410+ // link: '/DevShare',
411+ // tags: ['Shared Resources', 'Community', 'Developers', 'Tech', 'Notes', 'Courses'],
412+ // },
400413 ] ;
401414
402415 const filteredResources = resources . filter ( ( resources ) => {
0 commit comments