@@ -96,18 +96,18 @@ export default function ProjectsPage() {
9696 < span className = "absolute inset-0 rounded-full bg-[image:radial-gradient(75%_100%_at_50%_0%,rgba(56,189,248,0.6)_0%,rgba(56,189,248,0)_75%)] opacity-0 group-hover:opacity-100" />
9797 </ span >
9898 < div className = "relative flex space-x-2 items-center z-10 rounded-full bg-zinc-950 py-0.5 px-4 ring-1 ring-white/10" >
99- < span > Projects Showcase </ span >
99+ < span > Hall of Excellence </ span >
100100 < Sparkles className = "w-3 h-3" />
101101 </ div >
102102 < span className = "absolute -bottom-0 left-[1.125rem] h-px w-[calc(100%-2.25rem)] bg-gradient-to-r from-emerald-400/0 via-emerald-400/90 to-emerald-400/0 group-hover:opacity-40" />
103103 </ button >
104104 </ div >
105105 </ div >
106106 < h1 className = "text-5xl md:text-6xl font-bold tracking-tight leading-tight" >
107- Intern < span className = "gradient-text" > Projects </ span > Showcase
107+ < span className = "gradient-text" > Zenith </ span > Hall
108108 </ h1 >
109- < p className = "text-xl md:text-2xl text-muted-foreground max-w-3xl mx-auto leading-relaxed" >
110- Explore outstanding projects created by our talented interns during their internship at Codeunia .
109+ < p className = "text-xl md:text-2xl text-muted-foreground max-w-4xl mx-auto leading-relaxed" >
110+ 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 .
111111 </ p >
112112 </ div >
113113 </ div >
@@ -121,7 +121,7 @@ export default function ProjectsPage() {
121121 < Search className = "absolute left-4 top-1/2 -translate-y-1/2 h-5 w-5 text-muted-foreground" />
122122 < Input
123123 type = "text"
124- placeholder = "Search projects ..."
124+ placeholder = "Search our hall of excellence by project, technology, or member ..."
125125 className = "w-full pl-12 pr-4 py-3 text-lg bg-background/70 backdrop-blur-sm rounded-full focus:ring-2 focus:ring-primary/50"
126126 value = { searchTerm }
127127 onChange = { ( e ) => setSearchTerm ( e . target . value ) }
@@ -130,15 +130,15 @@ export default function ProjectsPage() {
130130 < DropdownMenu >
131131 < DropdownMenuTrigger asChild >
132132 < Button variant = "outline" className = "flex items-center gap-2 rounded-full text-lg py-3 bg-background/70 backdrop-blur-sm" >
133- < span > Tags </ span >
133+ < span > Technologies </ span >
134134 { selectedTags . length > 0 && (
135135 < Badge variant = "secondary" className = "rounded-full" > { selectedTags . length } </ Badge >
136136 ) }
137137 < ChevronDown className = "h-5 w-5 text-muted-foreground" />
138138 </ Button >
139139 </ DropdownMenuTrigger >
140140 < DropdownMenuContent className = "w-64" >
141- < DropdownMenuLabel > Filter by Tags </ DropdownMenuLabel >
141+ < DropdownMenuLabel > Filter by Expertise Areas </ DropdownMenuLabel >
142142 < DropdownMenuSeparator />
143143 { allTags . map ( ( tag ) => (
144144 < DropdownMenuCheckboxItem
0 commit comments