- )
-}
\ No newline at end of file
diff --git a/src/app/(content)/layout.tsx b/src/app/(content)/layout.tsx
deleted file mode 100644
index a17934f..0000000
--- a/src/app/(content)/layout.tsx
+++ /dev/null
@@ -1,23 +0,0 @@
-import { redirect } from "next/navigation";
-
-
-export default function ContentLayout({
- children,
-
-}: {
- children: React.ReactNode;
-}) {
-
- const user = false;
- if (!user) {
- redirect("/");
- }
- return (
-
-
- Sono del layout (content)
-
- {children}
-
- );
-}
\ No newline at end of file
diff --git a/src/app/(main)/articoli/pages.ts b/src/app/(main)/articoli/pages.ts
new file mode 100644
index 0000000..e69de29
diff --git a/src/app/(main)/macchine/pages.ts b/src/app/(main)/macchine/pages.ts
new file mode 100644
index 0000000..e69de29
diff --git a/src/app/(marketing)/layout.tsx b/src/app/(management)/layout.tsx
similarity index 100%
rename from src/app/(marketing)/layout.tsx
rename to src/app/(management)/layout.tsx
diff --git a/src/app/(management)/movimenti/page.tsx b/src/app/(management)/movimenti/page.tsx
new file mode 100644
index 0000000..ea14196
--- /dev/null
+++ b/src/app/(management)/movimenti/page.tsx
@@ -0,0 +1,3 @@
+export default function Movimenti(){
+ return
Movimenti
+}
\ No newline at end of file
diff --git a/src/app/(management)/utenti/page.tsx b/src/app/(management)/utenti/page.tsx
new file mode 100644
index 0000000..1cf70ad
--- /dev/null
+++ b/src/app/(management)/utenti/page.tsx
@@ -0,0 +1,8 @@
+import Link from "next/link";
+
+export default function Utenti() {
+ return <>
+
Utenti
+ Utenti
+ >
+}
\ No newline at end of file
diff --git a/src/app/(marketing)/about/page.tsx b/src/app/(marketing)/about/page.tsx
deleted file mode 100644
index 4134e01..0000000
--- a/src/app/(marketing)/about/page.tsx
+++ /dev/null
@@ -1,3 +0,0 @@
-export default function About(){
- return
About page
-}
\ No newline at end of file
diff --git a/src/app/(marketing)/contact/page.tsx b/src/app/(marketing)/contact/page.tsx
deleted file mode 100644
index afd7786..0000000
--- a/src/app/(marketing)/contact/page.tsx
+++ /dev/null
@@ -1,9 +0,0 @@
-import Link from "next/link";
-
-export default function Contact() {
- return <>
-