diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..fc75b22 Binary files /dev/null and b/public/logo.png differ diff --git a/src/app/layout/Header.tsx b/src/app/layout/Header.tsx index ef63539..93e0902 100644 --- a/src/app/layout/Header.tsx +++ b/src/app/layout/Header.tsx @@ -175,38 +175,47 @@ export default function Header() { to="/" style={{ display: 'flex', - flexDirection: 'column', - gap: 7, + flexDirection: 'row', + alignItems: 'center', + gap: 12, textDecoration: 'none', flexShrink: 0, lineHeight: 1, }} > - - اندیشکده فولاد آینده - - - FUTURE STEEL POLICY INSTITUTE - + اندیشکده فولاد آینده +
+ + اندیشکده فولاد آینده + + + FUTURE STEEL POLICY INSTITUTE + +
{/* ── Center: Nav (desktop only) ── */}