diff --git a/src/assets/images/PDF.svg b/src/assets/images/PDF.svg
new file mode 100644
index 0000000..9685900
--- /dev/null
+++ b/src/assets/images/PDF.svg
@@ -0,0 +1,7 @@
+
diff --git a/src/pages/editor/components/EditorSidebar.tsx b/src/pages/editor/components/EditorSidebar.tsx
index d404871..67b700f 100644
--- a/src/pages/editor/components/EditorSidebar.tsx
+++ b/src/pages/editor/components/EditorSidebar.tsx
@@ -22,8 +22,8 @@ const EditorSidebar = () => {
-
-
+
+
@@ -55,6 +55,9 @@ const EditorSidebar = () => {
+
+ s
+
diff --git a/src/pages/home/Home.tsx b/src/pages/home/Home.tsx
index af548ca..7ca4dcd 100644
--- a/src/pages/home/Home.tsx
+++ b/src/pages/home/Home.tsx
@@ -1,8 +1,106 @@
+import Divider from '@/components/Divider'
+import { ArrowLeft, DocumentText } from 'iconsax-react'
import { type FC } from 'react'
+import PdfIcon from '@/assets/images/PDF.svg'
+import Button from '@/components/Button'
const Home: FC = () => {
return (
-
Home
+
+
+ ساخت کاتالوگ ب ویرایشگر داناک
+
+
+
+
+ سایز مورد نظر را انتخاب کنبد و یک کاتالوگ زیبا با ویرایشگر داناک بسازید
+
+
+
+
+
+
+
+
+

+
+ آپلود PDF
+
+
+
+ رایگان
+
+
+
+
+
)
}