diff --git a/.vscode/settings.json b/.vscode/settings.json index 1a387f5..afb4c01 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,6 +13,11 @@ "_utils": "Utils", "(route)": "Routes" }, + "editor.quickSuggestions": { + "strings": true + }, + "css.validate": false, + "editor.inlineSuggest.enabled": true, "css.lint.unknownAtRules": "ignore", "cSpell.words": ["KAKAO"] } diff --git a/app/(route)/home/layout.tsx b/app/(route)/home/layout.tsx index b502f97..383d147 100644 --- a/app/(route)/home/layout.tsx +++ b/app/(route)/home/layout.tsx @@ -3,7 +3,7 @@ import Header from '@/app/_components/shared/header' export default function Layout({ children }: { children: React.ReactNode }) { return ( -
+
{children} diff --git a/app/(route)/home/page.tsx b/app/(route)/home/page.tsx index 6c4285e..e9195c3 100644 --- a/app/(route)/home/page.tsx +++ b/app/(route)/home/page.tsx @@ -1,13 +1,21 @@ +import Image from 'next/image' + export default function HomePage() { return ( -
+

오늘의 도달률

-
- 100 +
+
100
%
🌙 탐사 필요 0
🌕 탐사 완료 5
+ +
+
+ +
+
) } diff --git a/app/_components/shared/bottom-navigation.tsx b/app/_components/shared/bottom-navigation.tsx index 263f6d6..e6474bf 100644 --- a/app/_components/shared/bottom-navigation.tsx +++ b/app/_components/shared/bottom-navigation.tsx @@ -1,27 +1,29 @@ export default function BottomNavigation() { return ( -
-
- - - +
+
+
+ + + - - - + + + - - - + + + +
) diff --git a/app/_components/shared/header.tsx b/app/_components/shared/header.tsx index 916f67d..e79958e 100644 --- a/app/_components/shared/header.tsx +++ b/app/_components/shared/header.tsx @@ -1,8 +1,8 @@ export default function Header() { return ( -
-
-
+
+
+