@@ -10,18 +10,18 @@ const Navbar = () => {
1010 return (
1111 < nav className = "sticky top-0 z-50 w-full bg-gray-900 text-white shadow-md" >
1212 < div className = "mx-auto flex max-w-7xl items-center justify-between px-2 py-3" >
13- < a href = "/opportunities " >
13+ < a href = "/Resources " >
1414 < button className = "flex items-center gap-2 rounded-full border border-white p-2 hover:bg-gray-700" >
1515 < ArrowLeft className = "h-5 w-5" />
1616 < span className = "hidden md:inline" > Back</ span >
1717 </ button >
1818 </ a >
1919
2020 < div className = "flex items-center justify-center" >
21- < StyledButton onClick = { ( ) => setIsModalOpen ( true ) } >
21+ { /* <StyledButton onClick={() => setIsModalOpen(true)}>
2222 <div className="blob1" />
23- < div className = "inner" > Spotlight Your Courses Globally!</ div >
24- </ StyledButton >
23+ <div className="inner">Spotlight Your DevTools Globally!</div>
24+ </StyledButton> */ }
2525 </ div >
2626
2727 < div className = "text-2xl font-bold" >
@@ -168,7 +168,7 @@ const Hero = () => {
168168 < div className = "modgp relative inline-block w-full py-3" >
169169 < div className = "relative" >
170170 < div className = "bg-primary enabled:hover:bg-primary-dark enabled:active:bg-primary-dark enabled:focus:bg-primary-dark px-18 relative inline-flex w-full items-center justify-center rounded-lg py-5 text-6xl font-bold text-white transition-all focus:outline-none enabled:hover:shadow-md disabled:opacity-50" >
171- < div className = "flex w-full items-center justify-center" > Courses Display</ div >
171+ < div className = "flex w-full items-center justify-center" > Dev Tools Display</ div >
172172 </ div >
173173 </ div >
174174 < div className = "pointer-events-none absolute inset-0" >
@@ -332,37 +332,37 @@ const Hero = () => {
332332
333333const Tags = ( ) => {
334334 const tags = [
335- 'Online Hackathons ' ,
336- 'Offline Hackathons ' ,
337- 'College Hackathons ' ,
338- 'International Hackathons ' ,
339- 'Beginner Friendly Hackathons ' ,
340- 'Themed Hackathons ' ,
341- '24-Hour Hackathons ' ,
342- 'Startup Hackathons ' ,
343- 'AI/ML Hackathons ' ,
344- 'Web Development Hackathons ' ,
345- 'Game Dev Hackathons ' ,
346- 'Women-Only Hackathons ' ,
347- 'Student Competitions ' ,
348- 'Coding Competitions ' ,
349- '36-Hour Hackathons ' ,
350- 'Global Coding Challenges ' ,
351- 'Team-Based Competitions ' ,
352- 'Solo Coding Challenges ' ,
353- '48-Hour Hackathons ' ,
354- 'Competitive Programming Contests ' ,
355- 'Blockchain Hackathons ' ,
356- 'Cybersecurity Hackathons ' ,
357- 'Web3 Hackathons ' ,
358- 'IOT Hackathons ' ,
359- '72-Hour Hackathons ' ,
335+ 'Frontend Tools ' ,
336+ 'Backend Tools ' ,
337+ 'API Testing Tools ' ,
338+ 'Version Control Tools ' ,
339+ 'Database Management Tools ' ,
340+ 'Authentication & Security Tools ' ,
341+ 'DevOps & CI/CD Tools ' ,
342+ 'Performance Monitoring Tools ' ,
343+ 'Design & Prototyping Tools ' ,
344+ 'Package Management Tools ' ,
345+ 'Containerization Tools ' ,
346+ 'Cloud Development Tools ' ,
347+ 'AI & Machine Learning Tools ' ,
348+ 'Code Editors & IDEs ' ,
349+ 'Debugging Tools ' ,
350+ 'Static Site Generator Tools ' ,
351+ 'Mobile Development Tools ' ,
352+ 'Web Framework Tools ' ,
353+ 'Browser Extension Tools ' ,
354+ 'Open Source Tools ' ,
355+ 'Productivity Tools ' ,
356+ 'Documentation Tools ' ,
357+ 'Collaboration Tools ' ,
358+ 'Terminal Utilities ' ,
359+ 'Linting & Code Quality Tools ' ,
360360 ] ;
361361
362362 return (
363363 < section id = "tags" className = "mb-0 w-full pt-12 sm:py-16" >
364364 < h1 className = "text-md text-primary mb-8 text-center font-bold text-[#00a6fb] lg:text-2xl" >
365- Explore the top best tech courses !
365+ Explore and find the best tools for your daily development needs !
366366 </ h1 >
367367 { /* <h2 className="text-md text-primary mb-8 text-center text-[#00a6fb] font-bold lg:text-2xl">One Platform, Endless Tech Hackathon</h2> */ }
368368
@@ -601,7 +601,7 @@ const StyledWrapper = styled.div`
601601 }
602602` ;
603603
604- const Courses = ( ) => {
604+ const DevTools = ( ) => {
605605 return (
606606 < div className = "background-wrapper min-h-screen bg-gray-900" >
607607 < Navbar />
@@ -613,4 +613,4 @@ const Courses = () => {
613613 ) ;
614614} ;
615615
616- export default Courses ;
616+ export default DevTools ;
0 commit comments