Remove redundant description text from Navbar component: eliminated the "Explore amazing content" paragraph for a cleaner design and improved focus on navigation links.
This commit is contained in:
		
							parent
							
								
									983a362b80
								
							
						
					
					
						commit
						d386c8f703
					
				|  | @ -145,9 +145,6 @@ export const Navbar = () => { | ||||||
|                           <h3 className="font-semibold text-white group-hover:text-purple-200 transition-colors duration-300"> |                           <h3 className="font-semibold text-white group-hover:text-purple-200 transition-colors duration-300"> | ||||||
|                             {link.label} |                             {link.label} | ||||||
|                           </h3> |                           </h3> | ||||||
|                           <p className="text-sm text-gray-400"> |  | ||||||
|                             Explore amazing content |  | ||||||
|                           </p> |  | ||||||
|                         </div> |                         </div> | ||||||
|                       </div> |                       </div> | ||||||
|                       <div className="absolute inset-0 bg-gradient-to-r from-purple-500/10 to-cyan-500/10 rounded-2xl opacity-0 group-hover:opacity-100 transition-opacity duration-300"></div> |                       <div className="absolute inset-0 bg-gradient-to-r from-purple-500/10 to-cyan-500/10 rounded-2xl opacity-0 group-hover:opacity-100 transition-opacity duration-300"></div> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue