-
Couldn't load subscription status.
- Fork 3
feat: 일반거래 안내 배너 #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
The head ref may contain hidden characters: "QI1-219-\uC77C\uBC18\uAE00-\uAC70\uB798\uD558\uAE30-\uC548\uB0B4-\uBC30\uB108-1\uAC1C"
Merged
feat: 일반거래 안내 배너 #122
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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,47 @@ | ||
| 'use client'; | ||
|
|
||
| import Link from 'next/link'; | ||
|
|
||
| export default function TradingInformationSection() { | ||
hyonun321 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| return ( | ||
| <section className="bg-white h-full md:h-[532px] justify-center flex w-full md:full "> | ||
hyonun321 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| <div className=" w-full gap-8 md:gap-0 flex-col-reverse flex flex-col md:flex-row items-center px-6 md:px-20 lg:pl-44 py-10"> | ||
| {/* 왼쪽 텍스트 설명 */} | ||
| <div className="w-full md:w-2/3 flex flex-col gap-4"> | ||
| <h2 className="dary:text-gray-900 text-2xl md:text-3xl font-bold mb-2"> | ||
hyonun321 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| 천천히, 안전하게 데이터 거래 | ||
| </h2> | ||
| <p className="text-gray-700 text-base md:text-lg"> | ||
| <span className="font-semibold text-blue-600">24~48시간 이내</span> | ||
| 에 여유롭게 거래가 완료됩니다. | ||
| <br /> | ||
| 판매자가 직접 신청을 확인한 뒤, 데이터 발송까지 모든 과정을 꼼꼼히 | ||
| 관리합니다. | ||
| </p> | ||
| <p className="text-gray-600 text-sm md:text-base"> | ||
| 거래 대금은{' '} | ||
| <span className="font-semibold">중간에서 안전하게 보호</span>됩니다. | ||
| <br /> | ||
| 데이터가 제대로 전달될 때까지 안심하고 이용하세요. | ||
| </p> | ||
| <Link | ||
| href="/cards" | ||
| className="mt-6 w-full md:w-[430px] border-2 border-gray-500 inline-block rounded-xl bg-gray-900 text-white font-semibold text-center py-3 px-8 shadow hover:bg-gray-800 transition" | ||
hyonun321 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| > | ||
| 일반거래 시작하기 | ||
| </Link> | ||
| </div> | ||
| {/* 오른쪽 이미지 영역 */} | ||
| <div className="md:ml-5 w-full md:w-1/2 flex justify-center mt-8 md:mt-0"> | ||
| {/* 원하는 이미지를 아래에 넣으면 됨 */} | ||
| <img | ||
| src="/potato-lay.png" | ||
| alt="여유롭게 거래하는 감자 캐릭터" | ||
| className="w-40 h-40 object-contain" | ||
| style={{ filter: 'drop-shadow(0 2px 10px rgba(0,0,0,0.04))' }} | ||
| /> | ||
hyonun321 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| </div> | ||
| </div> | ||
| </section> | ||
| ); | ||
| } | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.