diff --git a/src/app/(with-header)/mypage/activities/components/ActivityCard.tsx b/src/app/(with-header)/mypage/activities/components/ActivityCard.tsx index 9d6ca404..47b3e1af 100644 --- a/src/app/(with-header)/mypage/activities/components/ActivityCard.tsx +++ b/src/app/(with-header)/mypage/activities/components/ActivityCard.tsx @@ -31,33 +31,37 @@ export default function ActivityCard({ }; return ( -
+
{/* 이미지 영역 */} -
+
{title}
{/* 콘텐츠 영역 */} -
+
{/* 별점 및 리뷰 */}
- {rating} - + + {rating} + + ({reviewCount})
{/* 제목 */} -
-

{title}

+
+

+ {title} +

{/* 가격 */} -

+

₩{price.toLocaleString()} / 인

@@ -76,18 +80,17 @@ export default function ActivityCard({ className='fixed inset-0 z-40' onClick={() => setIsMenuOpen(false)} /> - {/* 드롭다운 메뉴 */} -
+
diff --git a/src/app/(with-header)/mypage/reservations/components/ReservationCard.tsx b/src/app/(with-header)/mypage/reservations/components/ReservationCard.tsx index 2c6fcc58..a5482e91 100644 --- a/src/app/(with-header)/mypage/reservations/components/ReservationCard.tsx +++ b/src/app/(with-header)/mypage/reservations/components/ReservationCard.tsx @@ -41,9 +41,9 @@ export default function ReservationCard({ const showReviewCompleted = isCompleted && reviewSubmitted; return ( -
+
{/* 이미지 영역 */} -
+
{activity.title} {/* 콘텐츠 영역 */} -
+
{/* 상태 라벨 */}
- + {STATUS_LABELS[status]}
{/* 제목 */} -
-

{activity.title}

+
+

+ {activity.title} +

{/* 날짜 및 인원 정보 */} -
-

+

+

{date} · {startTime} - {endTime} · {headCount}명

{/* 가격 + 버튼 */} -
+
{/* 가격 */} -

+

₩{totalPrice.toLocaleString()}

{/* 버튼/상태 */} -
+
{showCancelButton && ( )} {showReviewCompleted && ( -
후기 완료
+
+ 후기 완료 +
)}
diff --git a/src/app/(with-header)/mypage/reservations/page.tsx b/src/app/(with-header)/mypage/reservations/page.tsx index 42182d20..979c1ba5 100644 --- a/src/app/(with-header)/mypage/reservations/page.tsx +++ b/src/app/(with-header)/mypage/reservations/page.tsx @@ -157,7 +157,7 @@ export default function MyReservationsPage() { if (isLoading) { return (
-
+

예약 내역

@@ -179,7 +179,7 @@ export default function MyReservationsPage() { if (error) { return (
-
+

예약 내역