feat: update copyright year placeholders and enhance footer styling; add new project titles and descriptions in Persian; implement locale handling in various components

This commit is contained in:
2025-06-16 15:21:44 +03:30
parent 5818c895cd
commit 8ddf2dc7db
15 changed files with 43 additions and 13 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ export default function Navbar() {
return (
<>
<nav className="relative z-50 container mx-auto bg-transparent pt-7 pb-3 md:py-11">
<div className="flex items-center justify-between border-b-0 border-white/10 pb-6 md:border-b">
<nav className="relative z-50 bg-gradient-to-b from-black to-black/0 pt-7 md:pt-11">
<div className="container mx-auto flex items-center justify-between border-b-0 border-white/10 pb-6">
<Link href={`/${locale}`} className="h-12 w-auto">
<Image
alt="logo"