diff --git a/app/zenith-hall/page.tsx b/app/zenith-hall/page.tsx index 575fcb13..8513565e 100644 --- a/app/zenith-hall/page.tsx +++ b/app/zenith-hall/page.tsx @@ -72,7 +72,7 @@ export default function ProjectsPage() { {/* Hero Section */} - + - - + + - - + + - - + + - + Hall of Excellence @@ -103,41 +103,41 @@ export default function ProjectsPage() { - + Zenith Hall - - A tribute to Codeunia's finest minds who have risen above challenges with exceptional skill and innovation. Here, we showcase our best members whose remarkable projects and achievements reflect technical excellence, creative problem-solving, and the spirit of collaboration that defines our community. + + Showcasing exceptional projects from our most talented members. Discover remarkable achievements that reflect technical excellence, creative problem-solving, and collaborative innovation. - - + + {/* Search and Filter Controls */} - + - + setSearchTerm(e.target.value)} /> - + Technologies {selectedTags.length > 0 && ( - {selectedTags.length} + {selectedTags.length} )} - + - + Filter by Expertise Areas {allTags.map((tag) => ( @@ -153,7 +153,7 @@ export default function ProjectsPage() { - + {filteredProjects.map((project, index) => ( @@ -166,28 +166,28 @@ export default function ProjectsPage() { - + - + - + {project.project_name} - + {project.description} - - + + {project.tags.map((tag) => ( - - - - Created by {project.intern_name} + + + + Created by {project.intern_name} - + - + Code @@ -228,15 +228,15 @@ export default function ProjectsPage() { asChild size="sm" variant="outline" - className="rounded-full transition-all duration-200 hover:bg-primary hover:text-primary-foreground hover:border-primary bg-transparent" + className="rounded-full transition-all duration-200 hover:bg-primary hover:text-primary-foreground hover:border-primary bg-transparent text-xs sm:text-sm px-3 sm:px-4" > - + Profile
- A tribute to Codeunia's finest minds who have risen above challenges with exceptional skill and innovation. Here, we showcase our best members whose remarkable projects and achievements reflect technical excellence, creative problem-solving, and the spirit of collaboration that defines our community. +
+ Showcasing exceptional projects from our most talented members. Discover remarkable achievements that reflect technical excellence, creative problem-solving, and collaborative innovation.