보안상 링크 제거 [auto-sync]

This commit is contained in:
GUARDiA AutoDeploy 2026-06-04 19:39:09 +09:00 committed by DESKTOP-TKLFCPR\ython
parent e8c6fd174f
commit 9cf540b0ed

View File

@ -602,36 +602,6 @@ export default function GuardiaDetail() {
))}
</div>
{/* 라이브 데모 링크 */}
<div style={{background:'linear-gradient(135deg,#eff6ff,#dbeafe)',borderRadius:'16px',padding:'32px',marginTop:'48px',textAlign:'center'}}>
<h3 style={{fontSize:'20px',fontWeight:'700',color:'var(--gray-900)',marginBottom:'8px'}}>
지금 바로 확인하세요
</h3>
<p style={{color:'var(--gray-500)',marginBottom:'24px',fontSize:'14px'}}>
실제 운영 중인 GUARDiA 시스템에 접속해 직접 체험할 있습니다
</p>
<div style={{display:'flex',gap:'12px',justifyContent:'center',flexWrap:'wrap'}}>
{[
{href:'https://itsm.zioinfo.co.kr', label:'GUARDiA ITSM', icon:<IconWrench size={24} color="#00A0C8"/>, desc:'admin / 1111'},
{href:'https://manager.zioinfo.co.kr', label:'GUARDiA Manager', icon:<IconBarChart size={24} color="#00A0C8"/>, desc:'관리자 포털'},
{href:'https://mail.zioinfo.co.kr', label:'웹메일', icon:<IconEmail size={24} color="#00A0C8"/>, desc:'@zioinfo.co.kr'},
{href:'https://git.zioinfo.co.kr', label:'Gitea', icon:<IconCode size={24} color="#00A0C8"/>, desc:'소스 저장소'},
].map((l,i) => (
<a key={i} href={l.href} target="_blank" rel="noopener noreferrer"
style={{display:'flex',flexDirection:'column',alignItems:'center',gap:'6px',
padding:'16px 24px',background:'#fff',borderRadius:'12px',
border:'1px solid #bfdbfe',textDecoration:'none',minWidth:'120px',
boxShadow:'0 1px 3px rgba(0,0,0,.1)',transition:'transform .2s'}}
onMouseOver={e=>e.currentTarget.style.transform='translateY(-2px)'}
onMouseOut={e=>e.currentTarget.style.transform='translateY(0)'}>
<span style={{fontSize:'24px'}}>{l.icon}</span>
<span style={{fontSize:'14px',fontWeight:'700',color:'var(--gray-900)'}}>{l.label}</span>
<span style={{fontSize:'11px',color:'var(--gray-500)'}}>{l.desc}</span>
</a>
))}
</div>
</div>
<div className="section-header" style={{marginTop:'60px',marginBottom:'32px'}}>
<h3 style={{fontSize:'28px',fontWeight:'800',color:'var(--gray-900)'}}>핵심 기능 상세</h3>
</div>