diff --git a/app/create/page.tsx b/app/create/page.tsx index 5ca407e..6364ced 100644 --- a/app/create/page.tsx +++ b/app/create/page.tsx @@ -166,7 +166,7 @@ export default function Page() { type="text" value={meetingName} onChange={(e) => setMeetingName(e.target.value)} - placeholder="플레이스 홀더" + placeholder="최대 20자 이내로 입력해주세요" className="border-gray-2 placeholder:text-gray-3 w-full rounded border px-3 py-2 text-[15px] leading-[1.6] tracking-[0.144px] focus:outline-none" /> @@ -301,8 +301,8 @@ export default function Page() { > minus -
- {participantCount} +
+ {participantCount}
- + {getDeadlineDate()} -
+
{deadlineDays}
diff --git a/app/page.tsx b/app/page.tsx index e23f578..70ce479 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -25,15 +25,18 @@ const PAIN_POINTS = [ const FEATURES = [ { title: '참석자별 이동시간 계산', - desc: '출발지에서 후보 장소까지 이동시간을 일일이 확인하기', + desc: '출발지에서 후보 장소까지 ', + desc2: '이동시간을 일일이 확인하기', }, { title: '적합한 위치 탐색', - desc: '위치가 중간인 것보다 중요한건 공평함인데!', + desc: '위치가 중간인 것보다 ', + desc2: '중요한건 공평함인데!', }, { title: '모임 목적에 맞는 공간은?', - desc: '장소만 중간이면 안돼. 먹을 것, 놀거리가 있어야 해!', + desc: '장소만 중간이면 안돼.', + desc2: '먹을 것, 놀거리가 있어야 해!', }, ]; @@ -53,8 +56,8 @@ const PainPointTooltip = ({ text }: { text: string }) => ( ); // 2. 반복되는 특징 카드 컴포넌트 -const FeatureCard = ({ title, desc }: { title: string; desc: string }) => ( -
+const FeatureCard = ({ title, desc, desc2 }: { title: string; desc: string; desc2: string }) => ( +

{title}

@@ -62,6 +65,9 @@ const FeatureCard = ({ title, desc }: { title: string; desc: string }) => (

{desc}

+

+ {desc2} +

); @@ -76,7 +82,10 @@ const HeroSection = () => (

- 참석자들이 지하철 출발역을 입력하면, 이동시간과 편차를 분석해 서울 내 최적의 번화가를 + 참석자들이 지하철 출발역을 입력하면, +

+

+ 이동시간과 편차를 분석해 서울 내 최적의 번화가를 추천합니다

@@ -153,7 +162,7 @@ const PainPointsSection = () => ( {/* Feature Cards */}
{FEATURES.map((feature, index) => ( - + ))}
diff --git a/components/header.tsx b/components/header.tsx index dba8ad1..a81cf60 100644 --- a/components/header.tsx +++ b/components/header.tsx @@ -2,10 +2,10 @@ import Link from 'next/link'; import Image from 'next/image'; -import { useOpenModal } from '@/hooks/useOpenModal'; +// import { useOpenModal } from '@/hooks/useOpenModal'; const Header = () => { - const openModal = useOpenModal(); + // const openModal = useOpenModal(); return (
@@ -17,13 +17,14 @@ const Header = () => { 문의하기 - + */} +
diff --git a/public/icon/place/bar.svg b/public/icon/place/bar.svg index 688aa41..0b20711 100644 --- a/public/icon/place/bar.svg +++ b/public/icon/place/bar.svg @@ -1,5 +1,4 @@ - - - - + + + diff --git a/public/icon/place/cafe.svg b/public/icon/place/cafe.svg index f0ec9d6..7178241 100644 --- a/public/icon/place/cafe.svg +++ b/public/icon/place/cafe.svg @@ -1,5 +1,4 @@ - - - - + + + diff --git a/public/icon/place/play.svg b/public/icon/place/play.svg index 7a47d9e..ba82f47 100644 --- a/public/icon/place/play.svg +++ b/public/icon/place/play.svg @@ -1,13 +1,5 @@ - - - - - - - - - - - - + + + + diff --git a/public/icon/place/rent.svg b/public/icon/place/rent.svg index fa5b645..6ba3d4f 100644 --- a/public/icon/place/rent.svg +++ b/public/icon/place/rent.svg @@ -1,10 +1,9 @@ - - - - - - - - - + + + + + + + + diff --git a/public/icon/place/restaurant.svg b/public/icon/place/restaurant.svg index 0739574..eef498a 100644 --- a/public/icon/place/restaurant.svg +++ b/public/icon/place/restaurant.svg @@ -1,5 +1,4 @@ - - - - + + +