diff --git a/src/app/(app)/app/page.tsx b/src/app/(app)/app/page.tsx
index 92aa97a..4aecf75 100644
--- a/src/app/(app)/app/page.tsx
+++ b/src/app/(app)/app/page.tsx
@@ -1,5 +1,5 @@
-import { AppHubWidget } from '@/widgets/app-hub';
+import { redirect } from 'next/navigation';
export default function AppPage() {
- return ;
+ redirect('/space');
}
diff --git a/src/app/(landing)/page.tsx b/src/app/(landing)/page.tsx
index ee166fc..18fd844 100644
--- a/src/app/(landing)/page.tsx
+++ b/src/app/(landing)/page.tsx
@@ -16,7 +16,7 @@ export default function MarketingPage() {
-
+
@@ -35,7 +35,7 @@ export default function MarketingPage() {
구조화된 코워킹 세션과 느슨한 연대가 당신의 페이스를 되찾아 줍니다.
-
@@ -143,7 +143,7 @@ export default function MarketingPage() {
✓ 고급 집중 통계 및 리포트
✓ 공간 커스텀 아이템 제공
-
+
Pro 시작하기
@@ -206,4 +206,4 @@ export default function MarketingPage() {
);
-}
\ No newline at end of file
+}