feat: 토정비결 및 PDF 저장 기능 추가

- 토정비결 페이지 구현 (연간/월별 운세)
- 분야별 운세 (재물, 건강, 관운, 애정)
- PDF 저장 기능 구현 (jsPDF + html2canvas)
- 모든 결과 페이지에 PDF 다운로드 기능 추가
- PDFButton 재사용 가능한 컴포넌트 생성
- 홈페이지에 토정비결 링크 추가
- 페이지 간 네비게이션 링크 업데이트

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-11 23:44:55 +09:00
parent 08d6f71fd1
commit f85e857bea
11 changed files with 950 additions and 17 deletions

View File

@@ -148,7 +148,7 @@ export default function Home() {
<p className="text-xl text-gray-600"> </p>
</div>
<div className="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div className="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
{/* Feature 1 */}
<div className="text-center p-6 rounded-2xl hover:bg-indigo-50 transition">
<div className="text-5xl mb-4">📜</div>
@@ -175,6 +175,15 @@ export default function Home() {
.
</p>
</Link>
{/* Feature 4 */}
<Link href="/tojeong" className="text-center p-6 rounded-2xl hover:bg-amber-50 transition block">
<div className="text-5xl mb-4">🎋</div>
<h3 className="text-xl font-bold text-gray-900 mb-3"></h3>
<p className="text-gray-600">
.
</p>
</Link>
</div>
</div>
</section>