diff --git a/public/index.html b/public/index.html
index e37fa3c..1445d14 100644
--- a/public/index.html
+++ b/public/index.html
@@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
-
Channel Partner Dashboard
+ Cloudtopiaa reseller Dashboard
diff --git a/src/App.tsx b/src/App.tsx
index d898f96..1a2f5d7 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -31,7 +31,7 @@ import ResellerBilling from './pages/reseller/Billing';
import ResellerSupport from './pages/reseller/Support';
import ResellerReports from './pages/reseller/Reports';
import ResellerTraining from './pages/reseller/Training';
-import ResellerLayout from './components/reseller/layout/ResellerLayout';
+import ResellerLayout from './components/Layout/ResellerLayout';
import CookieConsent from './components/CookieConsent';
import './index.css';
diff --git a/src/components/Layout/ResellerLayout.tsx b/src/components/Layout/ResellerLayout.tsx
new file mode 100644
index 0000000..4f5f5ea
--- /dev/null
+++ b/src/components/Layout/ResellerLayout.tsx
@@ -0,0 +1,92 @@
+import React from 'react';
+import ResellerSidebar from './ResellerSidebar';
+
+interface ResellerLayoutProps {
+ children: React.ReactNode;
+}
+
+const ResellerLayout: React.FC = ({ children }) => {
+ return (
+
+
+ {/* Sidebar */}
+
+
+
+
+ {/* Main Content */}
+
+ {/* Top Navigation Bar */}
+
+
+ {/* Left Side - Logo and Title */}
+
+
+
+
+
+
+ Reseller Portal
+
+
+ Cloud Services Management
+
+
+
+
+ {/* Right Side - Search, Notifications, User */}
+
+ {/* Search Bar */}
+
+
+
+
+
+
+
+ {/* Notifications */}
+
+
+ {/* Divider */}
+
+
+ {/* User Menu */}
+