@@ -115,6 +115,9 @@ const DashboardLayout = () => {
+
+
+
diff --git a/dashboard/src/components/dashboard/Navigation.jsx b/dashboard/src/components/dashboard/Navigation.jsx
index e5820f8..545e483 100644
--- a/dashboard/src/components/dashboard/Navigation.jsx
+++ b/dashboard/src/components/dashboard/Navigation.jsx
@@ -26,6 +26,7 @@ const Navigation = () => {
},
{ id: "products", label: "Top Products" },
{ id: "sales", label: "Sales Chart" },
+ { id: "campaigns", label: "Campaigns" },
{ id: "calls", label: "Aircall" },
];