diff --git a/src/components/dashboard/BestSellingWidget.vue b/src/components/dashboard/BestSellingWidget.vue
new file mode 100644
index 0000000..682dded
--- /dev/null
+++ b/src/components/dashboard/BestSellingWidget.vue
@@ -0,0 +1,96 @@
+
+
+
+
+
+
Best Selling Products
+
+
+
+
+
+
+ -
+
+
Space T-Shirt
+
Clothing
+
+
+
+ -
+
+
Portal Sticker
+
Accessories
+
+
+
+ -
+
+
Supernova Sticker
+
Accessories
+
+
+
+ -
+
+
Wonders Notebook
+
Office
+
+
+
+ -
+
+
Mat Black Case
+
Accessories
+
+
+
+ -
+
+
Robots T-Shirt
+
Clothing
+
+
+
+
+
+
diff --git a/src/components/dashboard/NotificationsWidget.vue b/src/components/dashboard/NotificationsWidget.vue
new file mode 100644
index 0000000..37acdab
--- /dev/null
+++ b/src/components/dashboard/NotificationsWidget.vue
@@ -0,0 +1,78 @@
+
+
+
+
+
+
Notifications
+
+
+
+
+
+
+
TODAY
+
+ -
+
+
+
+ Richard Jones
+ has purchased a blue t-shirt for $79.00
+
+
+ -
+
+
+
+ Your request for withdrawal of $2500.00 has been initiated.
+
+
+
+
YESTERDAY
+
+ -
+
+
+
+ Keyser Wick
+ has purchased a black jacket for $59.00
+
+
+ -
+
+
+
+ Jane Davis
+ has posted a new questions about your product.
+
+
+
+
LAST WEEK
+
+ -
+
+
+
+ Your revenue has increased by %25.
+
+ -
+
+
+
+ 12 users have added your products to their wishlist.
+
+
+
+
diff --git a/src/components/dashboard/RecentSalesWidget.vue b/src/components/dashboard/RecentSalesWidget.vue
new file mode 100644
index 0000000..00d6b0d
--- /dev/null
+++ b/src/components/dashboard/RecentSalesWidget.vue
@@ -0,0 +1,38 @@
+
+
+
+
+
Recent Sales
+
+
+
+
+
+
+
+
+
+ {{ formatCurrency(slotProps.data.price) }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/dashboard/RevenueStreamWidget.vue b/src/components/dashboard/RevenueStreamWidget.vue
new file mode 100644
index 0000000..6cab2ce
--- /dev/null
+++ b/src/components/dashboard/RevenueStreamWidget.vue
@@ -0,0 +1,96 @@
+
+
+
+
+
diff --git a/src/components/dashboard/StatsWidget.vue b/src/components/dashboard/StatsWidget.vue
new file mode 100644
index 0000000..3d49e7a
--- /dev/null
+++ b/src/components/dashboard/StatsWidget.vue
@@ -0,0 +1,62 @@
+
+
+
+
+
24 new
+
since last visit
+
+
+
+
+
+
%52+
+
since last week
+
+
+
+
+
+
520
+
newly registered
+
+
+
+
+
+
+
Comments
+
152 Unread
+
+
+
+
+
+
85
+
responded
+
+
+
diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue
index 32abb7a..86ed269 100644
--- a/src/views/Dashboard.vue
+++ b/src/views/Dashboard.vue
@@ -1,344 +1,22 @@
-
-
-
-
24 new
-
since last visit
-
-
-
-
-
-
%52+
-
since last week
-
-
-
-
-
-
520
-
newly registered
-
-
-
-
-
-
-
Comments
-
152 Unread
-
-
-
-
-
-
85
-
responded
-
-
+
-
-
Recent Sales
-
-
-
-
-
-
-
-
-
- {{ formatCurrency(slotProps.data.price) }}
-
-
-
-
-
-
-
-
-
-
-
-
Best Selling Products
-
-
-
-
-
-
- -
-
-
Space T-Shirt
-
Clothing
-
-
-
- -
-
-
Portal Sticker
-
Accessories
-
-
-
- -
-
-
Supernova Sticker
-
Accessories
-
-
-
- -
-
-
Wonders Notebook
-
Office
-
-
-
- -
-
-
Mat Black Case
-
Accessories
-
-
-
- -
-
-
Robots T-Shirt
-
Clothing
-
-
-
-
-
+
+
-
-
-
-
Notifications
-
-
-
-
-
-
-
TODAY
-
- -
-
-
-
- Richard Jones
- has purchased a blue t-shirt for $79.00
-
-
- -
-
-
-
- Your request for withdrawal of $2500.00 has been initiated.
-
-
-
-
YESTERDAY
-
- -
-
-
-
- Keyser Wick
- has purchased a black jacket for $59.00
-
-
- -
-
-
-
- Jane Davis
- has posted a new questions about your product.
-
-
-
-
LAST WEEK
-
- -
-
-
-
- Your revenue has increased by %25.
-
- -
-
-
-
- 12 users have added your products to their wishlist.
-
-
-
+
+