feat(saju): 궁합보기 v2 placeholder + SajuNav 통합
This commit is contained in:
@@ -1,10 +1,19 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
import { Link } from 'react-router-dom';
|
||||||
|
import './Saju.css';
|
||||||
|
import SajuNav from './components/SajuNav';
|
||||||
|
import HoryungMascot from './components/HoryungMascot';
|
||||||
|
|
||||||
export default function Compatibility() {
|
export default function Compatibility() {
|
||||||
return (
|
return (
|
||||||
<div style={{ padding: '2rem', color: '#fff' }}>
|
<div className="saju-page">
|
||||||
<h1>궁합 분석</h1>
|
<SajuNav />
|
||||||
<p>UI 시안 적용 대기 중...</p>
|
<div className="saju-stub">
|
||||||
|
<HoryungMascot pose="thinking" />
|
||||||
|
<h2 className="saju-h2">궁합보기는 곧 만나요</h2>
|
||||||
|
<p>두 사람의 사주를 함께 풀어보는 기능을 준비 중입니다.<br />조금만 기다려 주세요.</p>
|
||||||
|
<Link to="/saju">메인으로 돌아가기</Link>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user