@@ -63,29 +63,29 @@ const MainVer2 = () => {
6363 < FloatingBtn />
6464
6565 < div >
66- < div className = " page1 h-[1010px] " >
67- < section className = "page1-width" >
66+ < div className = " page1" >
67+ < section className = " page1-width" >
6868 < div
69- className = { `page1-title-img pt-[136px] ${
69+ className = { `page1-title-img pt-[136px] ${
7070 isLaptop
7171 ? " gap-[80px]"
7272 : isTablet
73- ? "gap-[60px]"
73+ ? "gap-[60px] w-[768px] "
7474 : "gap-[42px]"
7575 } justify-between`}
7676 >
7777 < div
78- className = { ` ${
78+ className = { ` ${
7979 isLaptop ? "" : ""
8080 } h-fit title-wrap f-dir-column p-relative`}
8181 >
82- < h1 className = "title" >
82+ < h1 className = " title" >
8383 대본과 { isLaptop && < br /> } 공연권 거래
8484 < br />
8585 포도상점에서
8686 </ h1 >
8787
88- < h5 className = "sub-title whitespace-nowrap" >
88+ < h5 className = " sub-title whitespace-nowrap" >
8989 편리하게 대본과 공연권을 거래해요.
9090 < br />
9191 여러분들이 원하던 스토리 IP 플랫폼,
@@ -96,26 +96,26 @@ const MainVer2 = () => {
9696 { ! isTablet && ! isMobile ? (
9797 < img src = { circleIcon } alt = "circle" className = " circle-icon" />
9898 ) : (
99- < div className = "flex justify-end" >
99+ < div className = "flex justify-end w-full " >
100100 < img
101101 src = { circleIcon }
102102 alt = "circle"
103- className = "circle-icon w-[438px]"
103+ className = " circle-icon w-[438px]"
104104 />
105105 </ div >
106106 ) }
107107 </ div >
108+ < div className = "flex justify-center w-full h-content mt-[50px] p" >
109+ < img src = { arrow } alt = "First" className = " arrow" />
110+ </ div >
108111 </ section >
109- < div className = "flex justify-center w-full h-content mt-[50px]" >
110- < img src = { arrow } alt = "First" className = " arrow" />
111- </ div >
112112 </ div >
113113
114- < div className = { `page2 ${ window . innerWidth >= 1600 && "page-size" } ` } >
115- < h1 className = "page2-title title_64px" >
114+ < div className = { `page2 ` } >
115+ < h1 className = " page2-title title_64px" >
116116 포도상점에서는 이런 것들이 가능해요
117117 </ h1 >
118- < div className = "page2-content-wrap j-content-center" >
118+ < div className = " page2-content-wrap j-content-center" >
119119 < div className = "page2-content" onClick = { ( ) => navigate ( "/post" ) } >
120120 < img
121121 src = { ! isTablet ? null : title }
@@ -199,12 +199,12 @@ const MainVer2 = () => {
199199
200200 < Page3 />
201201
202- < div className = "page4 page-size" >
203- < div >
204- < h1 className = "title_64px" > 포도상점을 더 알고 싶다면?</ h1 >
202+ < div className = " page4 page-size" >
203+ < div className = " page4-size" >
204+ < h1 className = " title_64px" > 포도상점을 더 알고 싶다면?</ h1 >
205205 < h3 className = "title_20px" > 포도상점만의 이야기를 들려드릴게요.</ h3 >
206206 </ div >
207- < div className = "page4-button-wrap j-content-center" >
207+ < div className = " page4-button-wrap j-content-center page4-size " >
208208 < Page4Button
209209 src = { instagram }
210210 alt = "instagram"
0 commit comments