+
+ 이 식물은 어떤 분에게 추천하시나요?
+ >}
+ >
+
+ 선택안함
+
+
+ 초보자
+
+
+ 경험자
+
+
+ 전문가
+
+
+
+
+ 내용을 입력해 주세요.
+
+
+ {content.length} / {NUMBER.maxGardenContentLength}자
+
+
+
+
+ );
+};
+
+export default FormSection;
diff --git a/frontend/src/pages/GardenRegister/Form/Profile/Profile.stories.tsx b/frontend/src/pages/GardenRegister/Form/Profile/Profile.stories.tsx
new file mode 100644
index 000000000..e2b7e8346
--- /dev/null
+++ b/frontend/src/pages/GardenRegister/Form/Profile/Profile.stories.tsx
@@ -0,0 +1,29 @@
+import type { Meta, StoryObj } from '@storybook/react';
+import { Suspense } from 'react';
+import Loading from 'pages/Loading';
+import Profile from '.';
+
+const meta: Meta