From b7b8cb856cb4c99f37fe54dd6b4dd6e0a72dab32 Mon Sep 17 00:00:00 2001 From: Mina Choi Date: Wed, 23 Sep 2026 13:18:02 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20solution/site:=20=ED=9D=90=EB=A6=B0=20?= =?UTF-8?q?=EB=B3=B4=EC=A1=B0=20=EA=B8=80=EC=9E=90=20=EB=8C=80=EB=B9=84=20?= =?UTF-8?q?=EC=98=AC=EB=A6=BC=20=C2=B7=20=EC=98=88=EC=95=BD=20=EB=8B=AC?= =?UTF-8?q?=EB=A0=A5=20=EA=B8=B0=EB=B3=B8=EC=9C=BC=EB=A1=9C=20=ED=8E=BC?= =?UTF-8?q?=EC=B9=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 여러 섹션의 opacity-55~70 짜리 보조 텍스트가 밝은 배경에서 너무 흐렸다 — 85~100 으로 올림(Carousel 카운터·SectionHead 리드문·SNS 소식·주변 안내 거리·공식 채널 링크). StayBookingDemo: "날짜·시간 선택" 토글을 없애고 달력을 기본으로 펼쳐 보여준다 — 접어 두면 손님이 그 버튼을 눌러야만 날짜를 볼 수 있었다. --- solution/site/src/layouts/editorial/Shell.tsx | 2 +- .../site/src/layouts/pastel/SectionHead.tsx | 2 +- solution/site/src/lib/ui/Carousel.tsx | 2 +- .../site/src/sections/LocalGuideSection.tsx | 2 +- solution/site/src/sections/MobileTabBar.tsx | 6 +++--- .../site/src/sections/SocialPostsSection.tsx | 4 ++-- .../site/src/sections/StayBookingDemo.tsx | 19 ++----------------- solution/site/src/sections/WeatherSection.tsx | 4 ++-- 8 files changed, 13 insertions(+), 28 deletions(-) diff --git a/solution/site/src/layouts/editorial/Shell.tsx b/solution/site/src/layouts/editorial/Shell.tsx index 9dfcd8c..ab3ce9b 100644 --- a/solution/site/src/layouts/editorial/Shell.tsx +++ b/solution/site/src/layouts/editorial/Shell.tsx @@ -154,7 +154,7 @@ export function Shell({children}: {children: ReactNode}) { href={link.url} target="_blank" rel="noopener noreferrer" - className="underline underline-offset-4 opacity-80 transition-opacity hover:opacity-100" + className="underline underline-offset-4 opacity-90 transition-opacity hover:opacity-100" > {channelLabel(link)} diff --git a/solution/site/src/layouts/pastel/SectionHead.tsx b/solution/site/src/layouts/pastel/SectionHead.tsx index 1800ea1..e426f92 100644 --- a/solution/site/src/layouts/pastel/SectionHead.tsx +++ b/solution/site/src/layouts/pastel/SectionHead.tsx @@ -38,7 +38,7 @@ export function SectionHead({ {/* 설명은 한 줄이다. 없으면 그리지 않는다 — 없는 문구를 지어내지 않는다. */} {lead && ( -

{lead}

+

{lead}

)} {aside &&
{aside}
} diff --git a/solution/site/src/lib/ui/Carousel.tsx b/solution/site/src/lib/ui/Carousel.tsx index bd14d1a..cd2346a 100644 --- a/solution/site/src/lib/ui/Carousel.tsx +++ b/solution/site/src/lib/ui/Carousel.tsx @@ -257,7 +257,7 @@ export function Carousel({ ))} )} - + {selected + 1} / {snaps.length} diff --git a/solution/site/src/sections/LocalGuideSection.tsx b/solution/site/src/sections/LocalGuideSection.tsx index 6b0d3ec..235bfe2 100644 --- a/solution/site/src/sections/LocalGuideSection.tsx +++ b/solution/site/src/sections/LocalGuideSection.tsx @@ -261,7 +261,7 @@ function PlaceList({ {(Number.isFinite(distanceOf(open)) || open.distanceText) && (

{walkText(distanceOf(open)) ?? open.distanceText} - {open.distanceText && {open.distanceText}} + {open.distanceText && {open.distanceText}}

)} {open.location && ( diff --git a/solution/site/src/sections/MobileTabBar.tsx b/solution/site/src/sections/MobileTabBar.tsx index ddff550..a137803 100644 --- a/solution/site/src/sections/MobileTabBar.tsx +++ b/solution/site/src/sections/MobileTabBar.tsx @@ -60,7 +60,7 @@ export function MobileTabBar() { {phone && ( 전화 @@ -72,7 +72,7 @@ export function MobileTabBar() { - {/* 서버 렌더 · 자바스크립트 꺼짐: 달력 대신 사실만 내보낸다(머리주석). */} {today === null || cursor === null ? (

날짜 선택은 브라우저에서 열립니다. 실제 예약 가능 여부와 결제는 아래 예약 창구에서 확인해 주세요.

- ) : !pickerOpen && !submitted ? null : submitted ? ( + ) : submitted ? ( setSubmitted(false)} diff --git a/solution/site/src/sections/WeatherSection.tsx b/solution/site/src/sections/WeatherSection.tsx index d49ff95..ca2b4ed 100644 --- a/solution/site/src/sections/WeatherSection.tsx +++ b/solution/site/src/sections/WeatherSection.tsx @@ -107,10 +107,10 @@ export function WeatherSection() { {bandLine && (

{band}