diff --git a/app/src/assets/image/banner.png b/app/src/assets/image/banner.png
new file mode 100644
index 0000000..d267ac2
Binary files /dev/null and b/app/src/assets/image/banner.png differ
diff --git a/app/src/assets/image/image.png b/app/src/assets/image/image.png
index 61d4cdb..34d7e55 100644
Binary files a/app/src/assets/image/image.png and b/app/src/assets/image/image.png differ
diff --git a/app/src/components/icons/DashboardIcon.tsx b/app/src/components/icons/DashboardIcon.tsx
new file mode 100644
index 0000000..83c997b
--- /dev/null
+++ b/app/src/components/icons/DashboardIcon.tsx
@@ -0,0 +1,255 @@
+export function NotificationIcon() {
+ return (
+
+ );
+}
+
+export function HomeIcon() {
+ return (
+
+ );
+}
+
+export function ProjectsIcon() {
+ return (
+
+ );
+}
+
+export function TutorialsIcon() {
+ return (
+
+ );
+}
+
+export function DocumentationIcon() {
+ return (
+
+ );
+}
+
+export function HelpIcon() {
+ return (
+
+ );
+}
+
+export function LogoutIcon() {
+ return (
+
+ );
+}
diff --git a/app/src/components/icons/ExportCommonIcons.tsx b/app/src/components/icons/ExportCommonIcons.tsx
index d2c9970..6e73c0e 100644
--- a/app/src/components/icons/ExportCommonIcons.tsx
+++ b/app/src/components/icons/ExportCommonIcons.tsx
@@ -526,21 +526,21 @@ export const KebabIcon = () => {
cy="1.35112"
rx="1.4993"
ry="1.27477"
- fill="#E1E1E1"
+ fill="var(--text-color)"
/>