diff --git a/app/mypage/page.tsx b/app/mypage/page.tsx index 8465288..50a60e5 100644 --- a/app/mypage/page.tsx +++ b/app/mypage/page.tsx @@ -301,7 +301,7 @@ export default function MyPage() { onClick={() => setTab(t.key)} className={`flex-1 flex items-center justify-center gap-1.5 px-4 py-2 rounded-lg text-sm font-semibold transition-all ${ tab === t.key - ? 'bg-gradient-to-r from-blue-600 to-violet-600 text-white shadow' + ? 'bg-[#1a56db] text-white shadow' : 'text-slate-500 hover:text-slate-700' }`} > @@ -324,7 +324,7 @@ export default function MyPage() {

-
+
계정 정보

@@ -349,7 +349,7 @@ export default function MyPage() { {/* 구독 중인 서비스 - 요약 (탭으로 유도) */} {activeSubs.length > 0 && ( -
+
{PLAN_LABELS[activeSubs[0].product_id]?.emoji ?? '🎟'}
@@ -372,7 +372,7 @@ export default function MyPage() { {/* 텔레그램 연동 카드 */}

-
+
텔레그램 알림 연동 @@ -474,7 +474,7 @@ export default function MyPage() {

-
+
빠른 메뉴

@@ -606,7 +606,7 @@ export default function MyPage() { {/* 액션 버튼 */}
+ className="flex-1 text-center py-2 text-sm font-bold text-white bg-amber-500 hover:bg-amber-400 rounded-xl transition shadow-sm"> 번호 추천받기 {isActive && ( @@ -721,7 +721,7 @@ export default function MyPage() { )} {rec.is_paid && rec.interpretation ? 'AI 해석 다시 보기 →' : '결과 보기 →'} @@ -828,7 +828,7 @@ function EmptyState({
{desc}
{linkLabel} → diff --git a/app/payment/fail/page.tsx b/app/payment/fail/page.tsx index 970588a..0c7b519 100644 --- a/app/payment/fail/page.tsx +++ b/app/payment/fail/page.tsx @@ -26,7 +26,7 @@ function FailContent() {
@@ -45,9 +45,9 @@ export default function PaymentFailPage() { return (
-
+
-
+
쟁승메이드 결제 diff --git a/app/payment/success/page.tsx b/app/payment/success/page.tsx index 12498ef..6a157cf 100644 --- a/app/payment/success/page.tsx +++ b/app/payment/success/page.tsx @@ -70,7 +70,7 @@ function SuccessContent() { 결제 내역 확인 - + 홈으로 →
@@ -98,7 +98,7 @@ function SuccessContent() {
결제 내역 확인 → @@ -117,9 +117,9 @@ export default function PaymentSuccessPage() { return (
-
+
-
+
쟁승메이드 결제 diff --git a/app/saju/input/page.tsx b/app/saju/input/page.tsx index bc782b0..20742c5 100644 --- a/app/saju/input/page.tsx +++ b/app/saju/input/page.tsx @@ -4,10 +4,8 @@ export default function SajuInputPage() { return (
{/* Hero */} -
-
-
+
diff --git a/app/services/website/page.tsx b/app/services/website/page.tsx index b41ad73..75c3e83 100644 --- a/app/services/website/page.tsx +++ b/app/services/website/page.tsx @@ -798,7 +798,7 @@ export default function WebsiteServicePage() { {plans.map((plan) => (