diff --git a/frontend/src/pages/GuardiaDetail.css b/frontend/src/pages/GuardiaDetail.css index 6d60a12..e9231dd 100644 --- a/frontend/src/pages/GuardiaDetail.css +++ b/frontend/src/pages/GuardiaDetail.css @@ -85,17 +85,28 @@ gap: 20px; margin-top: 40px; } -/* 모바일 앱 스크린샷: 세로 비율 */ +/* 모바일 앱 스크린샷: 세로 비율 5열 */ .gd-screenshots--mobile { - grid-template-columns: repeat(3, 1fr); - max-width: 720px; - margin-left: auto; - margin-right: auto; + grid-template-columns: repeat(5, 1fr); + gap: 14px; +} +.screenshot-card--mobile { + border-radius: 16px; + overflow: hidden; + box-shadow: 0 8px 32px rgba(0,0,0,.25); + border: 3px solid #1e293b; } .screenshot-card--mobile .screenshot-img { - aspect-ratio: 9/16; + width: 100%; + aspect-ratio: 390/844; object-fit: cover; - border-radius: 12px 12px 0 0; + display: block; +} +@media (max-width: 900px) { + .gd-screenshots--mobile { grid-template-columns: repeat(3, 1fr); } +} +@media (max-width: 600px) { + .gd-screenshots--mobile { grid-template-columns: repeat(2, 1fr); } } .screenshot-card { border-radius: var(--radius); diff --git a/frontend/src/pages/GuardiaDetail.jsx b/frontend/src/pages/GuardiaDetail.jsx index ba25dcc..c464d27 100644 --- a/frontend/src/pages/GuardiaDetail.jsx +++ b/frontend/src/pages/GuardiaDetail.jsx @@ -138,6 +138,7 @@ export default function GuardiaDetail() {
{[ {id:'features', label:'핵심 기능'}, + {id:'app', label:'모바일 앱'}, {id:'messenger', label:'Messenger Bot'}, {id:'manager', label:'Manager'}, {id:'editions', label:'에디션 비교'}, @@ -258,6 +259,58 @@ export default function GuardiaDetail() { )} + {/* ── 모바일 앱 ────────────────────────────────────── */} + {activeTab === 'app' && ( +
+
+
+ GUARDiA Messenger App +

현장에서 바로
스마트폰으로 관제

+
+

+ Android · iOS 모두 지원. SR 접수·처리, DR 복구 테스트, 네트워크 장비 관제,
+ AI 챗봇 명령까지 — 어디서든 GUARDiA를 손에 쥐세요. +

+
+
+ {[ + {file:'11_app_home', caption:'홈 대시보드 — SR·서버 실시간 현황'}, + {file:'12_app_sr', caption:'SR 서비스 요청 — 등록·처리·완료'}, + {file:'13_app_chat', caption:'AI 챗봇 — 자연어 명령으로 서버 제어'}, + {file:'14_app_dr', caption:'DR 재해복구 — RTO/RPO 실적 모니터링'}, + {file:'15_app_network', caption:'네트워크 장비 — 백업·상태 현장 점검'}, + ].map((s,i) => ( +
+ {s.caption}{e.target.style.display='none';e.target.nextSibling.style.display='flex';}}/> +
+ 📱준비 중 +
+
{s.caption}
+
+ ))} +
+ + {/* 앱 스토어 배지 */} +
+ + 🤖 +
다운로드
Google Play
+
+ + 🍎 +
다운로드
App Store
+
+
+
+
+ )} + {/* ── 메신저 봇 상세 소개 ──────────────────────────── */} {activeTab === 'messenger' && (