diff --git a/app/layout.tsx b/app/layout.tsx
index 839d1bb..58c86b2 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -49,7 +49,7 @@ export default function RootLayout({
return (
-
+
-
-
-
-
- PA
-
-
-
-
-
-
-
-
-
-
-
-
-
- Social
-
-
- Social Links
-
- {SOCIAL_LINKS.map((item) => (
-
-
-
- {item.label}
-
-
- ))}
-
-
+
+
+ {TOP_ICON_LINKS.map((item) => (
+
+
+
+ ))}
-
-
-
-
- Menu
-
-
- Mobile Menu
-
-
-
-
+
+
+ ))}
+
+
+
-
-
+
+
+
+
+ Menu
+
+
+ Mobile Menu
+
+
+
+
+
+
+
+
+
+
+
+
+ {SOCIAL_LINKS.map((item) => (
+
+
+ {item.label}
+
+ ))}
+
+
+
+
+
+
+
+
+
);
}