diff --git a/README.md b/README.md
index 301ff56..8934dc2 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,3 @@
## Saroh.io
Build your storefronts with ease. Add Blogs, products, web stories and manage your short links with saroh.io.
-
-
-
-This project is inspired by [dub.co](https://dub.co) and also some code is used from [dub.co](https://dub.co) and [dub.co](https://dub.co) is also used as a base for this project.
diff --git a/app/app/(dashboard)/layout.tsx b/app/app/(dashboard)/layout.tsx
index 03f6bc4..4f2c939 100644
--- a/app/app/(dashboard)/layout.tsx
+++ b/app/app/(dashboard)/layout.tsx
@@ -1,4 +1,5 @@
import Navbar from "@/components/app/navbar";
+import NavTabs from "@/components/app/navbar/nav-tabs";
import React, { ReactNode } from "react";
interface DashboardLayoutProps {
@@ -9,6 +10,7 @@ export default function DashboardLayout({ children }: DashboardLayoutProps) {
return (
+ {/* */}
{children}
);
diff --git a/app/app/(dashboard)/page.tsx b/app/app/(dashboard)/page.tsx
index edb9497..6271050 100644
--- a/app/app/(dashboard)/page.tsx
+++ b/app/app/(dashboard)/page.tsx
@@ -1,5 +1,9 @@
import React from "react";
export default function DashboardHomePage() {
- return
DashboardHomePage
;
+ return (
+
+
Show list of Sites and Web Stories here
+
+ );
}
diff --git a/app/app/(dashboard)/settings/page.tsx b/app/app/(dashboard)/settings/page.tsx
new file mode 100644
index 0000000..5c24132
--- /dev/null
+++ b/app/app/(dashboard)/settings/page.tsx
@@ -0,0 +1,7 @@
+import React from 'react'
+
+export default function SettingsPage() {
+ return (
+
SettingsPage
+ )
+}
diff --git a/app/app/(dashboard)/sites/[siteId]/page.tsx b/app/app/(dashboard)/sites/[siteId]/page.tsx
new file mode 100644
index 0000000..13247f2
--- /dev/null
+++ b/app/app/(dashboard)/sites/[siteId]/page.tsx
@@ -0,0 +1,7 @@
+import React from 'react'
+
+export default function SiteDetailsPage() {
+ return (
+
SiteDetailsPage
+ )
+}
diff --git a/app/app/(dashboard)/sites/page.tsx b/app/app/(dashboard)/sites/page.tsx
new file mode 100644
index 0000000..367c1e7
--- /dev/null
+++ b/app/app/(dashboard)/sites/page.tsx
@@ -0,0 +1,7 @@
+import React from 'react'
+
+export default function SitesPage() {
+ return (
+