사이트 1차 수정

This commit is contained in:
2026-06-01 23:17:42 +09:00
parent 005719edee
commit 7c7042f860
37 changed files with 370 additions and 140 deletions
+7 -2
View File
@@ -2,7 +2,12 @@
// 커피챗 신청 — 클라이언트 검증 + 완료 화면 (원본 바닐라 JS → Vue 반응형 이식)
import { reactive, ref, nextTick } from 'vue'
useHead({ title: '커피챗 신청 | innertab' })
useSeo({
title: '커피챗 신청 | 이너탭(innertab)',
description:
'정식 지원 전에 이너탭 담당자와 가볍게 이야기 나눠보세요. 약 30분 내외, 온·오프라인으로 진행되는 커피챗을 신청할 수 있습니다.',
path: '/coffee-chat',
})
// 폼 상태
const form = reactive({
@@ -551,7 +556,7 @@ select.ctrl {
}
.submit:hover {
background: #161e36;
background: #2a4490; /* 로열 블루 hover */
transform: translateY(-0.125rem); /* -2px */
}