Skip to content

Commit

Permalink
design :: 메인페이지 완?
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Mar 12, 2024
1 parent 727f73f commit 0b55596
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/common/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const Header = () => {
console.log('click!');
}}
>
무료로 이용하세요
무료로 시작하기
</Button>
</RightSide>
<WrapperBackground scroll={scroll} />
Expand Down
8 changes: 6 additions & 2 deletions src/pages/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import styled from '@emotion/styled';
import { FirstContainer } from '@/components/Main/firstContainer';
import { SecondContainer } from '@/components/Main/secondContainer';
import { ThirdContainer } from '@/components/Main/thirdContainer';
import { Button } from '@/components/common/button';

export const Main = () => {
return (
Expand All @@ -15,7 +16,9 @@ export const Main = () => {
대마고 학생이라면 <b>‘스퀘어 인프라’</b><br />
<b>무료</b>로 사용할 수 있습니다.
</div>
<div></div>
<Button width={188} height={56} buttonColor="white" buttonStyle="solid" onClick={() => console.log('click!!')}>
무료로 사용하기
</Button>
</SubFooter>
</Wrapper>
);
Expand All @@ -29,7 +32,7 @@ const Wrapper = styled.div`
const SubFooter = styled.div`
width: 100%;
height: 540px;
padding-top: 150px;
padding-top: 120px;
display: flex;
flex-direction: column;
align-items: center;
Expand All @@ -44,6 +47,7 @@ const SubFooter = styled.div`
font-weight: 700;
text-align: center;
margin-top: 34px;
margin-bottom: 60px;
> b {
color: white;
}
Expand Down

0 comments on commit 0b55596

Please sign in to comment.