diff --git a/public/gif/onboarding_1.webp b/public/gif/onboarding_1.webp
new file mode 100644
index 00000000..23523e0e
Binary files /dev/null and b/public/gif/onboarding_1.webp differ
diff --git a/public/gif/onboarding_2.webp b/public/gif/onboarding_2.webp
new file mode 100644
index 00000000..7f2d1976
Binary files /dev/null and b/public/gif/onboarding_2.webp differ
diff --git a/public/gif/onboarding_3.webp b/public/gif/onboarding_3.webp
new file mode 100644
index 00000000..0f3bc54c
Binary files /dev/null and b/public/gif/onboarding_3.webp differ
diff --git a/src/app/follow/[id]/page.tsx b/src/app/follow/[id]/page.tsx
index 92c01455..441356cb 100644
--- a/src/app/follow/[id]/page.tsx
+++ b/src/app/follow/[id]/page.tsx
@@ -17,43 +17,41 @@ export default function Page() {
const { data: followingList } = useGetFollowingList(userId, 'FOLLOWING');
return (
-
-
-
-
- 팔로워
- 팔로잉
-
-
-
-
- {followerList &&
- followerList.data.map((item) => (
-
- ))}
-
-
- {followingList &&
- followingList.data.map((item) => (
-
- ))}
-
-
-
-
+
+
+
+ 팔로워
+ 팔로잉
+
+
+
+
+ {followerList &&
+ followerList.data.map((item) => (
+
+ ))}
+
+
+ {followingList &&
+ followingList.data.map((item) => (
+
+ ))}
+
+
+
);
}
diff --git a/src/app/profile/[id]/page.tsx b/src/app/profile/[id]/page.tsx
index 939135f1..689d0ee7 100644
--- a/src/app/profile/[id]/page.tsx
+++ b/src/app/profile/[id]/page.tsx
@@ -19,6 +19,7 @@ import { useUploadImageToNCloud } from '@hooks/api/useUploadImageToNCloud';
import { usePutProfileImage } from '@hooks/api/usePutProfileImage';
import { usePatchFollow } from '@hooks/api/usePatchFollow';
import ProfileFeedContent from '@components/profile/ProfileFeedContent';
+import BottomNavigation from '@components/common/BottomNavigation';
export default function Page() {
const pathname = usePathname();
@@ -210,6 +211,7 @@ export default function Page() {
+
);
}
diff --git a/src/components/common/BottomNavigation/index.tsx b/src/components/common/BottomNavigation/index.tsx
index 120f4dbb..e38a9f0c 100644
--- a/src/components/common/BottomNavigation/index.tsx
+++ b/src/components/common/BottomNavigation/index.tsx
@@ -16,7 +16,7 @@ export default function BottomNavigation({
return (