Skip to content

Commit c40b8c8

Browse files
committed
feat: 랜딩 화면 개발
1 parent 3ddb72d commit c40b8c8

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

apps/web/src/pages/Landing/index.tsx

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,7 @@ const LandingPage = () => {
44
return (
55
<S.Container>
66
<S.Header>
7-
<S.Title>Cllaude99_lib</S.Title>
8-
<S.Description>
9-
Cllaude99_lib는 모던하고 확장 가능한 React 컴포넌트 라이브러리입니다.
10-
Emotion과 TypeScript를 기반으로 구축되었으며, 반응형 디자인과 접근성을
11-
고려한 컴포넌트들을 제공합니다.
12-
</S.Description>
13-
<S.ButtonContainer>
14-
<S.StyledButton
15-
variant="primary"
16-
size="large"
17-
onClick={() => {
18-
window.location.href = 'https://cllaude99-lib-web.vercel.app/';
19-
}}
20-
>
21-
문서 보기
22-
</S.StyledButton>
23-
<S.StyledButton
24-
variant="ghost"
25-
size="large"
26-
onClick={() => {
27-
window.location.href =
28-
'https://cllaude99-lib-storybook-xxp4.vercel.app/';
29-
}}
30-
>
31-
스토리북
32-
</S.StyledButton>
33-
</S.ButtonContainer>
7+
<S.Title>MemeWiki</S.Title>
348
</S.Header>
359
</S.Container>
3610
);

0 commit comments

Comments
 (0)