+
{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 @@
-