-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export default function GiftDetail() { | ||
return <div></div>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
export default function IntroductionDetail() { | ||
return ( | ||
<div className="flex flex-col"> | ||
<span className="text-body-l text-neutral-50 font-bold">상세 안내</span> | ||
|
||
<div className="mt-10 flex gap-5"> | ||
<div className="bg-neutral-900 p-6 flex flex-col font-bold"> | ||
<span className="text-body-m text-neutral-300">이벤트 기간</span> | ||
|
||
<span className="pt-6 text-body-m text-blue-100">2024년</span> | ||
|
||
<span className="text-body-l text-blue-400"> | ||
09월09일(월)~13일(금) | ||
</span> | ||
</div> | ||
|
||
<div className="bg-neutral-900 p-6 flex flex-col"> | ||
<span className="text-body-m text-neutral-300 font-bold"> | ||
당첨자 발표 | ||
</span> | ||
|
||
<span className="pt-6 text-body-l text-white font-bold"> | ||
2024년 9월 말 | ||
<span className="font-normal text-neutral-300">{` (예정)`}</span> | ||
</span> | ||
|
||
<span className="pt-2 text-body-s text-neutral-300"> | ||
* 추후 응모 시 입력한 연락처로 개별 안내 | ||
</span> | ||
</div> | ||
</div> | ||
|
||
<div className="mt-5 p-6 bg-neutral-900 flex flex-col"> | ||
<span className="text-body-m text-neutral-300 font-bold">참여방법</span> | ||
|
||
<div className="pt-6"> | ||
<span className="bg-neutral-100 text-neutral-900 text-body-s px-2 py-0.5 rounded-[4px]"> | ||
1 | ||
</span> | ||
|
||
<span className=""></span> | ||
</div> | ||
</div> | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"howto": [ | ||
["매일매일 공개되는", " 더 뉴 아이오닉5과 관련한 ", "인터랙션을 수행한다."], | ||
["", "이벤트 경품을 받기 위한 ", "필수 정보를 입력하면 응모 완료!"], | ||
["", "날마다 응모하고 기대평을 작성하면 당첨 확률 UP!"] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters