2026-01-12 13:51:45 +09:00

62 lines
2.6 KiB
PHP

<?php
return [
'hero_slides' => [
[
'kicker' => 'PIN FOR YOU',
'title' => '안전하고 빠른 상품권 거래',
'desc' => '구글플레이·문화상품권·편의점 등 인기 상품을 할인 구매하세요.',
'cta_label' => '상품 보러가기',
'cta_url' => '/shop',
],
[
'kicker' => 'EVENT',
'title' => '카드/휴대폰 결제 지원',
'desc' => '원하는 결제수단으로 편하게, 발송은 빠르게.',
'cta_label' => '결제 안내',
'cta_url' => '/guide',
],
[
'kicker' => 'SUPPORT',
'title' => '문제 생기면 1:1 문의',
'desc' => '빠른 응답으로 도와드릴게요.',
'cta_label' => '1:1 문의하기',
'cta_url' => '/cs/qna',
],
],
'cs_nav' => [
'title' => '고객센터',
'subtitle' => '문의 및 안내', // 필요하면 '안내/문의' 같은 문구 넣어도 됨
],
'cs_tabs' => [
['label' => '공지사항', 'route' => 'web.cs.notice.index', 'key' => 'notice'],
['label' => '자주 묻는 질문', 'route' => 'web.cs.faq.index', 'key' => 'faq'],
['label' => '카카오톡상담', 'route' => 'web.cs.kakao.index', 'key' => 'kakao'],
['label' => '1:1 문의', 'route' => 'web.cs.qna.index', 'key' => 'qna'],
['label' => '이용안내', 'route' => 'web.cs.guide.index', 'key' => 'guide'],
],
'mypage_nav' => [
'title' => '마이페이지',
'subtitle' => '내 정보/내역',
],
'mypage_tabs' => [
['label' => '나의정보', 'route' => 'web.mypage.info.index', 'key' => 'info'],
['label' => '이용내역', 'route' => 'web.mypage.usage.index', 'key' => 'usage'],
['label' => '교환내역', 'route' => 'web.mypage.exchange.index', 'key' => 'exchange'],
['label' => '1:1문의내역', 'route' => 'web.mypage.qna.index', 'key' => 'qna'],
],
'policy_nav' => [
'title' => 'PIN FOR YOU', // 요청하신 “핀포유” 느낌
'subtitle' => '약관 및 정책', // 박스 안에서 보조 타이틀
],
'policy_tabs' => [
['label' => '개인정보처리방침', 'route' => 'web.policy.privacy.index', 'key' => 'privacy'],
['label' => '이용약관', 'route' => 'web.policy.terms.index', 'key' => 'terms'],
['label' => '이메일무단수집거부', 'route' => 'web.policy.email.index', 'key' => 'email'],
],
];