new web sayt
This commit is contained in:
@@ -51,7 +51,7 @@ export function Navbar({ logoText = "FIRMA" }: NavbarProps) {
|
||||
<motion.div whileHover={{ scale: 1.05 }} whileTap={{ scale: 0.95 }}>
|
||||
<Link
|
||||
href={`/${locale}`}
|
||||
className="text-2xl font-bold bg-gradient-to-r from-blue-600 to-blue-800 bg-clip-text text-transparent"
|
||||
className="text-2xl font-bold bg-linear-to-r from-blue-600 to-blue-800 bg-clip-text text-transparent"
|
||||
>
|
||||
{logoText}
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user