diff --git a/app/app/billing/page.tsx b/app/(dashboard)/billing/page.tsx similarity index 100% rename from app/app/billing/page.tsx rename to app/(dashboard)/billing/page.tsx diff --git a/app/app/create/page.tsx b/app/(dashboard)/create/page.tsx similarity index 100% rename from app/app/create/page.tsx rename to app/(dashboard)/create/page.tsx diff --git a/app/app/favorites/page.tsx b/app/(dashboard)/favorites/page.tsx similarity index 100% rename from app/app/favorites/page.tsx rename to app/(dashboard)/favorites/page.tsx diff --git a/app/app/layout.tsx b/app/(dashboard)/layout.tsx similarity index 100% rename from app/app/layout.tsx rename to app/(dashboard)/layout.tsx diff --git a/app/app/messages/page.tsx b/app/(dashboard)/messages/page.tsx similarity index 100% rename from app/app/messages/page.tsx rename to app/(dashboard)/messages/page.tsx diff --git a/app/app/page.tsx b/app/(dashboard)/page.tsx similarity index 100% rename from app/app/page.tsx rename to app/(dashboard)/page.tsx diff --git a/app/app/profile/page.tsx b/app/(dashboard)/profile/page.tsx similarity index 100% rename from app/app/profile/page.tsx rename to app/(dashboard)/profile/page.tsx diff --git a/app/app/roleplay/page.tsx b/app/(dashboard)/roleplay/page.tsx similarity index 100% rename from app/app/roleplay/page.tsx rename to app/(dashboard)/roleplay/page.tsx diff --git a/app/app/settings/page.tsx b/app/(dashboard)/settings/page.tsx similarity index 100% rename from app/app/settings/page.tsx rename to app/(dashboard)/settings/page.tsx diff --git a/app/layout.tsx b/app/(marketing)/layout.tsx similarity index 100% rename from app/layout.tsx rename to app/(marketing)/layout.tsx diff --git a/app/page.tsx b/app/(marketing)/page.tsx similarity index 100% rename from app/page.tsx rename to app/(marketing)/page.tsx