diff --git a/src/app/inquiry/[id]/page.tsx b/src/app/inquiry/[id]/page.tsx
new file mode 100644
index 0000000..e99d85e
--- /dev/null
+++ b/src/app/inquiry/[id]/page.tsx
@@ -0,0 +1,5 @@
+import Detail from '@/components/inquiry/Detail'
+
+export default function page() {
+ return
+}
diff --git a/src/app/inquiry/layout.tsx b/src/app/inquiry/layout.tsx
new file mode 100644
index 0000000..755fe06
--- /dev/null
+++ b/src/app/inquiry/layout.tsx
@@ -0,0 +1,3 @@
+export default function layout({ children }: { children: React.ReactNode }) {
+ return
{children}
+}
diff --git a/src/app/inquiry/list/page.tsx b/src/app/inquiry/list/page.tsx
new file mode 100644
index 0000000..93fb334
--- /dev/null
+++ b/src/app/inquiry/list/page.tsx
@@ -0,0 +1,13 @@
+import ListForm from '@/components/inquiry/ListForm'
+import ListTable from '@/components/inquiry/ListTable'
+
+export default function page() {
+ return (
+ <>
+
+
+
+
+ >
+ )
+}
diff --git a/src/app/inquiry/page.tsx b/src/app/inquiry/page.tsx
deleted file mode 100644
index 4e60c5a..0000000
--- a/src/app/inquiry/page.tsx
+++ /dev/null
@@ -1,7 +0,0 @@
-export default function page() {
- return (
- <>
- 1:1 문의
- >
- )
-}
diff --git a/src/app/inquiry/regist/page.tsx b/src/app/inquiry/regist/page.tsx
new file mode 100644
index 0000000..f0970cc
--- /dev/null
+++ b/src/app/inquiry/regist/page.tsx
@@ -0,0 +1,9 @@
+import RegistForm from '@/components/inquiry/RegistForm'
+
+export default function page() {
+ return (
+ <>
+
+ >
+ )
+}
diff --git a/src/components/inquiry/Answer.tsx b/src/components/inquiry/Answer.tsx
new file mode 100644
index 0000000..c1a5ec9
--- /dev/null
+++ b/src/components/inquiry/Answer.tsx
@@ -0,0 +1,38 @@
+'use client'
+
+export default function Answer() {
+ return (
+ <>
+
+
+
Hanwha Japan 回答
+
+ 佐藤一貴/ 2025.04.02 16:54:00
+
+
+
+
回答
+
+ 一次側接続は, 自動切替開閉器と住宅分電盤昼間遮断器との間に蓄電システム遮断器を配線する方法です. 二次側接続は,
+ 住宅分電盤週間ブレーカの二次側に蓄電システムブレーカを接続する
+
+
+
+
ファイル添付
+
+ -
+
+
+ -
+
+
+
+
+
+ >
+ )
+}
diff --git a/src/components/inquiry/Detail.tsx b/src/components/inquiry/Detail.tsx
new file mode 100644
index 0000000..d41d5a0
--- /dev/null
+++ b/src/components/inquiry/Detail.tsx
@@ -0,0 +1,87 @@
+'use client'
+
+import { useState } from 'react'
+import Answer from './Answer'
+
+export default function Detail() {
+ //todo: 답변 완료 표시를 위해 임시로 추가 해 놓은 state
+ // 추후에 api 작업 완료후 삭제
+ // 답변 완료 클래스 & 하단 답변내용 출력도
+ const [inquiry, setInquiry] = useState(false)
+
+ return (
+ <>
+
+
+
+
+
+
+
+
+
+
+
+ | 登録日 |
+ 2025.04.10 |
+
+
+ | 作者 |
+ Hong gi |
+
+
+ | 販売店 |
+ interplug |
+
+
+ | 施工店 |
+ interplugs |
+
+
+ | E-mail |
+ Hong@interplug.co.kr |
+
+
+
+
+
+
屋根適合
+
屋根材適合性確認依頼
+
+ 入力した内容が表示されます.
+
+ インストール可能であることを確認してください.
+
+ 屋根の写真を添付しました.
+
+
+
+
ファイル添付
+
+ -
+
+
+ -
+
+
+
+
+
+
+ {inquiry &&
}
+
+
+
+
+
+ >
+ )
+}
diff --git a/src/components/inquiry/ListForm.tsx b/src/components/inquiry/ListForm.tsx
new file mode 100644
index 0000000..0b6ff3f
--- /dev/null
+++ b/src/components/inquiry/ListForm.tsx
@@ -0,0 +1,20 @@
+'use client'
+export default function ListForm() {
+ return (
+ <>
+
+ >
+ )
+}
diff --git a/src/components/inquiry/ListTable.tsx b/src/components/inquiry/ListTable.tsx
new file mode 100644
index 0000000..4735ef1
--- /dev/null
+++ b/src/components/inquiry/ListTable.tsx
@@ -0,0 +1,70 @@
+'use client'
+export default function ListTable() {
+ return (
+ <>
+
+
+
+
+
+
+
+
+
+ 合計 98個
+
+
+ -
+
+
屋根
+
屋根材適合性確認依頼
+
2025.04.02
+
回答待ち
+
+
+ -
+
+
設計
+
設置可能ですか?
+
2025.04.02
+
回答完了
+
+
+ -
+
+
屋根
+
屋根材適合性確認依頼屋根材適合性確認依頼屋根材適合性確認依頼屋根材適合性確認依頼
+
2025.04.02
+
回答待ち
+
+
+ -
+
+
設計
+
設置可能ですか?
+
2025.04.02
+
回答完了
+
+
+
+
+
+
+
+
+ >
+ )
+}
diff --git a/src/components/inquiry/RegistForm.tsx b/src/components/inquiry/RegistForm.tsx
new file mode 100644
index 0000000..ea27aa8
--- /dev/null
+++ b/src/components/inquiry/RegistForm.tsx
@@ -0,0 +1,79 @@
+'use client'
+export default function RegistForm() {
+ return (
+ <>
+
+
+
+
+ お問い合わせタイプ *
+
+
+
+
+
+
+
+ お問い合わせタイトル *
+
+
+
+
+
+
+
+ お問い合わせタイプ *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ >
+ )
+}
diff --git a/src/components/ui/Main.tsx b/src/components/ui/Main.tsx
index 2b20646..a9eb336 100644
--- a/src/components/ui/Main.tsx
+++ b/src/components/ui/Main.tsx
@@ -1,10 +1,13 @@
'use client'
import { useHeaderStore } from '@/store/header'
+import { useRouter } from 'next/navigation'
import { useEffect } from 'react'
export default function Main() {
+ const router = useRouter()
const { setBackBtn } = useHeaderStore()
+
useEffect(() => {
setBackBtn(false)
}, [])
@@ -27,7 +30,7 @@ export default function Main() {
-
+
調査物件一覧
@@ -39,7 +42,7 @@ export default function Main() {
-
+
調査物件登録
@@ -51,7 +54,7 @@ export default function Main() {
-
+
1:1お問い合わせ リスト
@@ -63,7 +66,7 @@ export default function Main() {
-
+
1:1問い合わせ登録
diff --git a/src/components/ui/common/Header.tsx b/src/components/ui/common/Header.tsx
index 5c44695..fb2b9da 100644
--- a/src/components/ui/common/Header.tsx
+++ b/src/components/ui/common/Header.tsx
@@ -90,16 +90,16 @@ export default function Header({ name }: HeaderProps) {