diff --git a/package-lock.json b/package-lock.json index fe3869a..8150feb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "axios": "^1.10.0", "clsx": "^2.1.1", "framer-motion": "^12.17.3", + "lucide-react": "^0.525.0", "next": "15.3.3", "postcss": "^8.5.5", "react": "^19.0.0", @@ -6957,6 +6958,15 @@ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", "dev": true }, + "node_modules/lucide-react": { + "version": "0.525.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.525.0.tgz", + "integrity": "sha512-Tm1txJ2OkymCGkvwoHt33Y2JpN5xucVq1slHcgE6Lk0WjDfjgKWor5CdVER8U6DvcfMwh4M8XxmpTiyzfmfDYQ==", + "license": "ISC", + "peerDependencies": { + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, "node_modules/magic-string": { "version": "0.30.17", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz", diff --git a/package.json b/package.json index 95647b6..4be37e1 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "axios": "^1.10.0", "clsx": "^2.1.1", "framer-motion": "^12.17.3", + "lucide-react": "^0.525.0", "next": "15.3.3", "postcss": "^8.5.5", "react": "^19.0.0", diff --git a/src/app/_components/LandingPage/index.tsx b/src/app/_components/LandingPage/index.tsx index 72be1ab..3216831 100644 --- a/src/app/_components/LandingPage/index.tsx +++ b/src/app/_components/LandingPage/index.tsx @@ -3,7 +3,9 @@ import { useEffect } from "react"; import { createNewUser } from "@/utils/createNewUser"; import Image from "next/image"; +import Button from "@/components/Button"; import Logo from "@/assets/icons/logo.png"; +import { Info } from "lucide-react"; export default function LandingPage({ routing, @@ -12,22 +14,44 @@ export default function LandingPage({ }) { useEffect(() => { createNewUser(); - setTimeout(() => { - routing("OnboardingSurvey"); - }, 1000); - }, [routing]); + }, []); return (
- -
-

- 새길에 오신 것을 환영해요! + logo +
+

+ 새길에 오신 것을
환영해요!

-

+

+
+ + +
+
+

+ 본 서비스는 새만금사업 보조 목적의 정주의향 확인 및 인구유입 가능성을 확인하는 설문조사입니다. +

+

+ 설문조사 응답은 오로지 새만금 관련 신규데이터 생산에만 쓰이며,
+ 민감한 개인정보는 수집 대상이 아님을 밝힙니다. +

+
+
+ +

+ 귀중한 시간을 내주셔서 감사드리며,
편안하고 진솔하게 답해주시길 바랍니다. +

+

먼저 간단한 정보부터 시작해볼까요?

+ +

+ 기타 서비스 관련 문의사항 | chickentasty0112@gmail.com +