File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ export default function LandingPage() {
284284 { /* 텍스트 섹션 - 장식 요소 제거 */ }
285285 < motion . div className = "relative" >
286286 < motion . h2
287- className = "text-center font-hakgyo text-4xl font-bold tracking-tight md:text-5xl lg:text-6xl"
287+ className = "text-center font-hakgyo text-4xl font-bold tracking-tight md:text-4xl lg:text-6xl"
288288 style = { {
289289 background : "linear-gradient(to right, #71db77, #56c45d)" ,
290290 WebkitBackgroundClip : "text" ,
@@ -499,7 +499,7 @@ export default function LandingPage() {
499499 { /* 텍스트 섹션 */ }
500500 < motion . div className = "relative" >
501501 < motion . h2
502- className = "text-center font-hakgyo text-4xl font-bold tracking-tight md:text-5xl lg:text-6xl"
502+ className = "text-center font-hakgyo text-4xl font-bold tracking-tight md:text-4xl lg:text-6xl"
503503 style = { {
504504 color : "#ffffff" ,
505505 letterSpacing : "-0.02em" ,
@@ -585,7 +585,7 @@ export default function LandingPage() {
585585 className = { `fixed ${
586586 isLargeScreen
587587 ? "right-12 top-1/2 -translate-y-1/2 space-y-4"
588- : "bottom-12 left-1/2 flex -translate-x-1/2 space-x -4"
588+ : "bottom-12 left-12 flex flex-col space-y -4"
589589 } `}
590590 >
591591 { slides . slice ( 1 ) . map ( ( _ , index ) => (
You can’t perform that action at this time.
0 commit comments