11import landingImage from "@assets/images/landing_image.png" ;
2- import { Button } from "@components/common" ;
2+ import { Button , MetaOgTwitterUrlTsx } from "@components/common" ;
33import { Thumbnail } from "@components/icons" ;
44import styled from "@emotion/styled" ;
55import Image from "next/image" ;
@@ -9,18 +9,21 @@ export default function Home() {
99 const router = useRouter ( ) ;
1010 return (
1111 < >
12+ < MetaOgTwitterUrlTsx />
1213 < Layout >
1314 < LogoWrapper >
1415 < Thumbnail width = { 20 } height = { 20 } />
15- < LogoName > 타임투밋</ LogoName >
16+ < LogoName as = "h1" > 타임투밋</ LogoName >
1617 </ LogoWrapper >
1718 < Text > 매번 날짜 투표 만들지 말고!</ Text >
18- < Header >
19- 카톡으로 하는 < br /> 모임시간 자동 매칭
20- </ Header >
19+ < header >
20+ < HeaderText as = "h2" >
21+ 카톡으로 하는 < br /> 모임시간 자동 매칭
22+ </ HeaderText >
23+ </ header >
2124 < LogoBiggerWrapper >
2225 < Thumbnail />
23- < p > 타임투밋</ p >
26+ < BiggerLogoText as = "h2" > 타임투밋</ BiggerLogoText >
2427 </ LogoBiggerWrapper >
2528 < Button
2629 size = "lg"
@@ -39,7 +42,9 @@ export default function Home() {
3942 < Footer >
4043 < FooterLogoWrapper >
4144 < Thumbnail width = { 20 } height = { 20 } />
42- < LogoName style = { { color : "white" } } > 타임투밋</ LogoName >
45+ < LogoName style = { { color : "white" } } as = "h3" >
46+ 타임투밋
47+ </ LogoName >
4348 </ FooterLogoWrapper >
4449 < Wrapper >
4550 < p > ver 1.0</ p >
@@ -84,18 +89,19 @@ const LogoWrapper = styled.div`
8489 margin-left: 3rem;
8590` ;
8691
87- const Header = styled . header `
92+ const HeaderText = styled . header `
8893 font-size: 2.6rem;
8994 color: ${ ( props ) => props . theme . colors . primary } ;
9095 line-height: 1.2;
9196 text-align: center;
9297 font-weight: 700;
98+ ` ;
9399
94- & > p {
95- font-weight: 400 ;
96- font-size : 2rem;
97- margin-bottom: 0.5rem ;
98- }
100+ const BiggerLogoText = styled . h1 `
101+ text-align: center ;
102+ margin : 2rem 0rem ;
103+ font-weight: 700 ;
104+ margin-left: 1rem;
99105` ;
100106
101107const LogoBiggerWrapper = styled ( LogoWrapper ) `
0 commit comments